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

{
    "count": 935,
    "next": "https://ll.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=510&ordering=last_updated",
    "previous": "https://ll.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=490&ordering=last_updated",
    "results": [
        {
            "id": 67,
            "url": "https://ll.thespacedevs.com/2.2.0/event/67/?format=api",
            "slug": "us-eva-61",
            "name": "US EVA-61",
            "updates": [],
            "last_updated": "2024-03-05T17:28:50Z",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "Astronauts Drew Morgan (NASA) and Luca Parmitano (ESA) will perform an EVA to repair the Alpha Magnetic Spectrometer 2 instrument.",
            "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/us2520eva-52_image_20190318200748.jpeg",
            "date": "2019-12-02T11:50:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [
                {
                    "id": 136,
                    "url": "https://ll.thespacedevs.com/2.2.0/expedition/136/?format=api",
                    "name": "Expedition 61",
                    "start": "2019-10-02T00:00:00Z",
                    "end": "2020-02-05T13:40:00Z",
                    "spacestation": {
                        "id": 4,
                        "url": "https://ll.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": 723,
                            "name": "Expedition 61 Patch",
                            "priority": 9,
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_61_patch_20221024013520.png",
                            "agency": {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        }
                    ],
                    "spacewalks": [
                        {
                            "id": 414,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/414/?format=api",
                            "name": "Expedition 61 EVA 9",
                            "start": "2020-01-25T12:04:00Z",
                            "end": "2020-01-25T18:20:00Z",
                            "duration": "PT6H16M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 413,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/413/?format=api",
                            "name": "Expedition 61 EVA 8",
                            "start": "2020-01-20T11:35:00Z",
                            "end": "2020-01-20T18:33:00Z",
                            "duration": "PT6H58M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 412,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/412/?format=api",
                            "name": "Expedition 61 EVA 7",
                            "start": "2020-01-15T11:35:00Z",
                            "end": "2020-01-15T19:04:00Z",
                            "duration": "PT7H29M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 411,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/411/?format=api",
                            "name": "Expedition 61 EVA 6",
                            "start": "2019-12-02T11:31:00Z",
                            "end": "2019-12-02T17:33:00Z",
                            "duration": "PT6H2M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 410,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/410/?format=api",
                            "name": "Expedition 61 EVA 5",
                            "start": "2019-11-22T12:02:00Z",
                            "end": "2019-11-22T18:35:00Z",
                            "duration": "PT6H33M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 409,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/409/?format=api",
                            "name": "Expedition 61 EVA 4",
                            "start": "2019-11-15T11:39:00Z",
                            "end": "2019-11-15T18:18:00Z",
                            "duration": "PT6H39M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 408,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/408/?format=api",
                            "name": "Expedition 61 EVA 3",
                            "start": "2019-10-18T11:38:00Z",
                            "end": "2019-10-18T18:55:00Z",
                            "duration": "PT7H17M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 407,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/407/?format=api",
                            "name": "Expedition 61 EVA 2",
                            "start": "2019-10-11T11:38:00Z",
                            "end": "2019-10-11T18:23:00Z",
                            "duration": "PT6H45M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 406,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/406/?format=api",
                            "name": "Expedition 61 EVA 1",
                            "start": "2019-10-06T11:39:00Z",
                            "end": "2019-10-06T18:40:00Z",
                            "duration": "PT7H1M",
                            "location": "International Space Station"
                        }
                    ]
                }
            ],
            "spacestations": [
                {
                    "id": 4,
                    "url": "https://ll.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": 75,
            "url": "https://ll.thespacedevs.com/2.2.0/event/75/?format=api",
            "slug": "rocket-lab-lc-2-inauguration",
            "name": "Rocket Lab LC-2 Inauguration",
            "updates": [],
            "last_updated": "2024-03-05T17:28:51Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "Less than a year after construction started, Rocket Lab's Launch Complex-2 in Wallops Islands (USA) will be inaugurated during a livestreamed ceremony featuring CEO Peter Beck.",
            "webcast_live": false,
            "location": "Wallops Islands, VA, USA",
            "news_url": "https://twitter.com/RocketLab/status/1204744865667436544?s=20",
            "video_url": "https://www.youtube.com/watch?v=vu-ZisFbjFo",
            "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/RocketLab/status/1204744865667436544?s=20",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Rocket Lab Launch Complex 2 Opening",
                    "description": "",
                    "feature_image": "https://i.ytimg.com/vi/vu-ZisFbjFo/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=vu-ZisFbjFo",
                    "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/rocket2520lab2520lc-22520inauguration_image_20191211152940.jpeg",
            "date": "2019-12-12T16:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 68,
            "url": "https://ll.thespacedevs.com/2.2.0/event/68/?format=api",
            "slug": "crs-19-dragon-berthing",
            "name": "CRS-19 Dragon Berthing",
            "updates": [],
            "last_updated": "2024-03-05T17:28:52Z",
            "type": {
                "id": 4,
                "name": "Spacecraft Berthing"
            },
            "description": "Following its launch atop a Falcon 9, the CRS-19 Dragon has been captured and berthed with the ISS, bringing crew supplies as well as experiments.",
            "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-172520dragon2520berthing_image_20190318203226.jpeg",
            "date": "2019-12-08T10:05:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "4425a1b9-1c3d-4100-99f4-c0934264fc56",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/4425a1b9-1c3d-4100-99f4-c0934264fc56/?format=api",
                    "slug": "falcon-9-block-5-spx-crs-19",
                    "name": "Falcon 9 Block 5 | SpX CRS-19",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2023-06-14T17:40:45Z",
                    "net": "2019-12-05T17:29:24Z",
                    "window_end": "2019-12-05T17:29:24Z",
                    "window_start": "2019-12-05T17:29:24Z",
                    "net_precision": null,
                    "probability": 80,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 121,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 121,
                        "configuration": {
                            "id": 164,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                            "name": "Falcon 9",
                            "family": "Falcon",
                            "full_name": "Falcon 9 Block 5",
                            "variant": "Block 5"
                        }
                    },
                    "mission": {
                        "id": 1011,
                        "name": "SpX CRS-19",
                        "description": "SpaceX launched the Dragon spacecraft on their 19th operational cargo delivery mission to the International Space Station. The flight was conducted under the Commercial Resupply Services contract with NASA.\n\nDragon was filled with approximately 5,700 pounds of supplies and payloads, including critical materials to directly support more than 250 science and research investigations that occur onboard the orbiting laboratory.",
                        "launch_designator": null,
                        "type": "Resupply",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 80,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/80/?format=api",
                        "agency_id": 121,
                        "name": "Space Launch Complex 40",
                        "description": "",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
                        "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
                        "latitude": "28.56194122",
                        "longitude": "-80.57735736",
                        "location": {
                            "id": 12,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                            "name": "Cape Canaveral SFS, FL, USA",
                            "country_code": "USA",
                            "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                            "timezone_name": "America/New_York",
                            "total_launch_count": 983,
                            "total_landing_count": 57
                        },
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
                        "total_launch_count": 269,
                        "orbital_launch_attempt_count": 269
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
                    "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/falcon2520925_infographic_20200806035948.png",
                    "program": [
                        {
                            "id": 17,
                            "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                                    "name": "Canadian Space Agency",
                                    "type": "Government"
                                },
                                {
                                    "id": 27,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                                    "name": "European Space Agency",
                                    "type": "Multinational"
                                },
                                {
                                    "id": 37,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                                    "name": "Japan Aerospace Exploration Agency",
                                    "type": "Government"
                                },
                                {
                                    "id": 44,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "id": 63,
                                    "url": "https://ll.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://ll.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://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "id": 257,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
                                    "name": "Northrop Grumman Space Systems",
                                    "type": "Commercial"
                                },
                                {
                                    "id": 1020,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1020/?format=api",
                                    "name": "Sierra Nevada Corporation",
                                    "type": "Commercial"
                                },
                                {
                                    "id": 121,
                                    "url": "https://ll.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"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 5908,
                    "location_launch_attempt_count": 789,
                    "pad_launch_attempt_count": 102,
                    "agency_launch_attempt_count": 87,
                    "orbital_launch_attempt_count_year": 88,
                    "location_launch_attempt_count_year": 11,
                    "pad_launch_attempt_count_year": 7,
                    "agency_launch_attempt_count_year": 14,
                    "type": "normal"
                }
            ],
            "expeditions": [],
            "spacestations": [
                {
                    "id": 4,
                    "url": "https://ll.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": 73,
            "url": "https://ll.thespacedevs.com/2.2.0/event/73/?format=api",
            "slug": "crs-19-dragon-release",
            "name": "CRS-19 Dragon Release",
            "updates": [],
            "last_updated": "2024-03-05T17:28:52Z",
            "type": {
                "id": 13,
                "name": "Spacecraft Release"
            },
            "description": "NASA TV will livestream the release of the CRS-19 Dragon cargo craft from the International Space Station.",
            "webcast_live": false,
            "location": "International Space Station",
            "news_url": null,
            "video_url": "https://youtu.be/21X5lGlDOfg",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtu.be",
                    "publisher": null,
                    "title": "NASA Live: Official Stream of NASA TV",
                    "description": "Direct from America's space program to YouTube, watch NASA TV live streaming here to get the latest from our exploration of the universe and learn how we dis...",
                    "feature_image": "https://i.ytimg.com/vi/21X5lGlDOfg/maxresdefault_live.jpg",
                    "url": "https://youtu.be/21X5lGlDOfg",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-172520dragon2520berthing_image_20190318203226.jpeg",
            "date": "2020-01-07T10:03:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "4425a1b9-1c3d-4100-99f4-c0934264fc56",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/4425a1b9-1c3d-4100-99f4-c0934264fc56/?format=api",
                    "slug": "falcon-9-block-5-spx-crs-19",
                    "name": "Falcon 9 Block 5 | SpX CRS-19",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2023-06-14T17:40:45Z",
                    "net": "2019-12-05T17:29:24Z",
                    "window_end": "2019-12-05T17:29:24Z",
                    "window_start": "2019-12-05T17:29:24Z",
                    "net_precision": null,
                    "probability": 80,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 121,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 121,
                        "configuration": {
                            "id": 164,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                            "name": "Falcon 9",
                            "family": "Falcon",
                            "full_name": "Falcon 9 Block 5",
                            "variant": "Block 5"
                        }
                    },
                    "mission": {
                        "id": 1011,
                        "name": "SpX CRS-19",
                        "description": "SpaceX launched the Dragon spacecraft on their 19th operational cargo delivery mission to the International Space Station. The flight was conducted under the Commercial Resupply Services contract with NASA.\n\nDragon was filled with approximately 5,700 pounds of supplies and payloads, including critical materials to directly support more than 250 science and research investigations that occur onboard the orbiting laboratory.",
                        "launch_designator": null,
                        "type": "Resupply",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 80,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/80/?format=api",
                        "agency_id": 121,
                        "name": "Space Launch Complex 40",
                        "description": "",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
                        "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
                        "latitude": "28.56194122",
                        "longitude": "-80.57735736",
                        "location": {
                            "id": 12,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                            "name": "Cape Canaveral SFS, FL, USA",
                            "country_code": "USA",
                            "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                            "timezone_name": "America/New_York",
                            "total_launch_count": 983,
                            "total_landing_count": 57
                        },
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
                        "total_launch_count": 269,
                        "orbital_launch_attempt_count": 269
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
                    "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/falcon2520925_infographic_20200806035948.png",
                    "program": [
                        {
                            "id": 17,
                            "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                                    "name": "Canadian Space Agency",
                                    "type": "Government"
                                },
                                {
                                    "id": 27,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                                    "name": "European Space Agency",
                                    "type": "Multinational"
                                },
                                {
                                    "id": 37,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                                    "name": "Japan Aerospace Exploration Agency",
                                    "type": "Government"
                                },
                                {
                                    "id": 44,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "id": 63,
                                    "url": "https://ll.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://ll.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://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "id": 257,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
                                    "name": "Northrop Grumman Space Systems",
                                    "type": "Commercial"
                                },
                                {
                                    "id": 1020,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1020/?format=api",
                                    "name": "Sierra Nevada Corporation",
                                    "type": "Commercial"
                                },
                                {
                                    "id": 121,
                                    "url": "https://ll.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"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 5908,
                    "location_launch_attempt_count": 789,
                    "pad_launch_attempt_count": 102,
                    "agency_launch_attempt_count": 87,
                    "orbital_launch_attempt_count_year": 88,
                    "location_launch_attempt_count_year": 11,
                    "pad_launch_attempt_count_year": 7,
                    "agency_launch_attempt_count_year": 14,
                    "type": "normal"
                }
            ],
            "expeditions": [],
            "spacestations": [
                {
                    "id": 4,
                    "url": "https://ll.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": 81,
            "url": "https://ll.thespacedevs.com/2.2.0/event/81/?format=api",
            "slug": "soyuz-ms-13-landing",
            "name": "Soyuz MS-13 Landing",
            "updates": [],
            "last_updated": "2024-03-05T17:28:53Z",
            "type": {
                "id": 9,
                "name": "Spacecraft Landing"
            },
            "description": "The Soyuz MS-13 spacecraft carrying astronauts Aleksandr Skvortsov, Christina Koch and Luca Parmitano is scheduled to land back on Earth at approximately 09:14am UTC.",
            "webcast_live": false,
            "location": "Dzhezkazgan, Kazakhstan",
            "news_url": null,
            "video_url": null,
            "info_urls": [],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520ms-122520landing_image_20190929074125.jpg",
            "date": "2020-02-06T09:12:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "f129f583-9e12-421c-bc40-60661d1d77b2",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/f129f583-9e12-421c-bc40-60661d1d77b2/?format=api",
                    "slug": "soyuz-fg-soyuz-ms-13",
                    "name": "Soyuz-FG | Soyuz MS-13",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2023-06-14T08:43:19Z",
                    "net": "2019-07-20T16:28:21Z",
                    "window_end": "2019-07-20T16:28:21Z",
                    "window_start": "2019-07-20T16:28:21Z",
                    "net_precision": null,
                    "probability": -1,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": null,
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "rocket": {
                        "id": 1369,
                        "configuration": {
                            "id": 34,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/34/?format=api",
                            "name": "Soyuz",
                            "family": "",
                            "full_name": "Soyuz FG",
                            "variant": "FG"
                        }
                    },
                    "mission": {
                        "id": 1012,
                        "name": "Soyuz MS-13",
                        "description": "Soyuz MS-13 begins expedition 60 by carrying NASA astronaut Andrew Morgan, Luca Parmitano of ESA (European Space Agency) and Alexander Skvortsov of the Russian space agency Roscosmos launch to the International Space Station aboard the Soyuz spacecraft from the Baikonur Cosmodrome in Kazakhstan.",
                        "launch_designator": null,
                        "type": "Human Exploration",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 32,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                        "agency_id": null,
                        "name": "1/5",
                        "description": null,
                        "info_url": null,
                        "wiki_url": "",
                        "map_url": "https://www.google.com/maps?q=45.92,63.342",
                        "latitude": "45.92",
                        "longitude": "63.342",
                        "location": {
                            "id": 15,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                            "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                            "country_code": "KAZ",
                            "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                            "timezone_name": "Asia/Qyzylorda",
                            "total_launch_count": 1551,
                            "total_landing_count": 0
                        },
                        "country_code": "KAZ",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                        "total_launch_count": 487,
                        "orbital_launch_attempt_count": 487
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20190717035537.jpg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 17,
                            "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                                    "name": "Canadian Space Agency",
                                    "type": "Government"
                                },
                                {
                                    "id": 27,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                                    "name": "European Space Agency",
                                    "type": "Multinational"
                                },
                                {
                                    "id": 37,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                                    "name": "Japan Aerospace Exploration Agency",
                                    "type": "Government"
                                },
                                {
                                    "id": 44,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "id": 63,
                                    "url": "https://ll.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": 8,
                            "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                    "type": "Government"
                                },
                                {
                                    "id": 66,
                                    "url": "https://ll.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"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 5866,
                    "location_launch_attempt_count": 1501,
                    "pad_launch_attempt_count": 486,
                    "agency_launch_attempt_count": 284,
                    "orbital_launch_attempt_count_year": 46,
                    "location_launch_attempt_count_year": 6,
                    "pad_launch_attempt_count_year": 2,
                    "agency_launch_attempt_count_year": 5,
                    "type": "normal"
                }
            ],
            "expeditions": [
                {
                    "id": 136,
                    "url": "https://ll.thespacedevs.com/2.2.0/expedition/136/?format=api",
                    "name": "Expedition 61",
                    "start": "2019-10-02T00:00:00Z",
                    "end": "2020-02-05T13:40:00Z",
                    "spacestation": {
                        "id": 4,
                        "url": "https://ll.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": 723,
                            "name": "Expedition 61 Patch",
                            "priority": 9,
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_61_patch_20221024013520.png",
                            "agency": {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        }
                    ],
                    "spacewalks": [
                        {
                            "id": 414,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/414/?format=api",
                            "name": "Expedition 61 EVA 9",
                            "start": "2020-01-25T12:04:00Z",
                            "end": "2020-01-25T18:20:00Z",
                            "duration": "PT6H16M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 413,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/413/?format=api",
                            "name": "Expedition 61 EVA 8",
                            "start": "2020-01-20T11:35:00Z",
                            "end": "2020-01-20T18:33:00Z",
                            "duration": "PT6H58M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 412,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/412/?format=api",
                            "name": "Expedition 61 EVA 7",
                            "start": "2020-01-15T11:35:00Z",
                            "end": "2020-01-15T19:04:00Z",
                            "duration": "PT7H29M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 411,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/411/?format=api",
                            "name": "Expedition 61 EVA 6",
                            "start": "2019-12-02T11:31:00Z",
                            "end": "2019-12-02T17:33:00Z",
                            "duration": "PT6H2M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 410,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/410/?format=api",
                            "name": "Expedition 61 EVA 5",
                            "start": "2019-11-22T12:02:00Z",
                            "end": "2019-11-22T18:35:00Z",
                            "duration": "PT6H33M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 409,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/409/?format=api",
                            "name": "Expedition 61 EVA 4",
                            "start": "2019-11-15T11:39:00Z",
                            "end": "2019-11-15T18:18:00Z",
                            "duration": "PT6H39M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 408,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/408/?format=api",
                            "name": "Expedition 61 EVA 3",
                            "start": "2019-10-18T11:38:00Z",
                            "end": "2019-10-18T18:55:00Z",
                            "duration": "PT7H17M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 407,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/407/?format=api",
                            "name": "Expedition 61 EVA 2",
                            "start": "2019-10-11T11:38:00Z",
                            "end": "2019-10-11T18:23:00Z",
                            "duration": "PT6H45M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 406,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/406/?format=api",
                            "name": "Expedition 61 EVA 1",
                            "start": "2019-10-06T11:39:00Z",
                            "end": "2019-10-06T18:40:00Z",
                            "duration": "PT7H1M",
                            "location": "International Space Station"
                        }
                    ]
                }
            ],
            "spacestations": [
                {
                    "id": 4,
                    "url": "https://ll.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": 76,
            "url": "https://ll.thespacedevs.com/2.2.0/event/76/?format=api",
            "slug": "starliner-oft-deorbit",
            "name": "Starliner OFT Deorbit",
            "updates": [],
            "last_updated": "2024-03-05T17:28:54Z",
            "type": {
                "id": 6,
                "name": "Spacecraft Event"
            },
            "description": "The first Boeing CST-100 Starliner will conduct it's deorbit burn after its unsuccessful flight to the ISS.\r\n\r\nFollowing the deorbit burn the capsule will renter the Earth's atmosphere and land at the 'White Sands Missile Range' using its parachutes.",
            "webcast_live": false,
            "location": "LEO",
            "news_url": "https://www.nasa.gov/press-release/nasa-television-to-air-boeing-starliner-spacecraft-landing",
            "video_url": "https://youtu.be/lPzNHeX7OYM",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA Television to Air Boeing Starliner Spacecraft Landing",
                    "description": "NASA and Boeing will provide live coverage of the landing on Sunday, Dec. 22, of the company’s CST-100 Starliner spacecraft, on return from its Orbital Flight Test for NASA’s Commercial Crew Program.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-television-to-air-boeing-starliner-spacecraft-landing",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtu.be",
                    "publisher": null,
                    "title": "Boeing Starliner Orbital Flight Test Landing",
                    "description": "Tune in as Boeing's uncrewed Starliner spacecraft lands at White Sands, New Mexico. Landing is scheduled at 7:57 a.m. EST on Sunday, Dec. 22. After its launc...",
                    "feature_image": "https://i.ytimg.com/vi/lPzNHeX7OYM/maxresdefault.jpg",
                    "url": "https://youtu.be/lPzNHeX7OYM",
                    "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/boeing2520starliner2520docking_image_20191210170411.jpeg",
            "date": "2019-12-22T12:23:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "d6449a4e-7059-4623-8b64-7e7a8a6985a5",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/d6449a4e-7059-4623-8b64-7e7a8a6985a5/?format=api",
                    "slug": "atlas-v-n22-cst-100-starliner-orbital-flight-test",
                    "name": "Atlas V N22 | CST-100 Starliner Orbital Flight Test",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2023-06-14T17:42:22Z",
                    "net": "2019-12-20T11:36:43Z",
                    "window_end": "2019-12-20T11:36:43Z",
                    "window_start": "2019-12-20T11:36:43Z",
                    "net_precision": null,
                    "probability": 80,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 124,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
                        "name": "United Launch Alliance",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 1375,
                        "configuration": {
                            "id": 166,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/166/?format=api",
                            "name": "Atlas V N22",
                            "family": "Atlas",
                            "full_name": "Atlas V N22",
                            "variant": "V N22"
                        }
                    },
                    "mission": {
                        "id": 1050,
                        "name": "CST-100 Starliner Orbital Flight Test",
                        "description": "This is the first test flight of Starliner spacecraft to the International Space Station. Although Atlas V and Centaur upper stage successfully put Starliner into planned trajectory, the spacecraft was unable to perform a nominal orbital insertion. Preliminary analysis indicate that Mission Elapsed Time (MET) system error led to Starliner burning more fuel than expected. Spacecraft is healthy and in stable orbit, but won't be able to reach and dock with ISS. Landing at White Sands Facility is planned on Dec 22.",
                        "launch_designator": null,
                        "type": "Test Flight",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 29,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/29/?format=api",
                        "agency_id": null,
                        "name": "Space Launch Complex 41",
                        "description": "",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
                        "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
                        "latitude": "28.58341025",
                        "longitude": "-80.58303644",
                        "location": {
                            "id": 12,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                            "name": "Cape Canaveral SFS, FL, USA",
                            "country_code": "USA",
                            "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                            "timezone_name": "America/New_York",
                            "total_launch_count": 983,
                            "total_landing_count": 57
                        },
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
                        "total_launch_count": 114,
                        "orbital_launch_attempt_count": 114
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_v_n22_image_20210813082339.jpeg",
                    "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/atlas2520v252_infographic_20200806040128.png",
                    "program": [
                        {
                            "id": 5,
                            "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/80/?format=api",
                                    "name": "Boeing",
                                    "type": "Commercial"
                                },
                                {
                                    "id": 44,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "id": 121,
                                    "url": "https://ll.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"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 5919,
                    "location_launch_attempt_count": 791,
                    "pad_launch_attempt_count": 94,
                    "agency_launch_attempt_count": 137,
                    "orbital_launch_attempt_count_year": 99,
                    "location_launch_attempt_count_year": 13,
                    "pad_launch_attempt_count_year": 2,
                    "agency_launch_attempt_count_year": 5,
                    "type": "normal"
                }
            ],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 78,
            "url": "https://ll.thespacedevs.com/2.2.0/event/78/?format=api",
            "slug": "us-eva-62",
            "name": "US EVA-62",
            "updates": [],
            "last_updated": "2024-03-05T17:28:54Z",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "Astronauts Jessica Meir and Christina Koch will perform an EVA to continue replacement of batteries on the P6 truss.",
            "webcast_live": false,
            "location": "International Space Station",
            "news_url": "https://www.nasa.gov/multimedia/nasatv/schedule.html",
            "video_url": "https://youtu.be/21X5lGlDOfg",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA Television Upcoming Events",
                    "description": "NASA.gov brings you the latest images, videos and news from America's space agency. Get the latest updates on NASA missions, watch NASA TV live, and learn about our quest to reveal the unknown and benefit all humankind.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/multimedia/nasatv/schedule.html",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtu.be",
                    "publisher": null,
                    "title": "NASA Live: Official Stream of NASA TV",
                    "description": "Direct from America's space program to YouTube, watch NASA TV live streaming here to get the latest from our exploration of the universe and learn how we dis...",
                    "feature_image": "https://i.ytimg.com/vi/21X5lGlDOfg/maxresdefault_live.jpg",
                    "url": "https://youtu.be/21X5lGlDOfg",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/us2520eva-52_image_20190318200748.jpeg",
            "date": "2020-01-15T11:50:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [
                {
                    "id": 136,
                    "url": "https://ll.thespacedevs.com/2.2.0/expedition/136/?format=api",
                    "name": "Expedition 61",
                    "start": "2019-10-02T00:00:00Z",
                    "end": "2020-02-05T13:40:00Z",
                    "spacestation": {
                        "id": 4,
                        "url": "https://ll.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": 723,
                            "name": "Expedition 61 Patch",
                            "priority": 9,
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_61_patch_20221024013520.png",
                            "agency": {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        }
                    ],
                    "spacewalks": [
                        {
                            "id": 414,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/414/?format=api",
                            "name": "Expedition 61 EVA 9",
                            "start": "2020-01-25T12:04:00Z",
                            "end": "2020-01-25T18:20:00Z",
                            "duration": "PT6H16M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 413,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/413/?format=api",
                            "name": "Expedition 61 EVA 8",
                            "start": "2020-01-20T11:35:00Z",
                            "end": "2020-01-20T18:33:00Z",
                            "duration": "PT6H58M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 412,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/412/?format=api",
                            "name": "Expedition 61 EVA 7",
                            "start": "2020-01-15T11:35:00Z",
                            "end": "2020-01-15T19:04:00Z",
                            "duration": "PT7H29M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 411,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/411/?format=api",
                            "name": "Expedition 61 EVA 6",
                            "start": "2019-12-02T11:31:00Z",
                            "end": "2019-12-02T17:33:00Z",
                            "duration": "PT6H2M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 410,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/410/?format=api",
                            "name": "Expedition 61 EVA 5",
                            "start": "2019-11-22T12:02:00Z",
                            "end": "2019-11-22T18:35:00Z",
                            "duration": "PT6H33M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 409,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/409/?format=api",
                            "name": "Expedition 61 EVA 4",
                            "start": "2019-11-15T11:39:00Z",
                            "end": "2019-11-15T18:18:00Z",
                            "duration": "PT6H39M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 408,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/408/?format=api",
                            "name": "Expedition 61 EVA 3",
                            "start": "2019-10-18T11:38:00Z",
                            "end": "2019-10-18T18:55:00Z",
                            "duration": "PT7H17M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 407,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/407/?format=api",
                            "name": "Expedition 61 EVA 2",
                            "start": "2019-10-11T11:38:00Z",
                            "end": "2019-10-11T18:23:00Z",
                            "duration": "PT6H45M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 406,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/406/?format=api",
                            "name": "Expedition 61 EVA 1",
                            "start": "2019-10-06T11:39:00Z",
                            "end": "2019-10-06T18:40:00Z",
                            "duration": "PT7H1M",
                            "location": "International Space Station"
                        }
                    ]
                }
            ],
            "spacestations": [
                {
                    "id": 4,
                    "url": "https://ll.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": 85,
            "url": "https://ll.thespacedevs.com/2.2.0/event/85/?format=api",
            "slug": "spacex-dragon-in-flight-abort-test-press-confere-2",
            "name": "SpaceX Dragon In-Flight Abort Test Press Conference",
            "updates": [],
            "last_updated": "2024-03-05T17:28:55Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "The news conference following SpaceX's Dragon In-Flight Abort Test (IFA) will be livestreamed on NASA TV.",
            "webcast_live": false,
            "location": "Kennedy Space Center",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=7HD2YCRIoN4",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Crew Dragon post in-flight abort test press conference",
                    "description": "Joined SpaceX/NASA press conference after the successful in-flight abort test of the Crew Dragon capsule on January 19th, 2020",
                    "feature_image": "https://i.ytimg.com/vi/7HD2YCRIoN4/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=7HD2YCRIoN4",
                    "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/spacex2520dragon2520in-flight2520abort2520test2520press2520conference_image_20200109064627.jpeg",
            "date": "2020-01-19T16:30:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "41495097-341b-4ec5-b7e5-a450cf45fc23",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/41495097-341b-4ec5-b7e5-a450cf45fc23/?format=api",
                    "slug": "falcon-9-block-5-dragon-in-flight-abort-test",
                    "name": "Falcon 9 Block 5 | Dragon In-Flight Abort Test",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2023-06-14T09:46:26Z",
                    "net": "2020-01-19T15:30:00Z",
                    "window_end": "2020-01-19T19:00:00Z",
                    "window_start": "2020-01-19T13:00:00Z",
                    "net_precision": null,
                    "probability": null,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 121,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 2409,
                        "configuration": {
                            "id": 164,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                            "name": "Falcon 9",
                            "family": "Falcon",
                            "full_name": "Falcon 9 Block 5",
                            "variant": "Block 5"
                        }
                    },
                    "mission": {
                        "id": 983,
                        "name": "Crew Dragon In-Flight Abort Test",
                        "description": "When the Falcon 9 Block 5 rocket reaches Max-Q (maximum dynamic forces), the launch abort system of the Crew Dragon spacecraft will be triggered.\r\nThis will fire up its SuperDraco engines and propel the spacecraft and its theoretical passengers away from the launch vehicle before landing back safely in the Atlantic Ocean.\r\n\r\nThe goal of this test is to demonstrate the capacity of the spacecraft to ensure a safe return to the ground for the astronauts in the event of a launch vehicle failure.\r\n\r\nThe booster for this launch will be B1046, a thrice-flown core which was the first of the Block 5 generation. It will not attempt to land and is expected to be destroyed by the SuperDracos and aerodynamic loads.",
                        "launch_designator": null,
                        "type": "Test Flight",
                        "orbit": {
                            "id": 15,
                            "name": "Suborbital",
                            "abbrev": "Sub"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 87,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/87/?format=api",
                        "agency_id": 121,
                        "name": "Launch Complex 39A",
                        "description": "",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                        "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                        "latitude": "28.60822681",
                        "longitude": "-80.60428186",
                        "location": {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                            "name": "Kennedy Space Center, FL, USA",
                            "country_code": "USA",
                            "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                            "timezone_name": "America/New_York",
                            "total_launch_count": 244,
                            "total_landing_count": 0
                        },
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
                        "total_launch_count": 186,
                        "orbital_launch_attempt_count": 185
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
                    "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/falcon2520925_infographic_20200115010212.png",
                    "program": [
                        {
                            "id": 5,
                            "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/80/?format=api",
                                    "name": "Boeing",
                                    "type": "Commercial"
                                },
                                {
                                    "id": 44,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "id": 121,
                                    "url": "https://ll.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"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": null,
                    "location_launch_attempt_count": 172,
                    "pad_launch_attempt_count": 115,
                    "agency_launch_attempt_count": 90,
                    "orbital_launch_attempt_count_year": 0,
                    "location_launch_attempt_count_year": 1,
                    "pad_launch_attempt_count_year": 1,
                    "agency_launch_attempt_count_year": 2,
                    "type": "normal"
                }
            ],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 170,
            "url": "https://ll.thespacedevs.com/2.2.0/event/170/?format=api",
            "slug": "rocket-lab-announcement-2",
            "name": "Rocket Lab Announcement",
            "updates": [],
            "last_updated": "2024-03-05T17:28:55Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "CEO of Rocket Lab, Peter Beck, will host a webcast of an announcement from the company.",
            "webcast_live": false,
            "location": null,
            "news_url": "https://twitter.com/RocketLab/status/1300930218165633024",
            "video_url": "https://youtu.be/zC8RxgL9tK4",
            "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/RocketLab/status/1300930218165633024",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtu.be",
                    "publisher": null,
                    "title": "Introducing First Light: Rocket Lab's first Photon satellite in orbit",
                    "description": "Space systems company Rocket Lab has launched its first in-house designed and built operational satellite, cementing the company’s evolution from a launch pr...",
                    "feature_image": "https://i.ytimg.com/vi/zC8RxgL9tK4/maxresdefault.jpg",
                    "url": "https://youtu.be/zC8RxgL9tK4",
                    "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/rocket_lab_anno_image_20200902073242.jpeg",
            "date": "2020-09-03T18:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 83,
            "url": "https://ll.thespacedevs.com/2.2.0/event/83/?format=api",
            "slug": "spacex-dragon-in-flight-abort-test-press-conferenc",
            "name": "SpaceX Dragon In-Flight Abort Test Press Conference",
            "updates": [],
            "last_updated": "2024-03-05T17:28:56Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "The news conference preceding SpaceX's Dragon In-Flight Abort Test (IFA) will be livestreamed on NASA TV.",
            "webcast_live": false,
            "location": "Kennedy Space Center",
            "news_url": null,
            "video_url": "https://youtu.be/kNYMGEwEoRE",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtu.be",
                    "publisher": null,
                    "title": "NASA SpaceX In-Flight Abort Pre-Test Conference, January 17, 2020",
                    "description": "On January 17, 2020, NASA hosted a media event at Kennedy Space Center to discuss the upcoming SpaceX commercial crew in-flight abort test scheduled for Pad ...",
                    "feature_image": "https://i.ytimg.com/vi/kNYMGEwEoRE/maxresdefault.jpg",
                    "url": "https://youtu.be/kNYMGEwEoRE",
                    "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/spacex2520dragon2520in-flight2520abort2520test2520press2520conference_image_20200109064627.jpeg",
            "date": "2020-01-17T18:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "41495097-341b-4ec5-b7e5-a450cf45fc23",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/41495097-341b-4ec5-b7e5-a450cf45fc23/?format=api",
                    "slug": "falcon-9-block-5-dragon-in-flight-abort-test",
                    "name": "Falcon 9 Block 5 | Dragon In-Flight Abort Test",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2023-06-14T09:46:26Z",
                    "net": "2020-01-19T15:30:00Z",
                    "window_end": "2020-01-19T19:00:00Z",
                    "window_start": "2020-01-19T13:00:00Z",
                    "net_precision": null,
                    "probability": null,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 121,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 2409,
                        "configuration": {
                            "id": 164,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                            "name": "Falcon 9",
                            "family": "Falcon",
                            "full_name": "Falcon 9 Block 5",
                            "variant": "Block 5"
                        }
                    },
                    "mission": {
                        "id": 983,
                        "name": "Crew Dragon In-Flight Abort Test",
                        "description": "When the Falcon 9 Block 5 rocket reaches Max-Q (maximum dynamic forces), the launch abort system of the Crew Dragon spacecraft will be triggered.\r\nThis will fire up its SuperDraco engines and propel the spacecraft and its theoretical passengers away from the launch vehicle before landing back safely in the Atlantic Ocean.\r\n\r\nThe goal of this test is to demonstrate the capacity of the spacecraft to ensure a safe return to the ground for the astronauts in the event of a launch vehicle failure.\r\n\r\nThe booster for this launch will be B1046, a thrice-flown core which was the first of the Block 5 generation. It will not attempt to land and is expected to be destroyed by the SuperDracos and aerodynamic loads.",
                        "launch_designator": null,
                        "type": "Test Flight",
                        "orbit": {
                            "id": 15,
                            "name": "Suborbital",
                            "abbrev": "Sub"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 87,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/87/?format=api",
                        "agency_id": 121,
                        "name": "Launch Complex 39A",
                        "description": "",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                        "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                        "latitude": "28.60822681",
                        "longitude": "-80.60428186",
                        "location": {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                            "name": "Kennedy Space Center, FL, USA",
                            "country_code": "USA",
                            "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                            "timezone_name": "America/New_York",
                            "total_launch_count": 244,
                            "total_landing_count": 0
                        },
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
                        "total_launch_count": 186,
                        "orbital_launch_attempt_count": 185
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
                    "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/falcon2520925_infographic_20200115010212.png",
                    "program": [
                        {
                            "id": 5,
                            "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/80/?format=api",
                                    "name": "Boeing",
                                    "type": "Commercial"
                                },
                                {
                                    "id": 44,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "id": 121,
                                    "url": "https://ll.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"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": null,
                    "location_launch_attempt_count": 172,
                    "pad_launch_attempt_count": 115,
                    "agency_launch_attempt_count": 90,
                    "orbital_launch_attempt_count_year": 0,
                    "location_launch_attempt_count_year": 1,
                    "pad_launch_attempt_count_year": 1,
                    "agency_launch_attempt_count_year": 2,
                    "type": "normal"
                }
            ],
            "expeditions": [],
            "spacestations": [],
            "program": []
        }
    ]
}