API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch// or /launch/?mode=list&search=SpaceX

GET: Return a list of all Launch objects.

FILTERS: Fields - 'name', 'id(s)', 'lsp_id', 'lsp_name', 'serial_number', 'launcher_config__id', 'rocket__spacecraftflight__spacecraft__name'

MODE: 'normal', 'list', 'detailed' EXAMPLE: ?mode=list

SEARCH: Searches through the launch name, rocket name, launch agency, mission name & spacecraft name. EXAMPLE - ?search=SpaceX

GET /2.0.0/launch/?format=api&offset=6590&ordering=net
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 7507,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=6600&ordering=net",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=6580&ordering=net",
    "results": [
        {
            "id": "6321fcb8-9d97-499c-9564-e58477f70fe5",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/6321fcb8-9d97-499c-9564-e58477f70fe5/?format=api",
            "launch_library_id": null,
            "slug": "lvm-3-oneweb-18",
            "name": "LVM-3 | OneWeb 18",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2023-03-26T03:30:20Z",
            "window_end": "2023-03-26T03:30:20Z",
            "window_start": "2023-03-26T03:30:20Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/31/?format=api",
                "name": "Indian Space Research Organization",
                "type": "Government"
            },
            "rocket": {
                "id": 2675,
                "configuration": {
                    "id": 172,
                    "launch_library_id": 85,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/172/?format=api",
                    "name": "LVM-3 (GSLV Mk III)",
                    "family": "GSLV",
                    "full_name": "Launch Vehicle Mark-3 (GSLV Mk III)",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6112,
                "launch_library_id": null,
                "name": "OneWeb 18",
                "description": "A batch of 36 satellites for the OneWeb satellite constellation, which is intended to provide global Internet broadband service for individual consumers. The constellation is planned to have around 648 microsatellites (of which 60 are spares), around 150 kg each, operating in Ku-band from low Earth orbit.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                }
            },
            "pad": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/82/?format=api",
                "agency_id": 31,
                "name": "Satish Dhawan Space Centre Second Launch Pad",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_Second_Launch_Pad",
                "map_url": "https://www.google.com/maps?q=13.7199,80.2304",
                "latitude": "13.7199",
                "longitude": "80.2304",
                "location": {
                    "id": 14,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/14/?format=api",
                    "name": "Satish Dhawan Space Centre, India",
                    "country_code": "IND",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
                    "total_launch_count": 99,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_82_20200803143602.jpg",
                "total_launch_count": 29
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lvm-32520257c_image_20240101095438.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 26,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/26/?format=api",
                    "name": "OneWeb",
                    "description": "Satellite constellation in low Earth orbit that can provide high-speed broadband internet to rural and isolated areas.",
                    "agencies": [
                        {
                            "id": 1081,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1081/?format=api",
                            "name": "Eutelsat OneWeb",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/oneweb_program_20231228155842.jpeg",
                    "start_date": "2019-02-27T21:37:00Z",
                    "end_date": null,
                    "info_url": "https://oneweb.net/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Eutelsat_OneWeb"
                }
            ]
        },
        {
            "id": "032efced-4436-42f7-9dda-2e1ad65b059f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/032efced-4436-42f7-9dda-2e1ad65b059f/?format=api",
            "launch_library_id": null,
            "slug": "shavit-2-ofek-13",
            "name": "Shavit-2 | Ofek-13",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2023-03-28T23:10:00Z",
            "window_end": "2023-03-28T23:10:00Z",
            "window_start": "2023-03-28T23:10:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 95,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/95/?format=api",
                "name": "Israel Aerospace Industries",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7836,
                "configuration": {
                    "id": 110,
                    "launch_library_id": 123,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/110/?format=api",
                    "name": "Shavit-2",
                    "family": "Shavit",
                    "full_name": "Shavit-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 6339,
                "launch_library_id": null,
                "name": "Ofek-13",
                "description": "Ofek is a series of Israeli reconnaissance satellites. Ofek-13 is an Israeli SAR (Synthetic Aperture Radar) reconnaissance satellite that combines high resolution with large area coverage using electronic beam steering.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 75,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/75/?format=api",
                "agency_id": 95,
                "name": "Shavit Launch Pad",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Palmachim_Airbase",
                "map_url": "https://www.google.com/maps?q=31.884444,34.680278",
                "latitude": "31.884444",
                "longitude": "34.680278",
                "location": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/4/?format=api",
                    "name": "Palmachim Airbase, State of Israel",
                    "country_code": "ISR",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_4_20200803142418.jpg",
                    "total_launch_count": 12,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_75_20200803143316.jpg",
                "total_launch_count": 12
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shavit-2_liftof_image_20240918164729.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "3b39ca60-0796-49ee-823f-ff1403ca9d9b",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/3b39ca60-0796-49ee-823f-ff1403ca9d9b/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-21v-kosmos-2568-eo-mka-4",
            "name": "Soyuz 2.1v | Kosmos 2568 (EO MKA-4)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2023-03-29T19:57:02Z",
            "window_end": "2023-03-29T21:00:00Z",
            "window_start": "2023-03-29T19:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 193,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/193/?format=api",
                "name": "Russian Space Forces",
                "type": "Government"
            },
            "rocket": {
                "id": 7822,
                "configuration": {
                    "id": 60,
                    "launch_library_id": 61,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/60/?format=api",
                    "name": "Soyuz 2.1v",
                    "family": "Soyuz",
                    "full_name": "Soyuz 2.1v Volga",
                    "variant": "Volga"
                }
            },
            "mission": {
                "id": 6329,
                "launch_library_id": null,
                "name": "Kosmos 2568 (EO MKA-4)",
                "description": "Note: Payload identity uncertain. \r\n\r\nRussian reconnaissance satellite of unknown purposes, possibly in the same series as Kosmos 2551, 2555 and 2560.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 85,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/85/?format=api",
                "agency_id": 163,
                "name": "43/4 (43R)",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=62.92883,40.457098",
                "latitude": "62.92883",
                "longitude": "40.457098",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1675,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_85_20200803143554.jpg",
                "total_launch_count": 324
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz25202-1v_image_20191122081651.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "324cb054-c704-4c65-83af-2d5221d5e82a",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/324cb054-c704-4c65-83af-2d5221d5e82a/?format=api",
            "launch_library_id": null,
            "slug": "falcon-9-block-5-starlink-group-5-10",
            "name": "Falcon 9 Block 5 | Starlink Group 5-10",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2023-03-29T20:01:00Z",
            "window_end": "2023-03-29T23:54:00Z",
            "window_start": "2023-03-29T20:01:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 60,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7777,
                "configuration": {
                    "id": 164,
                    "launch_library_id": 188,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
                    "name": "Falcon 9",
                    "family": "Falcon",
                    "full_name": "Falcon 9 Block 5",
                    "variant": "Block 5"
                }
            },
            "mission": {
                "id": 6295,
                "launch_library_id": null,
                "name": "Starlink Group 5-10",
                "description": "A batch of 56 satellites for the Starlink mega-constellation - SpaceX's project for space-based Internet communication system.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 80,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/80/?format=api",
                "agency_id": 121,
                "name": "Space Launch Complex 40",
                "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.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1024,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
                "total_launch_count": 308
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20221009234147.png",
            "infographic": null,
            "program": [
                {
                    "id": 25,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/25/?format=api",
                    "name": "Starlink",
                    "description": "Starlink is a satellite internet constellation operated by American aerospace company SpaceX",
                    "agencies": [
                        {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starlink_program_20231228154508.jpeg",
                    "start_date": "2018-02-22T14:17:00Z",
                    "end_date": null,
                    "info_url": "https://starlink.com",
                    "wiki_url": "https://en.wikipedia.org/wiki/Starlink"
                }
            ]
        },
        {
            "id": "f08172e1-e53e-4c5c-9f97-df620f934ed9",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f08172e1-e53e-4c5c-9f97-df620f934ed9/?format=api",
            "launch_library_id": null,
            "slug": "long-march-2d-piesat-1-x-4",
            "name": "Long March 2D | PIESAT-1 x 4",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2023-03-30T10:50:00Z",
            "window_end": "2023-03-30T11:26:00Z",
            "window_start": "2023-03-30T10:43:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 7835,
                "configuration": {
                    "id": 17,
                    "launch_library_id": 73,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/17/?format=api",
                    "name": "Long March 2D",
                    "family": "Long March",
                    "full_name": "Long March 2D",
                    "variant": "2D"
                }
            },
            "mission": {
                "id": 6340,
                "launch_library_id": null,
                "name": "PIESAT-1 x 4",
                "description": "4 X-band synthetic-aperture radar Earth observation satellites for PIESAT (1 main, 3 sub-satellites), operating in tandem using very long baseline interferometry, with resolution at 0.5 - 5 m.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 25,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/25/?format=api",
                "agency_id": null,
                "name": "Launch Complex 9",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=38.863128,111.589567",
                "latitude": "38.863128",
                "longitude": "111.589567",
                "location": {
                    "id": 19,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/19/?format=api",
                    "name": "Taiyuan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
                    "total_launch_count": 141,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_25_20200803143501.jpg",
                "total_launch_count": 76
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20230907065813.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "135fbfaf-cc5d-4f29-896a-0f3b40490f9f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/135fbfaf-cc5d-4f29-896a-0f3b40490f9f/?format=api",
            "launch_library_id": null,
            "slug": "long-march-4c-yaogan-34-04",
            "name": "Long March 4C | Yaogan 34-04",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2023-03-31T06:27:00Z",
            "window_end": "2023-03-31T06:41:00Z",
            "window_start": "2023-03-31T06:17:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 7830,
                "configuration": {
                    "id": 64,
                    "launch_library_id": 70,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/64/?format=api",
                    "name": "Long March 4C",
                    "family": "Long March",
                    "full_name": "Long March 4C",
                    "variant": "C"
                }
            },
            "mission": {
                "id": 6341,
                "launch_library_id": null,
                "name": "Yaogan 34-04",
                "description": "Officially described as an optical remote-sensing satellite built by SAST.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 22,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/22/?format=api",
                "agency_id": null,
                "name": "Launch Area 4 (SLS-2 / 603)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
                "map_url": "https://www.google.com/maps?q=40.960482,100.298059",
                "latitude": "40.960482",
                "longitude": "100.298059",
                "location": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                    "total_launch_count": 251,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_22_20200803143437.jpg",
                "total_launch_count": 124
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20230809101859.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "739c7759-28d6-4853-a81f-859904bd0423",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/739c7759-28d6-4853-a81f-859904bd0423/?format=api",
            "launch_library_id": null,
            "slug": "tianlong-2-demo-flight",
            "name": "Tianlong-2 | Demo Flight",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2023-04-02T08:48:15Z",
            "window_end": "2023-04-02T09:47:00Z",
            "window_start": "2023-04-02T08:23:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1049,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1049/?format=api",
                "name": "Space Pioneer",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7831,
                "configuration": {
                    "id": 492,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/492/?format=api",
                    "name": "Tianlong-2",
                    "family": "",
                    "full_name": "Tianlong-2",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6336,
                "launch_library_id": null,
                "name": "Demo Flight",
                "description": "First launch of the Tianlong-2 and first launch for the Chinese private company Space Pioneer. It carried a dummy payload and the iTaikong Science cubesat to SSO for technology demonstration and public outreach Earth observation purposes.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 150,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/150/?format=api",
                "agency_id": null,
                "name": "Launch Area 120",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=40.855242,100.199634",
                "latitude": "40.855242",
                "longitude": "100.199634",
                "location": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                    "total_launch_count": 251,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_150_20200803143318.jpg",
                "total_launch_count": 1
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tianlong-22520_image_20240101095135.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "0705d82e-11b4-4e78-9075-457987f9f32f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0705d82e-11b4-4e78-9075-457987f9f32f/?format=api",
            "launch_library_id": null,
            "slug": "falcon-9-block-5-sda-tranche-0a",
            "name": "Falcon 9 Block 5 | SDA Tranche 0A",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2023-04-02T14:29:00Z",
            "window_end": "2023-04-02T14:29:00Z",
            "window_start": "2023-04-02T14:29:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 90,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7558,
                "configuration": {
                    "id": 164,
                    "launch_library_id": 188,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
                    "name": "Falcon 9",
                    "family": "Falcon",
                    "full_name": "Falcon 9 Block 5",
                    "variant": "Block 5"
                }
            },
            "mission": {
                "id": 6166,
                "launch_library_id": null,
                "name": "SDA Tranche 0A",
                "description": "First mission launched by the Space Development Agency for the Tranche 0 Transport Layer.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                }
            },
            "pad": {
                "id": 16,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/16/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4E",
                "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.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 807,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
                "total_launch_count": 193
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20230330080629.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "c67f0f61-3a4b-4adb-af2b-3c02a1ff6055",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/c67f0f61-3a4b-4adb-af2b-3c02a1ff6055/?format=api",
            "launch_library_id": null,
            "slug": "hyperbola-1-dummy-payload",
            "name": "Hyperbola-1 | Dummy Payload",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2023-04-07T04:00:00Z",
            "window_end": "2023-04-07T06:25:00Z",
            "window_start": "2023-04-07T03:54:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 274,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/274/?format=api",
                "name": "i-Space",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7833,
                "configuration": {
                    "id": 193,
                    "launch_library_id": 222,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/193/?format=api",
                    "name": "Hyperbola-1",
                    "family": "",
                    "full_name": "Hyperbola-1",
                    "variant": "1"
                }
            },
            "mission": {
                "id": 6344,
                "launch_library_id": null,
                "name": "Dummy Payload",
                "description": "Test launch of Hyperbola-1 to test reliability after 3 successive failures in 2021-22.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/21/?format=api",
                "agency_id": null,
                "name": "Launch Area 95A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
                "latitude": "40.969117",
                "longitude": "100.343333",
                "location": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                    "total_launch_count": 251,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
                "total_launch_count": 59
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hyperbola-1252_image_20240101094736.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "89931acb-0ffe-42b6-8f59-e339d17a1d77",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/89931acb-0ffe-42b6-8f59-e339d17a1d77/?format=api",
            "launch_library_id": 2050,
            "slug": "falcon-9-block-5-intelsat-40e",
            "name": "Falcon 9 Block 5 | Intelsat 40e",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2023-04-07T04:30:00Z",
            "window_end": "2023-04-07T06:29:00Z",
            "window_start": "2023-04-07T04:30:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 90,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2695,
                "configuration": {
                    "id": 164,
                    "launch_library_id": 188,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
                    "name": "Falcon 9",
                    "family": "Falcon",
                    "full_name": "Falcon 9 Block 5",
                    "variant": "Block 5"
                }
            },
            "mission": {
                "id": 6305,
                "launch_library_id": null,
                "name": "Intelsat 40e",
                "description": "Intelsat 40e is an advanced geostationary satellite that will provide Intelsat’s government and enterprise customers across North and Central America with high-throughput, “coast-to-coast” services. The satellite’s capabilities will support the growing number of customers that depend on Intelsat’s managed services and solutions to easily integrate satellite into their overall networking and communications strategies.\r\n\r\nHosted on the Intelsat 40e satellite is NASA’s Tropospheric Emissions: Monitoring of Pollution (TEMPO), an Earth science instrument that will observe air pollution over North America in unprecedented detail.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 80,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/80/?format=api",
                "agency_id": 121,
                "name": "Space Launch Complex 40",
                "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.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1024,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
                "total_launch_count": 308
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20240101094344.jpeg",
            "infographic": null,
            "program": []
        }
    ]
}