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=820&ordering=-last_updated
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=830&ordering=-last_updated",
    "previous": "https://ll.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=810&ordering=-last_updated",
    "results": [
        {
            "id": 769,
            "url": "https://ll.thespacedevs.com/2.3.0/events/769/?format=api",
            "name": "Progress MS-22 Undocking",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Трансляция расстыковки корабля «Прогресс МС-22» и МКС",
                    "description": "«Прогресс МС-22» проработал на Международной космической станции больше шести месяцев — он прибыл в феврале 2023 года, привёз на станцию более 2,5 тонн грузо...",
                    "feature_image": "https://i.ytimg.com/vi/npjjXpqYFz0/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=npjjXpqYFz0",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "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": "2023-08-20T23:49:30Z",
            "slug": "progress-ms-22-undocking",
            "type": {
                "id": 8,
                "name": "Spacecraft Undocking"
            },
            "description": "The Progress MS-22 spacecraft will undock from the Zvezda module of the International Space Station.\r\nIt will then de-orbit and burn up in the atmosphere.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "response_mode": "normal",
            "duration": "PT29M21S",
            "updates": [
                {
                    "id": 4945,
                    "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=npjjXpqYFz0",
                    "created_by": "LL2",
                    "created_on": "2023-08-20T23:40:35Z"
                },
                {
                    "id": 4902,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Added undocking time and webcast",
                    "info_url": "https://www.youtube.com/watch?v=npjjXpqYFz0",
                    "created_by": "hitura-nobad",
                    "created_on": "2023-08-18T12:38:42Z"
                }
            ],
            "last_updated": "2024-03-05T17:24:11Z"
        },
        {
            "id": 194,
            "url": "https://ll.thespacedevs.com/2.3.0/events/194/?format=api",
            "name": "CRS-21 Pre-Launch News Conference",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA TV Coverage Set for Next SpaceX Space Station Resupply Mission",
                    "description": "NASA commercial cargo provider SpaceX is targeting 11:39 a.m. EST Saturday, Dec. 5, for the launch of its 21st commercial resupply services (CRS-21) mission to the International Space Station from Launch Complex 39A at the agency’s Kennedy Space Center in Florida.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-tv-coverage-set-for-next-space-station-resupply-mission-with-spacex/",
                    "type": null,
                    "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": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1015,
                "name": "NASA Logo Placeholder",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_logo_place_image_20240926071724.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_logo_place_image_thumbnail_20240926071725.png",
                "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": "2020-12-04T21:00:00Z",
            "slug": "crs-21-pre-launch-news-conference",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "Representatives from NASA’s International Space Station Program, SpaceX, and the U.S. Air Force’s 45th Space Wing will host a Prelaunch news conference detailing information about the CRS-21 Mission.",
            "webcast_live": false,
            "location": "Kennedy Space Center",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:24:10Z"
        },
        {
            "id": 847,
            "url": "https://ll.thespacedevs.com/2.3.0/events/847/?format=api",
            "name": "Asteroid Capsule Drop Test Briefing",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA to Host Media for Asteroid Capsule Drop Test Briefing in Utah",
                    "description": "Media are invited to Utah’s western desert on Wednesday, Aug. 30, to learn about NASA preparations and readiness to receive America’s first asteroid sample collected in space.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-to-host-media-for-asteroid-capsule-drop-test-briefing-in-utah",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "OSIRIS-REx Asteroid Sample Return Mission Overview (Official NASA Briefing)",
                    "description": "Experts from NASA’s OSIRIS-REx (Origins, Spectral Interpretation, Resource Identification, and Security–Regolith Explorer) mission give an overview on the as...",
                    "feature_image": "https://i.ytimg.com/vi/4KgAfNIYlns/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=4KgAfNIYlns",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1281,
                "name": "[AUTO] Asteroid Capsule Drop Test Briefing - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/asteroid_capsul_image_20230810174043.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192250.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2023-08-30T21:00:00Z",
            "slug": "asteroid-capsule-drop-test-briefing",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will host a news conference on the OSIRIS-REx sample capsule’s landing and recovery plans from the Department of Defense’s Utah Test and Training Range \r\n\r\nNews conference participants are:\r\n\r\n- Melissa Morris, program executive\r\n- Dante Lauretta, principal investigator\r\n- Rich Burns, project manager\r\n- Sandra Freund, program manager\r\n- Kevin Righter, deputy curation lead",
            "webcast_live": false,
            "location": "Department of Defense’s Utah Test and Training Range",
            "date_precision": {
                "id": 2,
                "name": "Hour",
                "abbrev": "HR",
                "description": "The T-0 is accurate to the hour."
            },
            "response_mode": "normal",
            "duration": "PT1H34S",
            "updates": [
                {
                    "id": 5023,
                    "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=4KgAfNIYlns",
                    "created_by": "LL2",
                    "created_on": "2023-08-30T20:59:42Z"
                },
                {
                    "id": 4837,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Added Event",
                    "info_url": "https://www.nasa.gov/press-release/nasa-to-host-media-for-asteroid-capsule-drop-test-briefing-in-utah",
                    "created_by": "hitura-nobad",
                    "created_on": "2023-08-10T17:40:46Z"
                }
            ],
            "last_updated": "2024-03-05T17:24:09Z"
        },
        {
            "id": 717,
            "url": "https://ll.thespacedevs.com/2.3.0/events/717/?format=api",
            "name": "Progress MS-21 Undocking",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Трансляция расстыковки грузового корабля «Прогресс МС-21» и МКС",
                    "description": "18 февраля в 05:26 мск «Прогресс МС-21» отстыковался от модуля «Поиск» российского сегмента станции.  После отхода от МКС космонавты Сергей Прокопьев и Дмитр...",
                    "feature_image": "https://i.ytimg.com/vi/WxUNIGD3fwo/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=WxUNIGD3fwo",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "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": "2023-02-18T02:26:00Z",
            "slug": "progress-ms-21-undocking",
            "type": {
                "id": 8,
                "name": "Spacecraft Undocking"
            },
            "description": "The Progress MS-21 spacecraft will undock from the Poisk module of the International Space Station.\r\n\r\nAfter undocking, the cosmonauts will rotate the ship remotely and take imagery of the leaked radiator.\r\n\r\nIt will then de-orbit and burn up in the atmosphere.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:24:09Z"
        },
        {
            "id": 738,
            "url": "https://ll.thespacedevs.com/2.3.0/events/738/?format=api",
            "name": "NASA Artemis II Crew Reveal",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Who Will Fly Around the Moon? Introducing the Artemis II Astronauts LIVE (Official NASA Broadcast)",
                    "description": "Meet the four astronauts who will take a trip around the Moon aboard the Orion spacecraft on their approximately 10-day Artemis II mission, the first crewed ...",
                    "feature_image": "https://i.ytimg.com/vi/mua1Lysc_JQ/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=mua1Lysc_JQ",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1218,
                "name": "[AUTO] NASA Artemis II Crew Reveal - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_artemis_ii_image_20230309210433.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192046.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2023-04-03T15:00:00Z",
            "slug": "nasa-artemis-ii-crew-reveal",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will reveal the crew of its Artemis II mission that will fly around the moon in 2024. Out of four crew members, three will be NASA astronauts and one will be a CSA astronaut.",
            "webcast_live": false,
            "location": "Johnson Space Center, Houston, TX, USA",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [
                {
                    "id": 3741,
                    "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=mua1Lysc_JQ",
                    "created_by": "LL2",
                    "created_on": "2023-04-03T14:59:21Z"
                }
            ],
            "last_updated": "2024-03-05T17:24:08Z"
        },
        {
            "id": 385,
            "url": "https://ll.thespacedevs.com/2.3.0/events/385/?format=api",
            "name": "Solar Orbiter Venus Flyby",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.esa.int",
                    "title": "Solar Orbiter: journey around the Sun",
                    "description": "Solar Orbiter: journey around the Sun",
                    "feature_image": null,
                    "url": "https://www.esa.int/ESA_Multimedia/Images/2020/01/Solar_Orbiter_journey_around_the_Sun",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "image": {
                "id": 1154,
                "name": "Solar Orbiter render in space",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/solar_orbiter_v_image_20210930071353.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191819.png",
                "credit": "ESA/ATG medialab",
                "license": {
                    "id": 2,
                    "name": "ESA Standard Licence",
                    "priority": 2,
                    "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2028-03-17T00:00:00Z",
            "slug": "solar-orbiter-venus-flyby-6",
            "type": {
                "id": 23,
                "name": "Flyby"
            },
            "description": "Solar Orbiter, a partnership between ESA and NASA, will perform a gravity assist maneuver with Venus on March 17, 2028. Throughout its mission it also makes repeated gravity assist flybys of Venus to get closer to the Sun, and to change its orbital inclination, boosting it out of the ecliptic plane, to get the best – and first – views of the Sun’s poles.",
            "webcast_live": false,
            "location": "Venus",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:24:07Z"
        },
        {
            "id": 189,
            "url": "https://ll.thespacedevs.com/2.3.0/events/189/?format=api",
            "name": "Starship SN8 Static Fire",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "SN8 Starship Static Fire #3",
                    "description": "11.12.2020 at 07:15 PM SpaceX Boca Chica attempted a third static fire on Starship SN8. Once again we had some type of ejecta coming from the thrust area alo...",
                    "feature_image": "https://i.ytimg.com/vi/tJAxtqCCyn8/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=tJAxtqCCyn8",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1171,
                "name": "[AUTO] Starship SN8 Preburner Test - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_sn8_st_image_20201014184312.jpg_large",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191856.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": false,
                "variants": []
            },
            "date": "2020-11-13T01:15:00Z",
            "slug": "starship-sn8-static-fire-3",
            "type": {
                "id": 5,
                "name": "Static Fire"
            },
            "description": "SN8 performed a static fire of its Raptor engines.\r\nThe test was followed by a unintentional loss of pneumatic control of the vehicle, as well as possible damage to a raptor engine.",
            "webcast_live": false,
            "location": "Boca Chica, Texas",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:24:05Z"
        },
        {
            "id": 192,
            "url": "https://ll.thespacedevs.com/2.3.0/events/192/?format=api",
            "name": "Chang'e 5 Sample Returns to Earth",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "en.wikipedia.org",
                    "title": "Chang'e 5 - Wikipedia",
                    "description": "Chang'e 5 (Chinese: 嫦娥五号; pinyin: Cháng'é wǔhào[note 1]) was the fifth lunar exploration mission in the Chinese Lunar Exploration Program of CNSA, and China's first lunar sample-return mission.[13] Like its predecessors, the spacecraft is named after the Chinese moon goddess, Chang'e. It launched at...",
                    "feature_image": null,
                    "url": "https://en.wikipedia.org/wiki/Chang%27e_5",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "[直播]嫦娥五号返回特别报道 [Live]Chang'e-5 Reentry Special Report",
                    "description": "嫦娥五号返回器即将携带月壤样品从月球返回地面。Carrying lunar samples, Chang'e-5's return module will soon be back from the moon.",
                    "feature_image": "https://i.ytimg.com/vi/bLW248jCxmc/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=bLW248jCxmc",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1023,
                "name": "[AUTO] Chang'e 5 Sample Returns to Earth - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chang2527e_5_s_image_20201122182407.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191418.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2020-12-16T17:32:00Z",
            "slug": "change-5-sample-returns-to-earth",
            "type": {
                "id": 9,
                "name": "Spacecraft Landing"
            },
            "description": "The Chang'e 5 sample-return capsule will enter the Earth's atmosphere and land in Dorbod Banner, Inner Mongolia.",
            "webcast_live": false,
            "location": "Dorbod Banner, Inner Mongolia, China",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:24:04Z"
        },
        {
            "id": 191,
            "url": "https://ll.thespacedevs.com/2.3.0/events/191/?format=api",
            "name": "Chang'e 5 Lunar Landing",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "en.wikipedia.org",
                    "title": "Chang'e 5 - Wikipedia",
                    "description": "Chang'e 5 (Chinese: 嫦娥五号; pinyin: Cháng'é wǔhào[note 1]) was the fifth lunar exploration mission in the Chinese Lunar Exploration Program of CNSA, and China's first lunar sample-return mission.[13] Like its predecessors, the spacecraft is named after the Chinese moon goddess, Chang'e. It launched at...",
                    "feature_image": null,
                    "url": "https://en.wikipedia.org/wiki/Chang%27e_5",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "image": {
                "id": 989,
                "name": "[AUTO] Chang'e 5 Lunar Landing - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chang2527e_5_l_image_20201122181736.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191324.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2020-12-01T15:13:00Z",
            "slug": "change-5-lunar-landing",
            "type": {
                "id": 7,
                "name": "Moon Landing"
            },
            "description": "The Chinese Chang'e 5 spacecraft is scheduled to land in the Mons Rümker region of Oceanus Procellarum, located in the northwest region of the near side of the Moon. The lander will collect 2 kg of samples which will then be placed in an ascent vehicle and brought back to Earth.\r\n\r\nLanding time is approximate and not accurately known.",
            "webcast_live": false,
            "location": "Mons Rümker, Moon",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:24:03Z"
        },
        {
            "id": 190,
            "url": "https://ll.thespacedevs.com/2.3.0/events/190/?format=api",
            "name": "Arianespace VV17 failure press conference",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.arianespace.com",
                    "title": "– Flight Vega VV17 – SEOSAT-Ingenio / TARANIS: Mission failure",
                    "description": "8 minutes after liftoff of Vega mission VV17, following the first ignition of the engine of the Avum upper stage, a deviation of trajectory was identified, entailing the loss of the mission.\n\nTelemetry data analyses are in progress to determine the cause of this failure.\n\nThere will be a press confe...",
                    "feature_image": null,
                    "url": "https://www.arianespace.com/press-release/arianespace-flight-vega-vv17-seosat-ingenio-taranis-mission-failure/",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "image": {
                "id": 1118,
                "name": "[AUTO] Arianespace VV17 failure press conference - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/arianespace_vv1_image_20201117120738.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191703.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2020-11-17T13:00:00Z",
            "slug": "arianespace-vv17-failure-press-conference",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "8 minutes after liftoff of Vega mission VV17, following the first ignition of the engine of the Avum upper stage, a deviation of trajectory was identified, entailing the loss of the mission. There will be a press conference Tuesday, November 17th, 2020 at 10:00 am Kourou time / 2:00 pm Paris time.",
            "webcast_live": false,
            "location": "Guyana Space Center, Kourou, French Guiana",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:24:02Z"
        }
    ]
}