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=260&ordering=date
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 1009,
    "next": "https://lldev.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=270&ordering=date",
    "previous": "https://lldev.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=250&ordering=date",
    "results": [
        {
            "id": 309,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/309/?format=api",
            "slug": "tiangong-eva-1",
            "name": "Tiangong EVA-1",
            "updates": [],
            "last_updated": "2024-03-05T17:26:40Z",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "Liu Boming and Tang Hongbo performed work on the Tianhe mechanical arm and installed equipment outside the station.",
            "webcast_live": false,
            "location": "Tiangong Space Station",
            "news_url": "https://spacenews.com/astronauts-complete-first-chinese-space-station-spacewalk/",
            "video_url": "https://www.youtube.com/watch?v=7BOqyOs7gaw",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "spacenews.com",
                    "title": "Astronauts complete first Chinese space station spacewalk",
                    "description": "Astronauts complete first Chinese space station spacewalk",
                    "feature_image": null,
                    "url": "https://spacenews.com/astronauts-complete-first-chinese-space-station-spacewalk/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "YouTube",
                    "description": "Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.",
                    "feature_image": null,
                    "url": "https://www.youtube.com/watch?v=7BOqyOs7gaw",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_eva_image_20210704082303.jpg",
            "date": "2021-07-04T00:11:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [
                {
                    "id": 145,
                    "url": "https://lldev.thespacedevs.com/2.2.0/expedition/145/?format=api",
                    "name": "Shenzhou 12",
                    "start": "2021-06-17T07:54:00Z",
                    "end": "2021-09-17T05:34:00Z",
                    "spacestation": {
                        "id": 18,
                        "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/18/?format=api",
                        "name": "Tiangong space station",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "orbit": "Low Earth Orbit",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
                    },
                    "mission_patches": [
                        {
                            "id": 8,
                            "name": "China Shenzhou 12 Mission Patch",
                            "priority": 10,
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/china2520shenz_mission_patch_20210606212146.png",
                            "agency": {
                                "id": 17,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/17/?format=api",
                                "name": "China National Space Administration",
                                "type": "Government"
                            }
                        }
                    ],
                    "spacewalks": []
                }
            ],
            "spacestations": [
                {
                    "id": 18,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/18/?format=api",
                    "name": "Tiangong space station",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "founded": "2021-04-29",
                    "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface. It will be roughly one-fifth the mass of the International Space Station and about the size of the Mir space station.",
                    "orbit": "Low Earth Orbit",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
                }
            ],
            "program": [
                {
                    "id": 19,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/19/?format=api",
                    "name": "Tiangong space station",
                    "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface.",
                    "agencies": [
                        {
                            "id": 88,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/88/?format=api",
                            "name": "China Aerospace Science and Technology Corporation",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chinese2520spa_program_20210608105528.png",
                    "start_date": "2021-04-29T03:23:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Tiangong_space_station",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 314,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/314/?format=api",
            "slug": "nasa-mars-2020-ingenuity-ninth-flight",
            "name": "NASA Mars 2020 Ingenuity Ninth Flight",
            "updates": [],
            "last_updated": "2024-03-05T17:25:29Z",
            "type": {
                "id": 14,
                "name": "Test Flight"
            },
            "description": "The 9th flight on Ingenuity Mars Helicopter was a success. Unlike with previous flights, this time Ingenuity flew over not the safe flat grounds, but over a sandy terrain called \"Séítah\". This kind of area is difficult, if not dangerous, for a rover to wheel through However, it can be easily surveyed from air. This proves that rover-helicopter combo can expand science value of the mission by covering more diverse areas which would not be possible to explore with a rover alone.",
            "webcast_live": false,
            "location": "Airfield E, Jezero crater, Mars",
            "news_url": "https://mars.nasa.gov/technology/helicopter/status/314/flight-9-was-a-nail-biter-but-ingenuity-came-through-with-flying-colors/",
            "video_url": null,
            "info_urls": [
                {
                    "priority": 10,
                    "source": "mars.nasa.gov",
                    "title": "Flight 9 Was a Nail-Biter, but Ingenuity Came Through With Flying Colors - NASA",
                    "description": "It has been a week of heightened apprehension on the Mars Helicopter team as we prepared a major flight challenge for Ingenuity.",
                    "feature_image": null,
                    "url": "https://mars.nasa.gov/technology/helicopter/status/314/flight-9-was-a-nail-biter-but-ingenuity-came-through-with-flying-colors/",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_mars_2020__image_20210728154209.jpg",
            "date": "2021-07-05T09:03:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 306,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/306/?format=api",
            "slug": "crs-22-dragon-undocking",
            "name": "CRS-22 Dragon Undocking",
            "updates": [
                {
                    "id": 650,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
                    "comment": "Cargo Dragon CRS-22 undocking now targeted for 14:45 UTC.",
                    "info_url": "https://twitter.com/SpaceX/status/1413140331533520898",
                    "created_by": "Nosu",
                    "created_on": "2021-07-08T14:36:10Z"
                }
            ],
            "last_updated": "2024-03-13T13:41:24Z",
            "type": {
                "id": 8,
                "name": "Spacecraft Undocking"
            },
            "description": "The SpaceX CRS-22 Dragon spacecraft will undock from the International Space Station ahead of its reentry, splashdown and recovery.",
            "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/crs-28_dragon_d_image_20230530191602.jpeg",
            "date": "2021-07-08T14:45: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": 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": 11,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/11/?format=api",
                    "name": "Commercial Resupply Services",
                    "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 257,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/257/?format=api",
                            "name": "Northrop Grumman Space Systems",
                            "type": "Commercial"
                        },
                        {
                            "id": 1020,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1020/?format=api",
                            "name": "Sierra Nevada Corporation",
                            "type": "Commercial"
                        },
                        {
                            "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/commercial2520_program_20201129212219.png",
                    "start_date": "2008-12-23T00:00:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 311,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/311/?format=api",
            "slug": "ns-16-pre-launch-mission-briefing",
            "name": "NS-16 Pre-Launch Mission Briefing",
            "updates": [],
            "last_updated": "2024-03-05T17:30:17Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "Blue Origin will host a pre-launch mission briefing live from Launch Site One in West Texas. Blue Origin will share details about their first crewed suborbital flight, including updates on vehicle readiness, flight and safety preparedness, and astronaut training.",
            "webcast_live": false,
            "location": "West Texas Suborbital Launch Site",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=arbcLLlqzoA",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Replay: First Human Flight Pre-Launch Mission Briefing",
                    "description": "On Sunday, July 18, Blue Origin will host a pre-launch mission briefing live from Launch Site One in West Texas.The briefing will provide final details about...",
                    "feature_image": "https://i.ytimg.com/vi/arbcLLlqzoA/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=arbcLLlqzoA",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue_origin_ns-_image_20210718154026.jpeg",
            "date": "2021-07-18T16:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 310,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/310/?format=api",
            "slug": "super-heavy-b3-static-fire",
            "name": "Super Heavy B3 Static Fire",
            "updates": [
                {
                    "id": 659,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/koun7erfit_profile_20210817212350.png",
                    "comment": "Per @BocaChicaGal there could be a test of B3 today as SpaceX has notified residents of a road closure and window for testing. As of this moment - the road is open and SpaceX ground crew are at the pad.",
                    "info_url": "https://twitter.com/BocaChicaGal/status/1415307891611951104",
                    "created_by": "Koun7erfit",
                    "created_on": "2021-07-14T16:58:52Z"
                },
                {
                    "id": 660,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/koun7erfit_profile_20210817212350.png",
                    "comment": "Todays road closure has been cancelled - next scheduled opportunity will be tomorrow.",
                    "info_url": null,
                    "created_by": "Koun7erfit",
                    "created_on": "2021-07-14T17:12:50Z"
                },
                {
                    "id": 661,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/koun7erfit_profile_20210817212350.png",
                    "comment": "Next opportunity is Monday, pending updates from social media and/or SpaceX.",
                    "info_url": null,
                    "created_by": "Koun7erfit",
                    "created_on": "2021-07-15T16:18:11Z"
                },
                {
                    "id": 666,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/koun7erfit_profile_20210817212350.png",
                    "comment": "SpaceX is on track for a static fire of BN3 - vehicle is fueled with propellant and siren has indicated a static fire is imminent.",
                    "info_url": null,
                    "created_by": "Koun7erfit",
                    "created_on": "2021-07-19T23:53:02Z"
                },
                {
                    "id": 667,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/scorp_profile_20210217185945.jpg",
                    "comment": "The BN3 booster performed its static fire at 00:06 UTC. Appears to be a success from the video feed.",
                    "info_url": null,
                    "created_by": "JRascagneres",
                    "created_on": "2021-07-20T00:07:51Z"
                }
            ],
            "last_updated": "2024-03-05T17:30:18Z",
            "type": {
                "id": 5,
                "name": "Static Fire"
            },
            "description": "SpaceX will be conducting testing potentially including a static fire test of the Super Heavy Booster 3 at its Starbase launch site in Boca Chica, TX.\r\n\r\nWe will be monitoring social media and live feeds to provide periodic updates.",
            "webcast_live": false,
            "location": "Boca Chica, Texas",
            "news_url": "https://www.nasaspaceflight.com/2021/07/booster3-static-fire/",
            "video_url": "https://www.youtube.com/watch?v=xV30bdrr1HI",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasaspaceflight.com",
                    "title": "SpaceX prepares for first Super Heavy static fire",
                    "description": "SpaceX is readying for the first static firing of Raptor engines connected to the base of a Super Heavy booster, known as Booster 3. The test is a critical step in verifying and validating Super Heavy’s initial design for the first series of test boosters, including Booster 4, which is expected to l...",
                    "feature_image": null,
                    "url": "https://www.nasaspaceflight.com/2021/07/booster3-static-fire/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Booster BN3 First Static Fire",
                    "description": "07.19.2021 07:05 PM local time SpaceX seems to have successfully static fired three raptors engines in Super Heavy Booster BN3. We are waiting confirmation o...",
                    "feature_image": "https://i.ytimg.com/vi/xV30bdrr1HI/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=xV30bdrr1HI",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/super_heavy_boo_image_20210719200206.png",
            "date": "2021-07-20T00:06:00Z",
            "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": 312,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/312/?format=api",
            "slug": "ns-16-post-flight-press-conference",
            "name": "NS-16 Post-Flight Press Conference",
            "updates": [],
            "last_updated": "2024-03-05T17:30:18Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "Blue Origin will host a press conference with New Shepard’s first astronaut crew which has successfully completed their first suborbital flight on July 20.",
            "webcast_live": false,
            "location": "West Texas Suborbital Launch Site",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=Kmpb7xJJ10I",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Replay - First Human Flight Post-Flight Press Conference",
                    "description": "Replay of Blue Origin's post-flight press conference with New Shepard’s first astronaut crew. Participants included Jeff Bezos, Mark Bezos, Wally Funk, and O...",
                    "feature_image": "https://i.ytimg.com/vi/Kmpb7xJJ10I/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=Kmpb7xJJ10I",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue_origin_ns-_image_20210718154026.jpeg",
            "date": "2021-07-20T15:45:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 269,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/269/?format=api",
            "slug": "endeavour-crew-dragon-relocation",
            "name": "\"Endeavour\" Crew Dragon Relocation",
            "updates": [],
            "last_updated": "2024-03-05T17:30:15Z",
            "type": {
                "id": 25,
                "name": "Spacecraft Relocation"
            },
            "description": "NASA astronauts Shane Kimbrough and Megan McArthur, JAXA astronaut Akihiko Hoshide and ESA astronaut Thomas Pesquet will relocate the Crew Dragon spacecraft to IDA-3 located at the zenith port of the Harmony module.\r\n\r\nThe relocation will free Harmony’s forward port for the docking of Crew-3, set to carry four crew members to the station in the fall of 2021.",
            "webcast_live": false,
            "location": "International Space Station",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=kouNcNlfprQ",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "SpaceX Crew Dragon Relocates at the International Space Station",
                    "description": "NASA’s SpaceX Crew-2 astronauts on the International Space Station will board Crew Dragon Endeavour on Wednesday, July 21, to relocate the spacecraft to anot...",
                    "feature_image": "https://i.ytimg.com/vi/kouNcNlfprQ/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=kouNcNlfprQ",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "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": "2021-07-21T10:30:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [
                {
                    "id": 141,
                    "url": "https://lldev.thespacedevs.com/2.2.0/expedition/141/?format=api",
                    "name": "Expedition 65",
                    "start": "2021-04-17T19:45:00Z",
                    "end": "2021-10-17T01:14: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": 728,
                            "name": "Expedition 65 Patch",
                            "priority": 9,
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_65_patch_20221024013522.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": 96,
                            "name": "Expedition 65 Mission Patch",
                            "priority": 10,
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20211017070409.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": 428,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/428/?format=api",
                            "name": "Expedition 65 EVA 4",
                            "start": "2021-06-25T11:52:00Z",
                            "end": "2021-06-25T18:37:00Z",
                            "duration": "PT6H45M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 429,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/429/?format=api",
                            "name": "Expedition 65 EVA 5",
                            "start": "2021-09-03T14:41:00Z",
                            "end": "2021-09-03T22:35:00Z",
                            "duration": "PT7H54M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 430,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/430/?format=api",
                            "name": "Expedition 65 EVA 6",
                            "start": "2021-09-09T14:51:00Z",
                            "end": "2021-09-09T22:16:00Z",
                            "duration": "PT7H25M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 425,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/425/?format=api",
                            "name": "Expedition 65 EVA 1",
                            "start": "2021-06-02T05:53:00Z",
                            "end": "2021-06-02T13:12:00Z",
                            "duration": "PT7H19M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 426,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/426/?format=api",
                            "name": "Expedition 65 EVA 2",
                            "start": "2021-06-16T12:11:00Z",
                            "end": "2021-06-16T19:26:00Z",
                            "duration": "PT7H15M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 431,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/431/?format=api",
                            "name": "Expedition 65 EVA 7",
                            "start": "2021-09-12T12:15:00Z",
                            "end": "2021-09-12T19:09:00Z",
                            "duration": "PT6H54M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 427,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/427/?format=api",
                            "name": "Expedition 65 EVA 3",
                            "start": "2021-06-20T11:42:00Z",
                            "end": "2021-06-20T18:10:00Z",
                            "duration": "PT6H28M",
                            "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": 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": 5,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/5/?format=api",
                    "name": "Commercial Crew Program",
                    "description": "The Commercial Crew Program (CCP) is a human spaceflight program operated by NASA, in association with American aerospace manufacturers Boeing and SpaceX. The program conducts rotations between the expeditions of the International Space Station program, transporting crews to and from the International Space Station (ISS) aboard Boeing Starliner and SpaceX Crew Dragon capsules, in the first crewed orbital spaceflights operated by private companies.",
                    "agencies": [
                        {
                            "id": 80,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/80/?format=api",
                            "name": "Boeing",
                            "type": "Commercial"
                        },
                        {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "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/commercial2520_program_20200820201209.png",
                    "start_date": "2011-04-18T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/exploration/commercial/crew/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Crew_Program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 315,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/315/?format=api",
            "slug": "nasa-mars-2020-ingenuity-tenth-flight",
            "name": "NASA Mars 2020 Ingenuity Tenth Flight",
            "updates": [],
            "last_updated": "2024-03-05T17:25:36Z",
            "type": {
                "id": 14,
                "name": "Test Flight"
            },
            "description": "With this flight Ingenuity crossed the 1-mile mark of total flown distance. This flight took the helicopter over a rocky area \"Raised Ridges\". The area is of interest to the scientists and is being considered to be visited by Perseverance rover in the future. The entire flight lasted 165.4 seconds and reached a maximum altitude of 12 meters.",
            "webcast_live": false,
            "location": "Airfield F, Jezero crater, Mars",
            "news_url": "https://mars.nasa.gov/technology/helicopter/status/316/aerial-scouting-of-raised-ridges-for-ingenuitys-flight-10/",
            "video_url": null,
            "info_urls": [
                {
                    "priority": 10,
                    "source": "mars.nasa.gov",
                    "title": "Aerial Scouting of ‘Raised Ridges’ for Ingenuity’s Flight 10 - NASA",
                    "description": "Ingenuity has come a long way from its original airfield, \"Wright Brothers Field,\" which is 0.64 miles (1.04 kilometers) to the northeast of our current location.",
                    "feature_image": null,
                    "url": "https://mars.nasa.gov/technology/helicopter/status/316/aerial-scouting-of-raised-ridges-for-ingenuitys-flight-10/",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_mars_2020__image_20210728154044.png",
            "date": "2021-07-24T21:07:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 267,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/267/?format=api",
            "slug": "progress-ms-16-pirs-undocking",
            "name": "Progress MS-16 & Pirs Undocking",
            "updates": [
                {
                    "id": 672,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Undocking delayed.",
                    "info_url": "https://twitter.com/Ian_Benecken/status/1418141144685420552?s=19",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2021-07-22T09:35:20Z"
                },
                {
                    "id": 673,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/spacevogel_profile_20210217192809.jpg",
                    "comment": "Undocking delayed by one day again.",
                    "info_url": "https://twitter.com/Ian_Benecken/status/1418651788773928960",
                    "created_by": "spacevogel",
                    "created_on": "2021-07-23T19:26:45Z"
                },
                {
                    "id": 677,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/spacevogel_profile_20210217192809.jpg",
                    "comment": "Undocking delayed yet again.",
                    "info_url": "https://twitter.com/Ian_Benecken/status/1419014106418458625",
                    "created_by": "spacevogel",
                    "created_on": "2021-07-24T19:28:59Z"
                },
                {
                    "id": 679,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
                    "comment": "Undocking now scheduled for 10:56 UTC on July 26.",
                    "info_url": "https://twitter.com/roscosmos/status/1419306878748745729?s=20",
                    "created_by": "Nosu",
                    "created_on": "2021-07-25T14:55:36Z"
                }
            ],
            "last_updated": "2024-03-05T17:30:16Z",
            "type": {
                "id": 8,
                "name": "Spacecraft Undocking"
            },
            "description": "The Progress MS-16 spacecraft will undock from the Zvezda module of the International Space Station, bringing with it the Pirs airlock in order to free a docking port for the Nauka module.\r\n\r\nIt will then de-orbit and burn up in the atmosphere.",
            "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/progress2520ms-102520undocking_image_20190506111616.jpeg",
            "date": "2021-07-26T10:56: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": 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": 313,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/313/?format=api",
            "slug": "boeing-starliner-oft-2-pre-launch-news-conference",
            "name": "Boeing Starliner OFT-2 Pre-Launch News Conference",
            "updates": [],
            "last_updated": "2024-03-05T17:25:37Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA and Boeing will conduct a pre-launch news conference for the uncrewed Orbital Flight Test-2 (OFT-2) of Boeing’s Starliner commercial crew spacecraft.",
            "webcast_live": false,
            "location": "Kennedy Space Center",
            "news_url": null,
            "video_url": null,
            "info_urls": [],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/boeing_starline_image_20210721065053.jpeg",
            "date": "2021-07-27T17:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        }
    ]
}