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

{
    "count": 934,
    "next": "https://ll.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=480&ordering=last_updated",
    "previous": "https://ll.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=460&ordering=last_updated",
    "results": [
        {
            "id": 5,
            "url": "https://ll.thespacedevs.com/2.2.0/event/5/?format=api",
            "slug": "us-eva-53",
            "name": "US EVA-53",
            "updates": [],
            "last_updated": "2024-03-05T17:28:29Z",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "NASA astronauts Christina Koch and Nick Hague will perform EVA-53 to finish work to replace batteries on the P4 Truss segment, started during EVA-52.",
            "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-03-29T12:20:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [
                {
                    "id": 93,
                    "url": "https://ll.thespacedevs.com/2.2.0/expedition/93/?format=api",
                    "name": "Expedition 59",
                    "start": "2019-03-15T01:01:00Z",
                    "end": "2019-06-24T23:25: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": 720,
                            "name": "Expedition 59 Patch",
                            "priority": 9,
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_59_patch_20221024013519.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": 404,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/404/?format=api",
                            "name": "Expedition 59 EVA 4",
                            "start": "2019-05-29T15:42:00Z",
                            "end": "2019-05-29T21:43:00Z",
                            "duration": "PT6H1M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 403,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/403/?format=api",
                            "name": "Expedition 59 EVA 3",
                            "start": "2019-04-08T11:31:00Z",
                            "end": "2019-04-08T18:00:00Z",
                            "duration": "PT6H29M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 402,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/402/?format=api",
                            "name": "Expedition 59 EVA 2",
                            "start": "2019-03-29T11:42:00Z",
                            "end": "2019-03-29T18:27:00Z",
                            "duration": "PT6H45M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 401,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/401/?format=api",
                            "name": "Expedition 59 EVA 1",
                            "start": "2019-03-22T12:01:00Z",
                            "end": "2019-03-22T18:40:00Z",
                            "duration": "PT6H39M",
                            "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": 699,
            "url": "https://ll.thespacedevs.com/2.2.0/event/699/?format=api",
            "slug": "artemis-i-status-update-14",
            "name": "Artemis I Status Update #14",
            "updates": [],
            "last_updated": "2024-03-05T17:28:30Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will hold a media briefing to discuss its ongoing Artemis I mission, particularly Orion’s entry back to Earth and splashdown in the Pacific Ocean.",
            "webcast_live": false,
            "location": null,
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=MkEBfxtg4Xg",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "NASA Preview of Artemis I Splashdown (Dec. 8, 2022)",
                    "description": "On Dec. 8, NASA experts preview the upcoming entry, descent, and splashdown of the Orion spacecraft, which will conclude the Artemis I mission. After 25.5 da...",
                    "feature_image": "https://i.ytimg.com/vi/MkEBfxtg4Xg/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=MkEBfxtg4Xg",
                    "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/artemis_i_statu_image_20221125181032.jpeg",
            "date": "2022-12-08T22:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "65896761-b6ca-4df3-9699-e077a360c52a",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/65896761-b6ca-4df3-9699-e077a360c52a/?format=api",
                    "slug": "sls-block-1-artemis-i",
                    "name": "SLS Block 1 | Artemis I",
                    "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:00:27Z",
                    "net": "2022-11-16T06:47:44Z",
                    "window_end": "2022-11-16T08:04:00Z",
                    "window_start": "2022-11-16T06:04:00Z",
                    "net_precision": null,
                    "probability": 90,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    },
                    "rocket": {
                        "id": 150,
                        "configuration": {
                            "id": 143,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/143/?format=api",
                            "name": "Space Launch System (SLS)",
                            "family": "Space Launch System",
                            "full_name": "Space Launch System Block 1",
                            "variant": "Block 1"
                        }
                    },
                    "mission": {
                        "id": 688,
                        "name": "Artemis I",
                        "description": "Artemis I (previously Exploration Mission 1) is the first flight on Space Launch System and the second flight of Orion crew spacecraft. Mission is planned to be an uncrewed circumlunar flight.",
                        "launch_designator": null,
                        "type": "Human Exploration",
                        "orbit": {
                            "id": 11,
                            "name": "Lunar Orbit",
                            "abbrev": "LO"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 4,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/4/?format=api",
                        "agency_id": 44,
                        "name": "Launch Complex 39B",
                        "description": null,
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B",
                        "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503",
                        "latitude": "28.62711233",
                        "longitude": "-80.62101503",
                        "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_4_20200803143518.jpg",
                        "total_launch_count": 58,
                        "orbital_launch_attempt_count": 57
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_launch_sy_image_20220331082429.jpeg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 15,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/15/?format=api",
                            "name": "Artemis",
                            "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region by 2024.",
                            "agencies": [
                                {
                                    "id": 44,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
                            "start_date": "2017-12-11T00:00:00Z",
                            "end_date": null,
                            "info_url": "https://www.nasa.gov/specials/artemis/",
                            "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 6343,
                    "location_launch_attempt_count": 210,
                    "pad_launch_attempt_count": 58,
                    "agency_launch_attempt_count": 141,
                    "orbital_launch_attempt_count_year": 161,
                    "location_launch_attempt_count_year": 16,
                    "pad_launch_attempt_count_year": 1,
                    "agency_launch_attempt_count_year": 1,
                    "type": "normal"
                }
            ],
            "expeditions": [],
            "spacestations": [],
            "program": [
                {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/15/?format=api",
                    "name": "Artemis",
                    "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region by 2024.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
                    "start_date": "2017-12-11T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/specials/artemis/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 704,
            "url": "https://ll.thespacedevs.com/2.2.0/event/704/?format=api",
            "slug": "nasa-swot-science-briefing",
            "name": "NASA SWOT Science Briefing",
            "updates": [],
            "last_updated": "2024-03-05T17:28:30Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will hold a science briefing ahead of the launch of the Surface Water and Ocean Topography (SWOT) satellite, built in cooperation with the french space agency CNES.",
            "webcast_live": false,
            "location": null,
            "news_url": "https://www.nasa.gov/press-release/nasa-sets-coverage-for-swot-water-survey-mission-launch",
            "video_url": null,
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA Sets Coverage for SWOT Water Survey Mission Launch",
                    "description": "NASA will provide coverage of the upcoming prelaunch and launch activities for the international Surface Water and Ocean Topography (SWOT) mission.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-sets-coverage-for-swot-water-survey-mission-launch",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_swot_pre-l_image_20221110203209.jpg",
            "date": "2022-12-13T20:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "8226d219-b612-4797-a9d2-c5ca7ab0b076",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/8226d219-b612-4797-a9d2-c5ca7ab0b076/?format=api",
                    "slug": "falcon-9-block-5-swot-surface-water-and-ocean-topo",
                    "name": "Falcon 9 Block 5 | SWOT (Surface Water and Ocean Topography)",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2024-03-05T17:58:16Z",
                    "net": "2022-12-16T11:46:47Z",
                    "window_end": "2022-12-16T11:56:47Z",
                    "window_start": "2022-12-16T11:46:47Z",
                    "net_precision": null,
                    "probability": 100,
                    "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": 177,
                        "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": 6160,
                        "name": "SWOT (Surface Water and Ocean Topography)",
                        "description": "Satellite altimeter jointly developed by NASA and CNES, the French space agency, in partnership with the Canadian Space Agency (CSA) and UK Space Agency (UKSA) designed to make the first global survey of the Earth's surface water, to observe the fine details of the ocean surface topography, and to measure how terrestrial surface water bodies change over time.",
                        "launch_designator": null,
                        "type": "Earth Science",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 16,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/16/?format=api",
                        "agency_id": null,
                        "name": "Space Launch Complex 4E",
                        "description": "Space Launch Complex 4 East (SLC-4E) is a launch site at Vandenberg Space Force Base, California, U.S.\r\n\r\nThe pad was previously used by Atlas and Titan rockets between 1963 and 2005. The pad was built for use by Atlas-Agena rockets, but was later rebuilt to handle Titan rockets.",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E",
                        "map_url": "https://www.google.com/maps?q=34.632,-120.611",
                        "latitude": "34.632",
                        "longitude": "-120.611",
                        "location": {
                            "id": 11,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
                            "name": "Vandenberg SFB, CA, USA",
                            "country_code": "USA",
                            "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                            "timezone_name": "America/Los_Angeles",
                            "total_launch_count": 776,
                            "total_landing_count": 21
                        },
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
                        "total_launch_count": 164,
                        "orbital_launch_attempt_count": 164
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20221215075439.jpeg",
                    "infographic": null,
                    "program": [],
                    "orbital_launch_attempt_count": 6361,
                    "location_launch_attempt_count": 708,
                    "pad_launch_attempt_count": 99,
                    "agency_launch_attempt_count": 209,
                    "orbital_launch_attempt_count_year": 179,
                    "location_launch_attempt_count_year": 15,
                    "pad_launch_attempt_count_year": 12,
                    "agency_launch_attempt_count_year": 57,
                    "type": "normal"
                }
            ],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 12,
            "url": "https://ll.thespacedevs.com/2.2.0/event/12/?format=api",
            "slug": "falcon-heavy-static-fire",
            "name": "Falcon Heavy - Static Fire",
            "updates": [],
            "last_updated": "2024-03-05T17:28:31Z",
            "type": {
                "id": 5,
                "name": "Static Fire"
            },
            "description": "The Falcon Heavy set to launch Arabsat-6A static fire was sucessful.",
            "webcast_live": false,
            "location": "Kennedy Space Center",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=r1-4y9X2VPI",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Falcon Heavy - Static Fire ArabSat-6A",
                    "description": "5 April 2019 - Static Fire of first block 5 Falcon Heavy from LC-39A at the Kennedy Space Center",
                    "feature_image": "https://i.ytimg.com/vi/r1-4y9X2VPI/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=r1-4y9X2VPI",
                    "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/falcon2520heavy2520-2520static2520fire_image_20190405050034.jpg",
            "date": "2019-04-05T16:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "ed90f149-7762-4f9b-a878-90618db057e7",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/ed90f149-7762-4f9b-a878-90618db057e7/?format=api",
                    "slug": "falcon-heavy-arabsat-6a",
                    "name": "Falcon Heavy | Arabsat-6A",
                    "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:48:35Z",
                    "net": "2019-04-11T22:35:00Z",
                    "window_end": "2019-04-12T00:31:00Z",
                    "window_start": "2019-04-11T22:35:00Z",
                    "net_precision": null,
                    "probability": 90,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": null,
                    "hashtag": "#ArabSat6A",
                    "launch_service_provider": {
                        "id": 121,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 30,
                        "configuration": {
                            "id": 161,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/161/?format=api",
                            "name": "Falcon Heavy",
                            "family": "Falcon",
                            "full_name": "Falcon Heavy",
                            "variant": "Heavy"
                        }
                    },
                    "mission": {
                        "id": 977,
                        "name": "Arabsat-6A",
                        "description": "Arabsat-6A is a Saudi Arabian communications satellite to be positioned at 30.5°East orbital slot. Arabsat-6A was built by Lockheed Martin for Arabsat and will deliver TV, internet and mobile phone services to the Middle East, Africa and Europe.",
                        "launch_designator": null,
                        "type": "Communications",
                        "orbit": {
                            "id": 18,
                            "name": "Supersynchronous Transfer Orbit",
                            "abbrev": "Super-GTO"
                        },
                        "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_heavy_image_20220129192819.jpeg",
                    "infographic": null,
                    "program": [],
                    "orbital_launch_attempt_count": 5844,
                    "location_launch_attempt_count": 170,
                    "pad_launch_attempt_count": 113,
                    "agency_launch_attempt_count": 77,
                    "orbital_launch_attempt_count_year": 24,
                    "location_launch_attempt_count_year": 2,
                    "pad_launch_attempt_count_year": 2,
                    "agency_launch_attempt_count_year": 4,
                    "type": "normal"
                }
            ],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 13,
            "url": "https://ll.thespacedevs.com/2.2.0/event/13/?format=api",
            "slug": "beresheet-moon-landing",
            "name": "Beresheet Moon Landing",
            "updates": [],
            "last_updated": "2024-03-05T17:28:32Z",
            "type": {
                "id": 7,
                "name": "Moon Landing"
            },
            "description": "The Israeli spacecraft's main engine failed during descent, leading to a crash on the Moon surface.",
            "webcast_live": false,
            "location": "Moon",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=HMdUcchBYRA&feature=youtu.be",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "LIVE broadcast - Beresheet lands on the Moon Fasten your seatbelts, we are about to land.",
                    "description": "Landing the 1st Israeli spacecraft on the moon",
                    "feature_image": "https://i.ytimg.com/vi/HMdUcchBYRA/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=HMdUcchBYRA&feature=youtu.be",
                    "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/beresheet2520moon2520landing_image_20190408132015.jpg",
            "date": "2019-04-11T19:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "e5bd8f98-cf17-4563-8c2f-9063c803663d",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/e5bd8f98-cf17-4563-8c2f-9063c803663d/?format=api",
                    "slug": "falcon-9-block-5-nusantara-satu-gto-1-beresheet-s5",
                    "name": "Falcon 9 Block 5 | Nusantara Satu & GTO-1 (Beresheet, S5)",
                    "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:41:53Z",
                    "net": "2019-02-22T01:45:00Z",
                    "window_end": "2019-02-22T02:17:00Z",
                    "window_start": "2019-02-22T01:45:00Z",
                    "net_precision": null,
                    "probability": 80,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": null,
                    "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": 76,
                        "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": 655,
                        "name": "GTO-1 (Beresheet, S5)",
                        "description": "Spaceflight’s first mission beyond Lower Earth Orbit (LEO) and its first combined launch with SSL. Consists out lunar lander called Beresheet (Hebrew for in the beginning) and AFRL’s S5 satellite.",
                        "launch_designator": null,
                        "type": "Dedicated Rideshare",
                        "orbit": {
                            "id": 11,
                            "name": "Lunar Orbit",
                            "abbrev": "LO"
                        },
                        "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": null,
                    "program": [],
                    "orbital_launch_attempt_count": 5831,
                    "location_launch_attempt_count": 779,
                    "pad_launch_attempt_count": 96,
                    "agency_launch_attempt_count": 75,
                    "orbital_launch_attempt_count_year": 11,
                    "location_launch_attempt_count_year": 1,
                    "pad_launch_attempt_count_year": 1,
                    "agency_launch_attempt_count_year": 2,
                    "type": "normal"
                }
            ],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 17,
            "url": "https://ll.thespacedevs.com/2.2.0/event/17/?format=api",
            "slug": "soyuz-ms-11-undocking",
            "name": "Soyuz MS-11 Undocking",
            "updates": [],
            "last_updated": "2024-03-05T17:28:32Z",
            "type": {
                "id": 8,
                "name": "Spacecraft Undocking"
            },
            "description": "The Soyuz MS-11 spacecraft will undock at approximately 23:25 UTC from the 'Poisk aft' port on the International Space Station.\r\n\r\nIt will return to Earth with Oleg Kononenko, David Saint-Jacques, and Anne McClain onboard. Landing will be at approximately 02:47 UTC.",
            "webcast_live": false,
            "location": "International Space Station",
            "news_url": "https://en.wikipedia.org/wiki/Soyuz_MS-11",
            "video_url": null,
            "info_urls": [
                {
                    "priority": 10,
                    "source": "en.wikipedia.org",
                    "title": "Soyuz MS-11 - Wikipedia",
                    "description": "Soyuz MS-11 was a Soyuz spaceflight that launched on 3 December 2018, marking the 100th orbital launch of the year.[3] Originally scheduled for 20 December, the launch date was advanced to 3 December following the failure of Soyuz MS-10.[4] MS-11 was the 140th flight of a Soyuz spacecraft and carrie...",
                    "feature_image": null,
                    "url": "https://en.wikipedia.org/wiki/Soyuz_MS-11",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg",
            "date": "2019-06-24T23:25:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "49fbe80b-277d-4192-bfa9-8dc0b1dbfd9b",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/49fbe80b-277d-4192-bfa9-8dc0b1dbfd9b/?format=api",
                    "slug": "soyuz-fg-soyuz-ms-11",
                    "name": "Soyuz-FG | Soyuz MS-11",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2024-10-11T17:26:40Z",
                    "net": "2018-12-03T11:31:52Z",
                    "window_end": "2018-12-03T11:31:52Z",
                    "window_start": "2018-12-03T11:31:52Z",
                    "net_precision": null,
                    "probability": -1,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": "#SoyuzMS11",
                    "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": 49,
                        "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": 834,
                        "name": "Soyuz MS-11",
                        "description": "Soyuz MS-11 begins expedition 58 by carrying Roscosmos cosmonaut Oleg Kononenko, CSA astronaut David Saint-Jacques and NASA astronaut Anne McClain to the International Space Station. After launching from the Baikonur Cosmodrome in Kazakhstan, they will rendezvous to the station where they will remain for their 6 month stay.",
                        "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": 5806,
                    "location_launch_attempt_count": 1494,
                    "pad_launch_attempt_count": 484,
                    "agency_launch_attempt_count": 278,
                    "orbital_launch_attempt_count_year": 100,
                    "location_launch_attempt_count_year": 8,
                    "pad_launch_attempt_count_year": 5,
                    "agency_launch_attempt_count_year": 8,
                    "type": "normal"
                }
            ],
            "expeditions": [
                {
                    "id": 93,
                    "url": "https://ll.thespacedevs.com/2.2.0/expedition/93/?format=api",
                    "name": "Expedition 59",
                    "start": "2019-03-15T01:01:00Z",
                    "end": "2019-06-24T23:25: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": 720,
                            "name": "Expedition 59 Patch",
                            "priority": 9,
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_59_patch_20221024013519.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": 404,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/404/?format=api",
                            "name": "Expedition 59 EVA 4",
                            "start": "2019-05-29T15:42:00Z",
                            "end": "2019-05-29T21:43:00Z",
                            "duration": "PT6H1M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 403,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/403/?format=api",
                            "name": "Expedition 59 EVA 3",
                            "start": "2019-04-08T11:31:00Z",
                            "end": "2019-04-08T18:00:00Z",
                            "duration": "PT6H29M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 402,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/402/?format=api",
                            "name": "Expedition 59 EVA 2",
                            "start": "2019-03-29T11:42:00Z",
                            "end": "2019-03-29T18:27:00Z",
                            "duration": "PT6H45M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 401,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/401/?format=api",
                            "name": "Expedition 59 EVA 1",
                            "start": "2019-03-22T12:01:00Z",
                            "end": "2019-03-22T18:40:00Z",
                            "duration": "PT6H39M",
                            "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": 145,
            "url": "https://ll.thespacedevs.com/2.2.0/event/145/?format=api",
            "slug": "starship-hopper-wet-dress-rehearsal-2",
            "name": "Starship Hopper Wet Dress Rehearsal",
            "updates": [],
            "last_updated": "2024-03-05T17:28:33Z",
            "type": {
                "id": 22,
                "name": "Wet Dress Rehearsal"
            },
            "description": "The Starhopper prototype has successfully performed a wet dress rehearsal.",
            "webcast_live": false,
            "location": "Boca Chica, Texas",
            "news_url": null,
            "video_url": "https://youtu.be/iOv34Tfabng",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtu.be",
                    "publisher": null,
                    "title": "SpaceX StarHopper testing - March 28, 2019",
                    "description": "@BocaChicaGal video - uploaded on her behalf - of StarHopper testing.UPDATES:https://forum.nasaspaceflight.com/index.php?topic=47120.0BASELINE ARTICLE:https:...",
                    "feature_image": "https://i.ytimg.com/vi/iOv34Tfabng/maxresdefault.jpg",
                    "url": "https://youtu.be/iOv34Tfabng",
                    "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/starship_hopper_image_20200821071216.png",
            "date": "2019-03-28T23:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": [
                {
                    "id": 1,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/1/?format=api",
                    "name": "SpaceX Starship",
                    "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project.  The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.",
                    "agencies": [
                        {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex2520star_program_20201129204513.png",
                    "start_date": "2019-03-01T05:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.spacex.com/vehicles/starship/",
                    "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship",
                    "mission_patches": [],
                    "type": {
                        "id": 7,
                        "name": "Technology"
                    }
                }
            ]
        },
        {
            "id": 19,
            "url": "https://ll.thespacedevs.com/2.2.0/event/19/?format=api",
            "slug": "hayabusa2-second-sample-collection-from-ryugu",
            "name": "Hayabusa2 Second sample collection from Ryugu",
            "updates": [],
            "last_updated": "2024-03-05T17:28:34Z",
            "type": {
                "id": 6,
                "name": "Spacecraft Event"
            },
            "description": "On July 11 the second sample collection from the asteroid 'Ryugu' will occur.\r\n\r\nThe location is about 20m north of the artificial crater formed by the Small Carry-on Impactor earlier this year.",
            "webcast_live": false,
            "location": "162173 Ryugu",
            "news_url": "http://www.hayabusa2.jaxa.jp/en/",
            "video_url": "https://www.youtube.com/watch?v=hnJX9obXzPU&",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.hayabusa2.jaxa.jp",
                    "title": "JAXA Hayabusa2 Project",
                    "description": "Web site of the asteroid explorer Hayabusa2 project.",
                    "feature_image": null,
                    "url": "http://www.hayabusa2.jaxa.jp/en/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "[Mission Control Live] \"Hayabusa2\" 2nd Touchdown Operation(PPTD)",
                    "description": "",
                    "feature_image": "https://i.ytimg.com/vi/hnJX9obXzPU/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=hnJX9obXzPU&",
                    "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/hayabusa22520second2520sample2520collection2520from2520ryugu_image_20190629002325.jpg",
            "date": "2019-07-11T00:30:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [
                {
                    "id": "d2b9e5ed-5009-476f-8aee-4d84c43e7cec",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/d2b9e5ed-5009-476f-8aee-4d84c43e7cec/?format=api",
                    "slug": "h-iia-202-hayabusa-2",
                    "name": "H-IIA 202 | Hayabusa-2",
                    "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-14T03:53:09Z",
                    "net": "2014-12-03T04:22:04Z",
                    "window_end": "2014-12-03T04:22:04Z",
                    "window_start": "2014-12-03T04:22:04Z",
                    "net_precision": null,
                    "probability": -1,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 98,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/98/?format=api",
                        "name": "Mitsubishi Heavy Industries",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 1805,
                        "configuration": {
                            "id": 32,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/32/?format=api",
                            "name": "H-IIA",
                            "family": "H-II",
                            "full_name": "H-IIA 202",
                            "variant": "202"
                        }
                    },
                    "mission": {
                        "id": 1216,
                        "name": "Hayabusa-2",
                        "description": "Hayabusa2 (Japanese: はやぶさ2, \"Peregrine falcon 2\") is an asteroid sample-return mission operated by the Japanese space agency, JAXA. It follows on from the Hayabusa mission which returned asteroid samples in June 2010.\r\n\r\nHayabusa2 carries multiple science payloads for remote sensing, sampling, and four small rovers that investigated the asteroid surface to inform the environmental and geological context of the samples collected.",
                        "launch_designator": null,
                        "type": "Robotic Exploration",
                        "orbit": {
                            "id": 6,
                            "name": "Heliocentric N/A",
                            "abbrev": "Helio-N/A"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 41,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/41/?format=api",
                        "agency_id": 37,
                        "name": "Yoshinobu Launch Complex LP-1",
                        "description": "",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Yoshinobu_Launch_Complex",
                        "map_url": "https://www.google.com/maps?q=30.400813,130.977748",
                        "latitude": "30.400813",
                        "longitude": "130.977748",
                        "location": {
                            "id": 26,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/26/?format=api",
                            "name": "Tanegashima Space Center, Japan",
                            "country_code": "JPN",
                            "description": "The Tanegashima Space Center is the largest rocket-launch complex in Japan. It is located on the southeastern tip of Tanegashima, an island located south of Kyushu, an island and region and Japan. It was established in 1969 when the National Space Development Agency of Japan (NASDA) was formed, and is now run by JAXA. The activities that take place at TNSC include assembly, testing, launching, and tracking satellites, as well as rocket engine firing tests.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
                            "timezone_name": "Asia/Tokyo",
                            "total_launch_count": 92,
                            "total_landing_count": 0
                        },
                        "country_code": "JPN",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_41_20200803143551.jpg",
                        "total_launch_count": 56,
                        "orbital_launch_attempt_count": 56
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/h-iia_202_lifto_image_20240325123250.jpg",
                    "infographic": null,
                    "program": [],
                    "orbital_launch_attempt_count": 5428,
                    "location_launch_attempt_count": 61,
                    "pad_launch_attempt_count": 33,
                    "agency_launch_attempt_count": 23,
                    "orbital_launch_attempt_count_year": 79,
                    "location_launch_attempt_count_year": 4,
                    "pad_launch_attempt_count_year": 4,
                    "agency_launch_attempt_count_year": 4,
                    "type": "normal"
                }
            ],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 20,
            "url": "https://ll.thespacedevs.com/2.2.0/event/20/?format=api",
            "slug": "total-solar-eclipse-2",
            "name": "Total Solar Eclipse",
            "updates": [],
            "last_updated": "2024-03-05T17:28:34Z",
            "type": {
                "id": 11,
                "name": "Celestial Event"
            },
            "description": "NASA has partnered with the Exploratorium in San Francisco to bring live views to people across the world of a total solar eclipse, occurring Tuesday, July 2, over South America.\r\n\r\nTotal solar eclipse live streams are available with no commentary (3:15-6 p.m. EDT), or with commentary (4-5 p.m. EDT) in English or Spanish.",
            "webcast_live": false,
            "location": "South America",
            "news_url": "https://www.nasa.gov/nasalive",
            "video_url": null,
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA Live",
                    "description": "NASA launches, landings, and events. Watch live broadcasts from NASA Television and NASA's social media channels, and a schedule of upcoming live events including news briefings, launches and landings.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/nasalive",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/total2520solar2520eclipse_image_20190702195513.jpg",
            "date": "2019-07-02T20:15:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 30,
            "url": "https://ll.thespacedevs.com/2.2.0/event/30/?format=api",
            "slug": "lightsail-2-sail-deployment",
            "name": "Lightsail 2 | Sail Deployment",
            "updates": [],
            "last_updated": "2024-03-05T17:28:35Z",
            "type": {
                "id": 6,
                "name": "Spacecraft Event"
            },
            "description": "Come sail away! The Planetary Society's LightSail 2 mission team is preparing to deploy the spacecraft’s solar sail. The next attempt is scheduled for Tuesday, 23 July 2019, during a ground station pass that starts at roughly 11:22 PDT (18:22 UTC).",
            "webcast_live": false,
            "location": "Low Earth Orbit",
            "news_url": "http://www.planetary.org/blogs/jason-davis/ls2-sail-deployment-live.html",
            "video_url": "https://www.youtube.com/watch?v=LxcsLSpFV4c",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.planetary.org",
                    "title": "Live Coverage: LightSail 2 Sail Deployment",
                    "description": "Visit planetary.org/live for video and audio from mission control, located at Cal Poly San Luis Obispo in California.",
                    "feature_image": null,
                    "url": "http://www.planetary.org/blogs/jason-davis/ls2-sail-deployment-live.html",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "LIVE: LightSail 2 Sail Deployment",
                    "description": "Come sail away! The Planetary Society's LightSail 2 mission team is preparing to deploy the spacecraft’s solar sail. The next attempt is scheduled for Tuesda...",
                    "feature_image": "https://i.ytimg.com/vi/LxcsLSpFV4c/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=LxcsLSpFV4c",
                    "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/lightsail252022520257c2520sail2520deployment_image_20190723181517.png",
            "date": "2019-07-23T18:22:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        }
    ]
}