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 - lldev.thespacedevs.com/docs

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

{
    "count": 1004,
    "next": "https://lldev.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=800&ordering=-date",
    "previous": "https://lldev.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=780&ordering=-date",
    "results": [
        {
            "id": 211,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/211/?format=api",
            "name": "US EVA-71",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA TV Coverage Scheduled for Upcoming Spacewalks, Briefing",
                    "description": "Three crew members from Expedition 64 will conduct two spacewalks working in pairs Sunday, Feb. 28, and Friday, March 5, to continue upgrades on the International Space Station.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-tv-coverage-scheduled-for-upcoming-spacewalks-briefing",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Spacewalk to Prepare the International Space Station for Solar Array Upgrades",
                    "description": "Early riser? Watch two humans work in the vacuum of space on Sunday, Feb. 28! NASA astronauts Kate Rubins and Victor Glover will exit the orbital lab’s Quest...",
                    "feature_image": "https://i.ytimg.com/vi/gcv6beMn750/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=gcv6beMn750",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1240,
                "name": "US EVA Astronaut outside the ISS",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/us2520eva-52_image_20190318200748.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192124.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": "2021-02-28T11:00:00Z",
            "slug": "us-eva-71",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "On Sunday, Feb. 28, NASA astronauts Kate Rubins and Victor Glover will step out of the space station to begin assembling and installing modification kits required for upcoming solar array upgrades. The current solar arrays are functioning well, but have begun to show signs of degradation, as expected, as they were designed for a 15-year service life. The first pair of solar arrays were deployed in December 2000 and have been powering the station for more than 20 years. Later this year, the new solar arrays will be positioned in front of six of the current arrays, increasing the station’s total available power from 160 kilowatts to up to 215 kilowatts. Rubins will be extravehicular crew member 1 (EV 1) wearing red stripes. Glover will be extravehicular crew member 2 (EV 2) and wear a suit with no stripes.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:29:46Z"
        },
        {
            "id": 230,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/230/?format=api",
            "name": "Starship SN10 Static Fire #2",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Nerdle Cam 4K- SpaceX Starship Launch Facility",
                    "description": "SUNDAY 08/22/2021 Welcome to the LabPadre 24/7 Livestream! || Onsite weather provided by INITWeather.com || BOCA CHICA NEWS: NEW Heat tile replacement contin...",
                    "feature_image": "https://i.ytimg.com/vi/sTA0GTgFn5E/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=sTA0GTgFn5E",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 955,
                "name": "Starship Static Fire - Suborbital Version",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_sn9_st_image_20210107083631.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191226.jpeg",
                "credit": "SpaceX",
                "license": {
                    "id": 5,
                    "name": "CC BY-NC 2.0",
                    "priority": 1,
                    "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2021-02-25T22:57:00Z",
            "slug": "starship-sn10-static-fire-2",
            "type": {
                "id": 5,
                "name": "Static Fire"
            },
            "description": "SpaceX performed a second static fire of the Starship SN10 vehicle after swapping out one of its engines.",
            "webcast_live": false,
            "location": "Boca Chica, Texas",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:29:50Z"
        },
        {
            "id": 226,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/226/?format=api",
            "name": "Starship SN10 Static Fire",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Nerdle Cam 4K- SpaceX Starship Launch Facility",
                    "description": "SUNDAY 08/22/2021 Welcome to the LabPadre 24/7 Livestream! || Onsite weather provided by INITWeather.com || BOCA CHICA NEWS: NEW Heat tile replacement contin...",
                    "feature_image": "https://i.ytimg.com/vi/sTA0GTgFn5E/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=sTA0GTgFn5E",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 955,
                "name": "Starship Static Fire - Suborbital Version",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_sn9_st_image_20210107083631.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191226.jpeg",
                "credit": "SpaceX",
                "license": {
                    "id": 5,
                    "name": "CC BY-NC 2.0",
                    "priority": 1,
                    "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2021-02-23T23:00:00Z",
            "slug": "starship-sn10-static-fire",
            "type": {
                "id": 5,
                "name": "Static Fire"
            },
            "description": "SpaceX successfully performed a static fire of the Starship SN10 vehicle.",
            "webcast_live": false,
            "location": "Boca Chica, Texas",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [
                {
                    "id": 294,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
                    "comment": "SN10 static fire NET February 22",
                    "info_url": "https://twitter.com/BocaChicaGal/status/1362519041135493122",
                    "created_by": "Nosu",
                    "created_on": "2021-02-19T10:07:18Z"
                }
            ],
            "last_updated": "2024-03-05T17:29:41Z"
        },
        {
            "id": 229,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/229/?format=api",
            "name": "NASA Mars 2020 Perseverance Mission Images & Video Release",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtu.be",
                    "publisher": null,
                    "title": "See Mars Like Never Before! NASA's Perseverance Rover Sends New Video and Images of the Red Planet",
                    "description": "NASA’s Perseverance Mars Rover safely touched down on the Red Planet on Feb. 18. So what will the robotic scientist \"see\" on her descent and what will she do...",
                    "feature_image": "https://i.ytimg.com/vi/gYQwuYZbA6o/maxresdefault.jpg",
                    "url": "https://youtu.be/gYQwuYZbA6o",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1087,
                "name": "Perseverance poster",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_mars_2020__image_20210219115157.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191608.jpeg",
                "credit": "NASA/JPL-Caltech",
                "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": "2021-02-22T19:00:00Z",
            "slug": "nasa-mars-2020-perseverance-mission-images-video-r",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "Mission experts of the NASA's Mars 2020 Perseverance mission will provide updates about the rover, including imagery it captured during its descent and landing.",
            "webcast_live": false,
            "location": "Jet Propulsion Laboratory, Pasadena, California, USA",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:29:48Z"
        },
        {
            "id": 214,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/214/?format=api",
            "name": "NG-15 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": "2021-02-22T09:40:00Z",
            "slug": "ng-15-cygnus-berthing",
            "type": {
                "id": 4,
                "name": "Spacecraft Berthing"
            },
            "description": "NASA TV will livestream the rendezvous and capture of Northrop Grumman's NG-15 Cygnus cargo craft to the International Space Station.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [
                {
                    "id": 298,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
                    "comment": "Cygnus NG-15 capture confirmed at 9:38 UTC.",
                    "info_url": "https://twitter.com/NASA/status/1363786180060413952",
                    "created_by": "Nosu",
                    "created_on": "2021-02-22T09:42:37Z"
                }
            ],
            "last_updated": "2024-03-05T17:29:34Z"
        },
        {
            "id": 227,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/227/?format=api",
            "name": "NASA Mars 2020 Perseverance Sol 1 Press Conference",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "What’s Next for Perseverance Mars Rover? Sol 1 Press Conference",
                    "description": "Now that our mighty Perseverance Mars rover has landed – what’s next? Hear from mission experts who will provide a status update on the rover and what needs ...",
                    "feature_image": "https://i.ytimg.com/vi/Xz-Id5ZNopM/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=Xz-Id5ZNopM",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1087,
                "name": "Perseverance poster",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_mars_2020__image_20210219115157.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191608.jpeg",
                "credit": "NASA/JPL-Caltech",
                "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": "2021-02-19T18:00:00Z",
            "slug": "nasa-mars-2020-perseverance-sol-1-press-conference",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "The Sol 1 press conference of NASA's Mars 2020 Perseverance mission will be broadcasted live on NASA TV and the JPL YouTube channel.",
            "webcast_live": false,
            "location": "Jet Propulsion Laboratory, Pasadena, California, USA",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:29:47Z"
        },
        {
            "id": 89,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/89/?format=api",
            "name": "NASA Mars 2020 Perseverance Rover Landing",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "mars.nasa.gov",
                    "title": "Mars 2020 Perseverance Rover - NASA",
                    "description": "NASA's Mars 2020 Perseverance rover will look for signs of past microbial life, cache rock and soil samples, and prepare for future human exploration.",
                    "feature_image": null,
                    "url": "https://mars.nasa.gov/mars2020/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtu.be",
                    "publisher": null,
                    "title": "NASA Live: Official Stream of NASA TV",
                    "description": "Direct from America's space program to YouTube, watch NASA TV live streaming here to get the latest from our exploration of the universe and learn how we dis...",
                    "feature_image": "https://i.ytimg.com/vi/21X5lGlDOfg/maxresdefault_live.jpg",
                    "url": "https://youtu.be/21X5lGlDOfg",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 964,
                "name": "Curiosity sky crane render",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa2520mars252020202520rover2520landing_image_20200214105503.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191242.jpeg",
                "credit": "NASA/JPL-Caltech",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": true,
                "variants": []
            },
            "date": "2021-02-18T19:15:00Z",
            "slug": "nasa-mars-2020-perseverance-rover-landing",
            "type": {
                "id": 9,
                "name": "Spacecraft Landing"
            },
            "description": "NASA's Mars 2020 Perseverance rover will land in the Jezero crater using a MSL-inspired sky-crane at approximately 20:55 UTC.\r\n\r\nIt will investigate an astrobiologically relevant ancient environment on Mars and investigate its surface geological processes and history, including the assessment of its past habitability, the possibility of past life on Mars, and the potential for preservation of biosignatures within accessible geological materials. It will cache sample containers along its route for a potential future Mars sample-return mission.\r\n\r\nPerseverance is also ferrying several cutting-edge technologies to the surface of Mars – including a helicopter named Ingenuity, the first aircraft to attempt powered, controlled flight on another planet.",
            "webcast_live": false,
            "location": "Jezero crater, Mars",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [
                {
                    "id": 286,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/koun7erfit_profile_20210817212350.png",
                    "comment": "\"NASA's Mars Perseverance rover makes its final descent to the Red Planet. Here are some of the ways you can take part in this landing.\"\r\n\r\n\r\nCheck the links below for the list of NASA's coverage.",
                    "info_url": "https://mars.nasa.gov/mars2020/timeline/landing/",
                    "created_by": "Koun7erfit",
                    "created_on": "2021-02-18T02:48:27Z"
                },
                {
                    "id": 290,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/koun7erfit_profile_20210817212350.png",
                    "comment": "NASA live coverage is continuing to follow the descent as Mars 2020 Perseverance is beginning its entry into the Martian atmosphere.",
                    "info_url": null,
                    "created_by": "Koun7erfit",
                    "created_on": "2021-02-18T20:48:37Z"
                },
                {
                    "id": 291,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/koun7erfit_profile_20210817212350.png",
                    "comment": "Safe touchdown confirmed! Perseverance has safely landed on the surface of Mars!",
                    "info_url": null,
                    "created_by": "Koun7erfit",
                    "created_on": "2021-02-18T20:59:58Z"
                }
            ],
            "last_updated": "2024-03-05T17:29:45Z"
        },
        {
            "id": 213,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/213/?format=api",
            "name": "Progress MS-16 Docking",
            "info_urls": [],
            "vid_urls": [],
            "image": {
                "id": 1069,
                "name": "Progress docking",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress2520ms-112520docking_image_20190318202147.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191536.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": "2021-02-17T06:19:00Z",
            "slug": "progress-ms-16-docking",
            "type": {
                "id": 2,
                "name": "Docking"
            },
            "description": "The Progress MS-16 spacecraft is scheduled to autonomously dock to the Russian Orbital Segment of the ISS.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:24:20Z"
        },
        {
            "id": 125,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/125/?format=api",
            "name": "Tianwen-1 Mars Orbit Insertion",
            "info_urls": [],
            "vid_urls": [],
            "image": {
                "id": 1039,
                "name": "[AUTO] Tianwen-1 Mars Orbit Insertion - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tianwen-1_mars__image_20200721110519.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191445.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2021-02-10T12:00:00Z",
            "slug": "tianwen-1-mars-orbit-insertion",
            "type": {
                "id": 16,
                "name": "Orbital Insertion"
            },
            "description": "The Tianwen-1 orbiter and rover will perform a 14 minutes long burn to enter an elliptical orbit around Mars.",
            "webcast_live": false,
            "location": "Mars",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:24:33Z"
        },
        {
            "id": 124,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/124/?format=api",
            "name": "Emirates Mars Mission 'Hope' Mars Orbit Insertion",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": null,
                    "publisher": null,
                    "title": null,
                    "description": null,
                    "feature_image": null,
                    "url": "https://emiratesmarsmission.ae/live/",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1076,
                "name": "[AUTO] Emirates Mars Mission 'Hope' Mars Orbit Insertion - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/emirates_mars_m_image_20200721105747.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191549.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2021-02-09T15:45:00Z",
            "slug": "emirates-mars-mission-hope-mars-orbit-insertion",
            "type": {
                "id": 16,
                "name": "Orbital Insertion"
            },
            "description": "The Emirates Mars Mission 'Hope' will enter an orbit around Mars after its six months interplanetary journey.",
            "webcast_live": false,
            "location": "Mars",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:22:47Z"
        }
    ]
}