API endpoint that allows all Events to be viewed.

FILTERS: 'type', 'type__ids', 'program', 'agency__ids', 'last_updated'

GET: Return a list of all Events

SEARCH EXAMPLE: /2.2.0/event/?search=Dragon Searches through name

ORDERING: Fields - 'date', 'last_updated' Example - /2.2.0/event/?ordering=-date

GET /2.2.0/event/?format=api&offset=50&ordering=last_updated
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 1005,
    "next": "https://lldev.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=60&ordering=last_updated",
    "previous": "https://lldev.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=40&ordering=last_updated",
    "results": [
        {
            "id": 824,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/824/?format=api",
            "slug": "spacex-ax-2-post-mission-press-conference",
            "name": "SpaceX AX-2 Post Mission Press Conference",
            "updates": [
                {
                    "id": 4254,
                    "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=rNFBI3dJEbs",
                    "created_by": "LL2",
                    "created_on": "2023-06-01T20:07:37Z"
                }
            ],
            "last_updated": "2024-03-05T17:22:22Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "After returning to Earth from a 10-day mission in space, the astronauts of the Axiom Mission 2 (Ax-2) will participate in a press conference to share their experience and highlight the work conducted during the second all-private astronaut mission to the International Space Station (ISS). \r\n\r\nThe Ax-2 crew includes Axiom Space’s Director of Human Spaceflight and Commander Peggy Whitson, a former NASA astronaut, Pilot John Shoffner, and Mission Specialists Ali Alqarni and Rayyanah Barnawi, from the Saudi Space Commission (SSC). Both are members of the inaugural Saudi national astronaut class.",
            "webcast_live": false,
            "location": null,
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=rNFBI3dJEbs",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Ax-2 Post-Return Crew Press Conference",
                    "description": "After returning to Earth from a 10-day mission in space, the astronauts of the Axiom Mission 2 (Ax-2) will participate in a press conference to share their e...",
                    "feature_image": "https://i.ytimg.com/vi/rNFBI3dJEbs/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=rNFBI3dJEbs",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ax-2_crew_press_image_20230515161930.png",
            "date": "2023-06-01T20:00:00Z",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": [
                {
                    "id": 17,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/17/?format=api",
                    "name": "International Space Station",
                    "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                    "agencies": [
                        {
                            "id": 16,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/16/?format=api",
                            "name": "Canadian Space Agency",
                            "type": "Government"
                        },
                        {
                            "id": 27,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 37,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 63,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                    "start_date": "1998-11-20T06:40:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 60,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/60/?format=api",
            "slug": "70th-international-astronautical-congress",
            "name": "70th International Astronautical Congress",
            "updates": [],
            "last_updated": "2024-03-05T17:22:22Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "The International Astronautical Congress is a yearly conference where key figures in the space industry meet and showcase/discuss events in the spaceflight industry.\r\n\r\nThe event lasts starts on 21st October and lasts a week. Some of the panels will be live streamed for free on NASA TV.",
            "webcast_live": false,
            "location": "Washington D.C, United States",
            "news_url": "https://www.iac2019.org/",
            "video_url": null,
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.iac2019.org",
                    "title": "IAC2019 - News related Celebrity gossips, Net Worth, upcoming Entertaining Movies and Anime.",
                    "description": "News related Celebrity gossips, Net Worth, upcoming Entertaining Movies and Anime.",
                    "feature_image": null,
                    "url": "https://www.iac2019.org/",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/70th2520international2520astronautical2520congress_image_20191019002059.png",
            "date": "2019-10-25T21:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 113,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/113/?format=api",
            "slug": "us-eva-67",
            "name": "US EVA-67",
            "updates": [],
            "last_updated": "2024-03-05T17:22:23Z",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "NASA astronauts Chris Cassidy and Bob Behnken will exit the orbital lab on July 16 to continue replacing batteries that store and distribute power collected from the solar arrays.",
            "webcast_live": false,
            "location": "International Space Station",
            "news_url": "https://www.nasa.gov/press-release/nasa-broadcasts-final-spacewalks-to-upgrade-space-station-power-system/",
            "video_url": "https://youtu.be/21X5lGlDOfg",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA Broadcasts Final Spacewalks to Upgrade Space Station Power System",
                    "description": "NASA astronauts Chris Cassidy and Robert Behnken will conduct a pair of spacewalks Thursday, July 16, and Tuesday, July 21, to finish a 3.5-year effort to upgrade the International Space Station’s power system.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-broadcasts-final-spacewalks-to-upgrade-space-station-power-system/",
                    "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
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/us2520eva-52_image_20190318200748.jpeg",
            "date": "2020-07-16T11:35:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [
                {
                    "id": 138,
                    "url": "https://lldev.thespacedevs.com/2.2.0/expedition/138/?format=api",
                    "name": "Expedition 63",
                    "start": "2020-04-17T01:53:00Z",
                    "end": "2020-10-20T20:15:00Z",
                    "spacestation": {
                        "id": 4,
                        "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                        "name": "International Space Station",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "orbit": "Low Earth Orbit",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                    },
                    "mission_patches": [
                        {
                            "id": 725,
                            "name": "Expedition 63 Patch",
                            "priority": 9,
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_63_patch_20221024013521.png",
                            "agency": {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        },
                        {
                            "id": 726,
                            "name": "Expedition 63 Patch",
                            "priority": 9,
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_63_patch_20221024013521.png",
                            "agency": {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        }
                    ],
                    "spacewalks": [
                        {
                            "id": 418,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/418/?format=api",
                            "name": "Expedition 63 EVA 4",
                            "start": "2020-07-21T11:12:00Z",
                            "end": "2020-07-21T16:41:00Z",
                            "duration": "PT5H29M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 415,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/415/?format=api",
                            "name": "Expedition 63 EVA 1",
                            "start": "2020-06-26T11:32:00Z",
                            "end": "2020-06-26T17:39:00Z",
                            "duration": "PT6H7M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 416,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/416/?format=api",
                            "name": "Expedition 63 EVA 2",
                            "start": "2020-07-01T10:13:00Z",
                            "end": "2020-07-01T16:14:00Z",
                            "duration": "PT6H1M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 417,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/417/?format=api",
                            "name": "Expedition 63 EVA 3",
                            "start": "2020-07-16T11:10:00Z",
                            "end": "2020-07-16T17:10:00Z",
                            "duration": "PT6H",
                            "location": "International Space Station"
                        }
                    ]
                }
            ],
            "spacestations": [
                {
                    "id": 4,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "founded": "1998-11-20",
                    "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
                    "orbit": "Low Earth Orbit",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                }
            ],
            "program": []
        },
        {
            "id": 105,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/105/?format=api",
            "slug": "starship-sn4-static-fire-3",
            "name": "Starship SN4 Static Fire",
            "updates": [],
            "last_updated": "2024-03-05T17:22:24Z",
            "type": {
                "id": 5,
                "name": "Static Fire"
            },
            "description": "The SpaceX Starship SN4 Prototype has successfully performed its third static fire.",
            "webcast_live": false,
            "location": "Boca Chica, Texas",
            "news_url": "https://spaceflightnow.com/2020/05/06/spacex-test-fires-raptor-engine-on-starship-test-rocket/",
            "video_url": "https://youtu.be/kICMCCXAKVg",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "spaceflightnow.com",
                    "title": "SpaceX test-fires Raptor engine on Starship test rocket – Spaceflight Now",
                    "description": "A test-firing of a Raptor engine on the latest in a series of Starship test rockets Tuesday night in Texas moved SpaceX closer to performing a low-altitude “hop” to gather data on the vehicle’s launch and landing characteristics.\n\nThe single methane-fueled Raptor engine on the bottom of the Starship...",
                    "feature_image": null,
                    "url": "https://spaceflightnow.com/2020/05/06/spacex-test-fires-raptor-engine-on-starship-test-rocket/",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtu.be",
                    "publisher": null,
                    "title": "4K Up Close SpaceX Starship SN4 Static Fire #2",
                    "description": "05.19.2020 At 1:00:54 PM CDT SpaceX Boca Chica completed a secondary static fire with raptor SN20 on Starship SN4. After the 5-6 second burn it seems there w...",
                    "feature_image": "https://i.ytimg.com/vi/kICMCCXAKVg/hqdefault.jpg",
                    "url": "https://youtu.be/kICMCCXAKVg",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sn4_static_fire_image_20200506020647.jpeg",
            "date": "2020-05-19T18:00:54Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": [
                {
                    "id": 1,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/1/?format=api",
                    "name": "SpaceX Starship",
                    "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project.  The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.",
                    "agencies": [
                        {
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex2520star_program_20201129204513.png",
                    "start_date": "2019-03-01T05:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.spacex.com/vehicles/starship/",
                    "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship",
                    "mission_patches": [],
                    "type": {
                        "id": 7,
                        "name": "Technology"
                    }
                }
            ]
        },
        {
            "id": 359,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/359/?format=api",
            "slug": "soyuz-ms-22-docking",
            "name": "Soyuz MS-22 Docking",
            "updates": [],
            "last_updated": "2024-03-05T17:22:24Z",
            "type": {
                "id": 2,
                "name": "Docking"
            },
            "description": "The Soyuz MS-22 spacecraft will dock to the International Space Station carrying ROSCOSMOS cosmonauts Sergey Prokopyev and Dmitriy Petelin as well as NASA astronaut Francisco Rubio.",
            "webcast_live": false,
            "location": "International Space Station",
            "news_url": null,
            "video_url": null,
            "info_urls": [],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg",
            "date": "2022-09-21T17:11:34Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [
                {
                    "id": 4,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "founded": "1998-11-20",
                    "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
                    "orbit": "Low Earth Orbit",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                }
            ],
            "program": [
                {
                    "id": 8,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/8/?format=api",
                    "name": "Soyuz",
                    "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                    "agencies": [
                        {
                            "id": 63,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        {
                            "id": 66,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                    "start_date": "1966-11-28T11:02:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                },
                {
                    "id": 17,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/17/?format=api",
                    "name": "International Space Station",
                    "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                    "agencies": [
                        {
                            "id": 16,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/16/?format=api",
                            "name": "Canadian Space Agency",
                            "type": "Government"
                        },
                        {
                            "id": 27,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 37,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 63,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                    "start_date": "1998-11-20T06:40:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 66,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/66/?format=api",
            "slug": "progress-ms-12-undocking",
            "name": "Progress MS-12 Undocking",
            "updates": [],
            "last_updated": "2024-03-05T17:22:25Z",
            "type": {
                "id": 8,
                "name": "Spacecraft Undocking"
            },
            "description": "The Progress MS-12 spacecraft will undock from the Pirs module of the International Space Station.\r\n\r\nIt will then de-orbit and burn up in the atmosphere.",
            "webcast_live": false,
            "location": "International Space Station",
            "news_url": "https://en.wikipedia.org/wiki/Progress_MS-12",
            "video_url": "https://youtu.be/21X5lGlDOfg",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "en.wikipedia.org",
                    "title": "Progress MS-12 - Wikipedia",
                    "description": "Progress MS-12 (Russian: Прогресс МC-12), Russian production No.442, identified by NASA as Progress 73P, was a Progress spaceflight operated by Roscosmos to resupply the International Space Station (ISS).[3] This was the 164th flight of a Progress spacecraft.\n\nThe Progress-MS is an uncrewed freighte...",
                    "feature_image": null,
                    "url": "https://en.wikipedia.org/wiki/Progress_MS-12",
                    "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
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress2520ms-102520undocking_image_20190506111616.jpeg",
            "date": "2019-11-29T09:25:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [
                {
                    "id": 4,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "founded": "1998-11-20",
                    "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
                    "orbit": "Low Earth Orbit",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                }
            ],
            "program": []
        },
        {
            "id": 730,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/730/?format=api",
            "slug": "hakuto-r-m1-lunar-landing",
            "name": "Hakuto-R M1 Lunar Landing",
            "updates": [
                {
                    "id": 3780,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Added landing date and time.",
                    "info_url": "https://www.ispace-inc.com/news-en/?p=4577",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2023-04-12T00:25:19Z"
                },
                {
                    "id": 3877,
                    "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=CpR1UUnix3g",
                    "created_by": "LL2",
                    "created_on": "2023-04-25T15:30:41Z"
                }
            ],
            "last_updated": "2024-03-05T17:22:26Z",
            "type": {
                "id": 7,
                "name": "Moon Landing"
            },
            "description": "ispace's Hakuto-R Mission 1 lander will attempt a lunar landing after a successful lunar orbital insertion.",
            "webcast_live": false,
            "location": null,
            "news_url": "https://twitter.com/thesheetztweetz/status/1630327230151766018",
            "video_url": "https://www.youtube.com/watch?v=CpR1UUnix3g",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "twitter.com",
                    "title": "",
                    "description": "JavaScript is not available.\n\nWe’ve detected that JavaScript is disabled in this browser. Please enable JavaScript or switch to a supported browser to continue using twitter.com. You can see a list of supported browsers in our Help Center.",
                    "feature_image": null,
                    "url": "https://twitter.com/thesheetztweetz/status/1630327230151766018",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "ispace HAKUTO-R Mission 1: Landing Live Stream",
                    "description": "This is the official ispace landing coverage of HAKUTO-R Mission 1.",
                    "feature_image": "https://i.ytimg.com/vi/CpR1UUnix3g/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=CpR1UUnix3g",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hakuto-r_m1_lun_image_20230425123956.jpg",
            "date": "2023-04-25T16:40:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 62,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/62/?format=api",
            "slug": "hayabusa-2-departure-from-ryugu",
            "name": "Hayabusa 2 Departure from Ryugu",
            "updates": [],
            "last_updated": "2024-03-05T17:22:26Z",
            "type": {
                "id": 6,
                "name": "Spacecraft Event"
            },
            "description": "Departure is on November 13 at 10:05 JST (onboard time). The RCS thrusters are scheduled to begin moving Hayabusa 2 away from Ryugu at about 10cm/s.",
            "webcast_live": false,
            "location": "162173 Ryugu",
            "news_url": null,
            "video_url": null,
            "info_urls": [],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hayabusa252022520departure2520from2520ryugu_image_20191113010708.jpg",
            "date": "2019-11-13T01:05:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 823,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/823/?format=api",
            "slug": "psyche-independent-review-media-teleconference",
            "name": "Psyche Independent Review Media Teleconference",
            "updates": [
                {
                    "id": 4288,
                    "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=kVsTaLcP7Mg",
                    "created_by": "LL2",
                    "created_on": "2023-06-05T19:59:06Z"
                }
            ],
            "last_updated": "2024-03-05T17:22:27Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "Leaders from NASA, the agency’s Jet Propulsion Laboratory, and the board will discuss progress in addressing issues that led to the mission’s launch delay.",
            "webcast_live": false,
            "location": null,
            "news_url": "https://www.jpl.nasa.gov/news/nasa-to-discuss-conclusions-of-psyche-mission-independent-review-board",
            "video_url": "https://www.youtube.com/watch?v=kVsTaLcP7Mg",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.jpl.nasa.gov",
                    "title": "NASA to Discuss Conclusions of Psyche Mission Independent Review Board",
                    "description": "Leaders from NASA, the agency’s Jet Propulsion Laboratory, and the board will discuss progress in addressing issues that led to the mission’s launch delay.",
                    "feature_image": null,
                    "url": "https://www.jpl.nasa.gov/news/nasa-to-discuss-conclusions-of-psyche-mission-independent-review-board",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Media Briefing: Final Assessment of Psyche Independent Review Board (June 5, 2023)",
                    "description": "NASA discusses the follow-up report by the Psyche mission independent review board. The new assessment reviews corrective actions taken following the Novembe...",
                    "feature_image": "https://i.ytimg.com/vi/kVsTaLcP7Mg/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=kVsTaLcP7Mg",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/psyche_independ_image_20230531181924.jpg",
            "date": "2023-06-05T20:00:00Z",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 761,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/761/?format=api",
            "slug": "ax-2-post-launch-media-teleconference",
            "name": "Ax-2 Post-Launch Media Teleconference",
            "updates": [
                {
                    "id": 4081,
                    "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=ZDlgSoNkYiU",
                    "created_by": "LL2",
                    "created_on": "2023-05-21T23:00:26Z"
                }
            ],
            "last_updated": "2024-03-05T17:22:27Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA, Axiom, and SpaceX will hold a media teleconference following the launch of the Ax-2 mission towards the International Space Station.",
            "webcast_live": false,
            "location": null,
            "news_url": "https://www.nasa.gov/press-release/nasa-sets-coverage-for-axiom-mission-2-briefings-events-broadcast",
            "video_url": "https://www.youtube.com/watch?v=ZDlgSoNkYiU",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA Sets Coverage for Axiom Mission 2 Briefings, Events, Broadcast",
                    "description": "NASA, Axiom Space, and SpaceX will provide coverage of the upcoming prelaunch and launch activities for Axiom Mission 2 (Ax-2), the second private astronaut mission to the International Space Station.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-sets-coverage-for-axiom-mission-2-briefings-events-broadcast",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Axiom Mission 2 Postlaunch Press Conference (May 21, 2023)",
                    "description": "Leadership from NASA, Axiom Space, and SpaceX participate in a postlaunch media briefing to provide an update on the Axiom Mission 2 launch and mission opera...",
                    "feature_image": "https://i.ytimg.com/vi/ZDlgSoNkYiU/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=ZDlgSoNkYiU",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
            "date": "2023-05-21T23:00:00Z",
            "date_precision": {
                "id": 2,
                "name": "Hour",
                "abbrev": "HR",
                "description": "The T-0 is accurate to the hour."
            },
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [
                {
                    "id": 4,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "founded": "1998-11-20",
                    "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
                    "orbit": "Low Earth Orbit",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                }
            ],
            "program": []
        }
    ]
}