Modes

Levels of detail in the response - list, normal, detailed

Example - /events/?mode=list

Filters

Parameters - agency__ids, date__gt, date__gt__lt, date__gte, date__lte, day, id, last_updated__gte, last_updated__lte, month, program, slug, type, type__ids, video_url, year

Example - /events/?type__ids=2,8

Fields searched - name

Example - /events/?search=Flyby

Ordering

Fields - date, last_updated

Example - /events/?ordering=-last_updated

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /events/?limit=2

Format

Switch to JSON output - /events/?format=json

Help

Find all the FAQs and support links on the documentation homepage - ll.thespacedevs.com/docs

GET /2.3.0/events/?format=api&offset=770&ordering=date
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 1000,
    "next": "https://ll.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=780&ordering=date",
    "previous": "https://ll.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=760&ordering=date",
    "results": [
        {
            "id": 928,
            "url": "https://ll.thespacedevs.com/2.3.0/events/928/?format=api",
            "name": "NG-20 Cygnus Berthing",
            "info_urls": [],
            "vid_urls": [],
            "image": {
                "id": 1126,
                "name": "Cygnus NG berthing",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ng-112520cygnus2520release2520and2520reentry_image_20190716173223.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191718.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2024-02-01T11:30:00Z",
            "slug": "ng-20-cygnus-berthing",
            "type": {
                "id": 4,
                "name": "Spacecraft Berthing"
            },
            "description": "NASA TV will livestream the installation of the Northrop Grumman NG-20 Cygnus spacecraft to the Nadir port of the Unity Module of the International Space Station.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:27:55Z"
        },
        {
            "id": 931,
            "url": "https://ll.thespacedevs.com/2.3.0/events/931/?format=api",
            "name": "AX-3 Farewell Ceremony",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "Axiom Space",
                    "title": "Ax-3 Mission | Farewell Ceremony",
                    "description": "Join the Ax-3 crew and the NASA Expedition 70 crew for a farewell ceremony as the crews prepare for the return of the crew. -- -- --Axiom Space is guided by ...",
                    "feature_image": "https://i.ytimg.com/vi/LzxCqPAoat0/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=LzxCqPAoat0",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-02-02T14:45:06Z",
                    "end_time": "2024-02-02T14:58:49Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1269,
                "name": "Ax-3 crew in the ISS",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ax-3_farewell_c_image_20240201110736.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192225.jpeg",
                "credit": "Axiom Space",
                "license": {
                    "id": 6,
                    "name": "Axiom Space Licence",
                    "priority": 2,
                    "link": "https://www.axiomspace.com/terms-and-conditions"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2024-02-02T14:50:00Z",
            "slug": "ax-3-farewell-ceremony",
            "type": {
                "id": 17,
                "name": "Farewell Ceremony"
            },
            "description": "Before the AX-3 crew returns to Earth, Axiom will livestream their farewell remarks onboard the International Space Station.",
            "webcast_live": false,
            "location": "ISS",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT13M43S",
            "updates": [
                {
                    "id": 6540,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Livestream has started",
                    "info_url": "https://www.youtube.com/watch?v=LzxCqPAoat0",
                    "created_by": "LL2",
                    "created_on": "2024-02-02T14:45:26Z"
                },
                {
                    "id": 6524,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Added Event",
                    "info_url": null,
                    "created_by": "hitura-nobad",
                    "created_on": "2024-01-31T09:32:10Z"
                }
            ],
            "last_updated": "2024-03-05T17:27:31Z"
        },
        {
            "id": 934,
            "url": "https://ll.thespacedevs.com/2.3.0/events/934/?format=api",
            "name": "PACE Science Briefing",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "Sets Coverage for Ocean, Atmosphere, Climate Mission",
                    "description": "NASA will provide coverage of the upcoming prelaunch and launch activities for its upcoming mission to study how our oceans and atmosphere interact in a",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-ocean-atmosphere-climate-mission/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA",
                    "title": "Science Briefing on NASA Mission Studying Earth's Atmosphere and Oceans (Feb. 4, 2024)",
                    "description": "Targeted to launch on Tuesday, Feb. 6, NASA's Plankton, Aerosol, Cloud, ocean Ecosystem (PACE) satellite mission will study how our oceans and atmosphere int...",
                    "feature_image": "https://i.ytimg.com/vi/8v0QwgWPqPU/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=8v0QwgWPqPU",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-02-04T15:58:32Z",
                    "end_time": "2024-02-04T16:51:36Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1099,
                "name": "NASA Pace render",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pace_prelaunch__image_20240131194608.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191630.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2024-02-04T16:00:00Z",
            "slug": "pace-science-briefing",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "PACE Science Briefing with the following agency participants:\r\n\r\n- Kate Calvin, chief scientist and senior climate advisor\r\n- Karen St. Germain, director, Earth Science Division\r\n- Jeremy Werdell, PACE project scientist\r\n- Andy Sayer, atmospheric scientist, Sciences and Exploration Directorate\r\n- Erin Urquhart, program manager, Water Resources Application Area",
            "webcast_live": false,
            "location": "KSC, Florida",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT53M4S",
            "updates": [
                {
                    "id": 6559,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Livestream has started",
                    "info_url": "https://www.youtube.com/watch?v=8v0QwgWPqPU",
                    "created_by": "LL2",
                    "created_on": "2024-02-04T16:00:55Z"
                },
                {
                    "id": 6530,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Adding Event",
                    "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-ocean-atmosphere-climate-mission/",
                    "created_by": "hitura-nobad",
                    "created_on": "2024-01-31T19:48:13Z"
                }
            ],
            "last_updated": "2024-03-05T17:28:09Z"
        },
        {
            "id": 932,
            "url": "https://ll.thespacedevs.com/2.3.0/events/932/?format=api",
            "name": "NASA EDGE Pace Rollout Show",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA EDGE",
                    "title": "NASA EDGE: Live PACE Preview Show",
                    "description": "NASA EDGE provides live prelaunch coverage for the PACE mission on L-1.  We have special guests, PACE interviews, launch update, action figures, and more.  J...",
                    "feature_image": "https://i.ytimg.com/vi/P-RkaIHhtsk/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=P-RkaIHhtsk",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-02-05T12:50:47Z",
                    "end_time": "2024-02-05T13:30:54Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1178,
                "name": "[AUTO] NASA EDGE Pace Rollout Show - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_f9_pace__image_20240131194401.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191915.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2024-02-05T13:00:00Z",
            "slug": "nasa-edge-pace-rollout-show",
            "type": {
                "id": 27,
                "name": "Rollout"
            },
            "description": "NASA EDGE will host the PACE rollout show. The rollout show will air live on NASA+, NASA TV, and YouTube.",
            "webcast_live": false,
            "location": "SLC-40,CCFS, Florida",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT40M7S",
            "updates": [
                {
                    "id": 6562,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Livestream has started",
                    "info_url": "https://www.youtube.com/watch?v=P-RkaIHhtsk",
                    "created_by": "LL2",
                    "created_on": "2024-02-05T12:53:09Z"
                },
                {
                    "id": 6528,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Adding Event",
                    "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-ocean-atmosphere-climate-mission/",
                    "created_by": "hitura-nobad",
                    "created_on": "2024-01-31T19:44:06Z"
                }
            ],
            "last_updated": "2024-03-05T17:27:41Z"
        },
        {
            "id": 933,
            "url": "https://ll.thespacedevs.com/2.3.0/events/933/?format=api",
            "name": "PACE Prelaunch News Conference",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "Sets Coverage for Ocean, Atmosphere, Climate Mission",
                    "description": "NASA will provide coverage of the upcoming prelaunch and launch activities for its upcoming mission to study how our oceans and atmosphere interact in a",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-ocean-atmosphere-climate-mission/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA",
                    "title": "Prelaunch News Conference for NASA Mission Studying Earth's Atmosphere and Oceans (Feb. 5, 2024)",
                    "description": "Targeted to launch on Tuesday, Feb. 6, NASA's Plankton, Aerosol, Cloud, ocean Ecosystem (PACE) satellite mission will study how our oceans and atmosphere int...",
                    "feature_image": "https://i.ytimg.com/vi/03HJCnQBkpY/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=03HJCnQBkpY",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-02-05T14:00:32Z",
                    "end_time": "2024-02-05T14:52:18Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1099,
                "name": "NASA Pace render",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pace_prelaunch__image_20240131194608.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191630.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2024-02-05T14:00:00Z",
            "slug": "pace-prelaunch-news-conference",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "PACE Prelaunch News Conference with the following participants:\r\n\r\n- NASA Associate Administrator Jim Free\r\n- Karen St. Germain, director, Earth Science Division, NASA\r\n- Tim Dunn, senior launch director, Launch Services Program, NASA\r\n- Julianna Scheiman, director, Civil Satellite Missions, SpaceX\r\n- Brian Cizek, launch weather officer, 45th Weather Squadron, U.S. Space Force",
            "webcast_live": false,
            "location": "KSC, Florida",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT51M46S",
            "updates": [
                {
                    "id": 6563,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Livestream has started",
                    "info_url": "https://www.youtube.com/watch?v=03HJCnQBkpY",
                    "created_by": "LL2",
                    "created_on": "2024-02-05T14:01:09Z"
                },
                {
                    "id": 6529,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Adding Event",
                    "info_url": null,
                    "created_by": "hitura-nobad",
                    "created_on": "2024-01-31T19:46:11Z"
                }
            ],
            "last_updated": "2024-03-05T17:27:52Z"
        },
        {
            "id": 912,
            "url": "https://ll.thespacedevs.com/2.3.0/events/912/?format=api",
            "name": "SpaceX AX-3 Crew Dragon Undocking",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "European Space Agency, ESA",
                    "title": "Undocking of Axiom 3 Mission with Marcus Wandt",
                    "description": "After almost 20 days on the International Space Station, ESA project astronaut Marcus Wandt is coming home.The trip back to Earth will take the Axiom Mission...",
                    "feature_image": "https://i.ytimg.com/vi/GecGngWOiIk/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=GecGngWOiIk",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-02-07T13:57:45Z",
                    "end_time": "2024-02-07T14:46:38Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1181,
                "name": "Crew Dragon docking",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191923.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2024-02-07T14:20:00Z",
            "slug": "spacex-ax-3-crew-dragon-undocking",
            "type": {
                "id": 8,
                "name": "Spacecraft Undocking"
            },
            "description": "The AX-3 Crew Dragon will undock from the International Space Station, for its return to earth.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT48M53S",
            "updates": [
                {
                    "id": 6589,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Livestream has started",
                    "info_url": "https://www.youtube.com/watch?v=GecGngWOiIk",
                    "created_by": "LL2",
                    "created_on": "2024-02-07T13:58:25Z"
                },
                {
                    "id": 6586,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Updated undocking time.",
                    "info_url": "https://twitter.com/spacex/status/1755200784000831720",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2024-02-07T12:19:18Z"
                },
                {
                    "id": 6572,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Updated undocking time.",
                    "info_url": "https://twitter.com/spacex/status/1754969509465862589",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2024-02-06T20:48:25Z"
                },
                {
                    "id": 6568,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Undocking delayed due to landing site weather, new date TBD.",
                    "info_url": "https://twitter.com/spacex/status/1754714969151873077",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2024-02-06T04:01:53Z"
                },
                {
                    "id": 6552,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Undocking delayed to NET February 6 due to landing site weather.",
                    "info_url": "https://twitter.com/SpaceX/status/1753959604646813759",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2024-02-04T08:10:43Z"
                },
                {
                    "id": 6545,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Undocking delayed to NET February 5 due to landing site weather.",
                    "info_url": "https://twitter.com/SpaceX/status/1753647203527372836",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2024-02-03T05:13:54Z"
                },
                {
                    "id": 6538,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Updated undocking time.",
                    "info_url": "https://twitter.com/esaspaceflight/status/1753358724226253074",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2024-02-02T10:14:30Z"
                }
            ],
            "last_updated": "2024-03-05T17:25:59Z"
        },
        {
            "id": 911,
            "url": "https://ll.thespacedevs.com/2.3.0/events/911/?format=api",
            "name": "SpaceX AX-3 Crew Dragon Splashdown",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "Axiom Space",
                    "title": "Ax-3 Mission | Return",
                    "description": "-- -- --Axiom Space is building for beyond, guided by the vision of a thriving home in space that benefits every human, everywhere. The leading provider of h...",
                    "feature_image": "https://i.ytimg.com/vi/15qPwAm0G9Y/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=15qPwAm0G9Y",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-02-09T12:24:17Z",
                    "end_time": "2024-02-09T14:32:30Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1200,
                "name": "Crew Dragon splashdown",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200718140927.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192010.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2024-02-09T13:30:00Z",
            "slug": "spacex-ax-3-crew-dragon-splashdown",
            "type": {
                "id": 9,
                "name": "Spacecraft Landing"
            },
            "description": "The AX-3 Crew Dragon will splashdown in the Atlantic Ocean, bringing its crew back to Earth after spending  about 2 weeks on the International Space Station.",
            "webcast_live": false,
            "location": "Atlantic Ocean",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT2H8M13S",
            "updates": [
                {
                    "id": 6623,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Livestream has started",
                    "info_url": "https://www.youtube.com/watch?v=15qPwAm0G9Y",
                    "created_by": "LL2",
                    "created_on": "2024-02-09T12:24:54Z"
                },
                {
                    "id": 6587,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Updated landing time.",
                    "info_url": "https://twitter.com/cbs_spacenews/status/1755191803060342993",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2024-02-07T12:23:23Z"
                },
                {
                    "id": 6573,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Updated landing date.",
                    "info_url": "https://twitter.com/spacex/status/1754969509465862589",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2024-02-06T20:48:57Z"
                },
                {
                    "id": 6553,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Landing delayed to NET February 6 due to landing site weather.",
                    "info_url": "https://twitter.com/SpaceX/status/1753959604646813759",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2024-02-04T08:11:12Z"
                },
                {
                    "id": 6546,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Landing delayed to NET February 5 due to landing site weather.",
                    "info_url": "https://twitter.com/SpaceX/status/1753647203527372836",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2024-02-03T05:14:31Z"
                },
                {
                    "id": 6539,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Updated planned splashdown time.",
                    "info_url": "https://twitter.com/esaspaceflight/status/1753358724226253074",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2024-02-02T10:15:07Z"
                },
                {
                    "id": 6569,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Landing delayed due to landing site weather, new date TBD.",
                    "info_url": "https://twitter.com/spacex/status/1754714969151873077",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2024-02-06T04:02:45Z"
                }
            ],
            "last_updated": "2024-03-05T17:25:45Z"
        },
        {
            "id": 940,
            "url": "https://ll.thespacedevs.com/2.3.0/events/940/?format=api",
            "name": "SpaceX Starship S28 Rollout",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASASpaceflight",
                    "title": "SpaceX Rolls Out Ship 28 for Third Starship Flight Test Campaign",
                    "description": "SpaceX is rolling out Ship 28, as part of the final stage of the campaign of both vehicle parts for the third integrated Starship flight test. The Ship alrea...",
                    "feature_image": "https://i.ytimg.com/vi/6uPLEao7OyI/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=6uPLEao7OyI",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-02-10T07:07:31Z",
                    "end_time": "2024-02-10T08:57:41Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1280,
                "name": "[AUTO] SpaceX Starship S28 Rollout - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_starship_image_20240210073703.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192248.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2024-02-10T07:00:00Z",
            "slug": "spacex-starship-s28-rollout",
            "type": {
                "id": 27,
                "name": "Rollout"
            },
            "description": "SpaceX is rolling out Ship 28 at Starbase Texas in preparation for IFT-3",
            "webcast_live": false,
            "location": "Starbase Texas, USA",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT1H50M10S",
            "updates": [
                {
                    "id": 6630,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Livestream has started",
                    "info_url": "https://www.youtube.com/watch?v=6uPLEao7OyI",
                    "created_by": "LL2",
                    "created_on": "2024-02-10T07:35:14Z"
                },
                {
                    "id": 6629,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Added Event",
                    "info_url": "https://www.youtube.com/watch?v=6uPLEao7OyI",
                    "created_by": "hitura-nobad",
                    "created_on": "2024-02-10T07:35:00Z"
                }
            ],
            "last_updated": "2024-03-05T17:27:29Z"
        },
        {
            "id": 941,
            "url": "https://ll.thespacedevs.com/2.3.0/events/941/?format=api",
            "name": "SpaceX B10 & S28 1st Stacking",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASASpaceflight",
                    "title": "(SCRUB) SpaceX Stacks Ship 28 on Booster 10",
                    "description": "SpaceX stacks Ship 28 on Booster 10 as the company prepares for Starship's third integrated flight test. The stack is likely preparing for a test campaign, w...",
                    "feature_image": "https://i.ytimg.com/vi/TaCWFiUUfwc/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=TaCWFiUUfwc",
                    "type": {
                        "id": 3,
                        "name": "Unofficial Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-02-10T16:30:01Z",
                    "end_time": "2024-02-11T01:48:32Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1094,
                "name": "[AUTO] SpaceX B10 & S28 1st Stacking - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_b10_252_image_20240210163311.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191622.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2024-02-10T20:00:00Z",
            "slug": "spacex-b10-s28-1st-stacking",
            "type": {
                "id": 27,
                "name": "Rollout"
            },
            "description": "SpaceX is going to stack Booster 10 & Ship 28 for the first time in Starbase Texas, in preparation for testing before IFT-3.",
            "webcast_live": false,
            "location": "Starbase Texas, USA",
            "date_precision": {
                "id": 4,
                "name": "Afternoon",
                "abbrev": "PM",
                "description": "The T-0 is expected in the afternoon (local time)."
            },
            "response_mode": "normal",
            "duration": "PT9H18M31S",
            "updates": [
                {
                    "id": 6632,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Livestream has started",
                    "info_url": "https://www.youtube.com/watch?v=TaCWFiUUfwc",
                    "created_by": "LL2",
                    "created_on": "2024-02-10T16:34:02Z"
                },
                {
                    "id": 6631,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Added Event",
                    "info_url": "https://www.youtube.com/watch?v=TaCWFiUUfwc",
                    "created_by": "hitura-nobad",
                    "created_on": "2024-02-10T16:33:21Z"
                }
            ],
            "last_updated": "2024-03-05T17:27:43Z"
        },
        {
            "id": 937,
            "url": "https://ll.thespacedevs.com/2.3.0/events/937/?format=api",
            "name": "Nova-C IM-1 Science Media Teleconference #2",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtube.com",
                    "publisher": "NASA Video",
                    "title": "NASA Science Onboard First Intuitive Machines Moon Flight (Feb. 12, 2024)",
                    "description": "NASA holds a virtual audio-only media teleconference to highlight the NASA science demonstrations flying onboard Intuitive Machines’ Nova-C lander as part of...",
                    "feature_image": "https://i.ytimg.com/vi/1mkcRne8OXE/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=1mkcRne8OXE",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2024-02-12T15:58:16Z",
                    "end_time": "2024-02-12T16:54:04Z",
                    "live": false
                }
            ],
            "image": {
                "id": 1152,
                "name": "Nova-C lander during payload integration (IM-1)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nova-c_im-1_lun_image_20240123174657.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191815.jpeg",
                "credit": "Intuitive Machines",
                "license": {
                    "id": 24,
                    "name": "Intuitive Machines Gallery",
                    "priority": 3,
                    "link": "https://www.intuitivemachines.com/gallery"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2024-02-12T16:00:00Z",
            "slug": "nova-c-im-1-science-media-teleconference-2",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will hold a science media teleconference with the following participants:\r\n- Susan Lederer, CLPS project scientist, NASA’s Johnson Space Center\r\n- Farzin Amzajerdian, principal investigator, Navigation Doppler Lidar, NASA’s Langley Research Center\r\n- Tamara Statham, co-principal investigator, Lunar Node-1, NASA’s Marshall Space Flight Center\r\n- Daniel Cremons, deputy principal investigator, Laser Retro-Reflector Array, NASA’s Goddard Space Flight Center\r\n- Nat Gopalswamy, principal investigator, Radio Observations of the Lunar Surface Photoelectron Sheath, NASA Goddard \r\n- Michelle Munk, principal investigator, Stereo Camera for Lunar Plume-Surface Studies, NASA Langley \r\n- Lauren Ameen, deputy project manager, Radio Frequency Mass Gauge, NASA’s Glenn Research Center",
            "webcast_live": false,
            "location": "Online",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT55M48S",
            "updates": [
                {
                    "id": 6639,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Livestream has started",
                    "info_url": "https://www.youtube.com/watch?v=1mkcRne8OXE",
                    "created_by": "LL2",
                    "created_on": "2024-02-12T15:59:07Z"
                }
            ],
            "last_updated": "2024-03-05T17:27:50Z"
        }
    ]
}