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

{
    "count": 7489,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7340&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7320&ordering=-id",
    "results": [
        {
            "id": "05615e0e-55e6-4820-90d3-84d8103eb12a",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/05615e0e-55e6-4820-90d3-84d8103eb12a/?format=api",
            "launch_library_id": null,
            "slug": "delta-ii-gps-iir-3",
            "name": "Delta II | GPS IIR-3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1999-10-07T12:51:01Z",
            "window_end": "1999-10-07T12:51:01Z",
            "window_start": "1999-10-07T12:51:01Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 6946,
                "configuration": {
                    "id": 140,
                    "launch_library_id": 181,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/140/?format=api",
                    "name": "Delta II",
                    "family": "Delta",
                    "full_name": "Delta II 7925-9.5",
                    "variant": "7925-9.5"
                }
            },
            "mission": {
                "id": 5335,
                "launch_library_id": null,
                "name": "GPS IIR-3",
                "description": "GPS-2R (Global Positioning System) or Navstar-2R (Navigation System using Timing And Ranging) are the third evolution stage of the second generation of the GPS satellites.",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                }
            },
            "pad": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/14/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
                "latitude": "28.4472",
                "longitude": "-80.565",
                "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": 1021,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
                "total_launch_count": 145
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_ii_7925-9_image_20240312090356.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/29/?format=api",
                    "name": "Global Positioning System",
                    "description": "The Global Positioning System (GPS), originally Navstar GPS, is a satellite-based radio navigation system owned by the United States government and operated by the United States Space Force. It is one of the global navigation satellite systems (GNSS) that provide geolocation and time information to a GPS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more GPS satellites.",
                    "agencies": [
                        {
                            "id": 1041,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1041/?format=api",
                            "name": "United States Space Force",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/global2520posi_program_20231229182501.png",
                    "start_date": "1978-02-22T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.gps.gov/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Global_Positioning_System"
                }
            ]
        },
        {
            "id": "0560cfb0-ed19-4e8b-9fe9-728feb0f817c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0560cfb0-ed19-4e8b-9fe9-728feb0f817c/?format=api",
            "launch_library_id": 1301,
            "slug": "falcon-1-ratsat",
            "name": "Falcon 1 | RatSat",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2008-09-28T23:15:00Z",
            "window_end": "2008-09-28T23:15:00Z",
            "window_start": "2008-09-28T23:15:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "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": 1400,
                "configuration": {
                    "id": 133,
                    "launch_library_id": 160,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/133/?format=api",
                    "name": "Falcon 1",
                    "family": "Falcon",
                    "full_name": "Falcon 1",
                    "variant": "1"
                }
            },
            "mission": {
                "id": 6461,
                "launch_library_id": null,
                "name": "RatSat",
                "description": "RatSat was an aluminum mass simulator on the fourth flight of the Falcon 1 rocket.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 107,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/107/?format=api",
                "agency_id": null,
                "name": "Omelek Island",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Omelek_Island",
                "map_url": "https://www.google.com/maps?q=9.047861,167.743",
                "latitude": "9.047861",
                "longitude": "167.743",
                "location": {
                    "id": 142,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/142/?format=api",
                    "name": "Ronald Reagan Ballistic Missile Defense Test Site, Kwajalein Atoll, Marshall Islands",
                    "country_code": "MHL",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_142_20200803142511.jpg",
                    "total_launch_count": 5,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_107_20200803143450.jpg",
                "total_launch_count": 5
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_image_20190222030438.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "055fa36b-74c4-4fc5-809e-d123f7781df8",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/055fa36b-74c4-4fc5-809e-d123f7781df8/?format=api",
            "launch_library_id": null,
            "slug": "black-brant-ix-sistine",
            "name": "Black Brant IX | SISTINE",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2022-07-06T13:54:00Z",
            "window_end": "2022-07-06T13:54:00Z",
            "window_start": "2022-07-06T13:54:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1038,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1038/?format=api",
                "name": "Equatorial Launch Australia",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7611,
                "configuration": {
                    "id": 481,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/481/?format=api",
                    "name": "Black Brant IX",
                    "family": "",
                    "full_name": "Black Brant IX",
                    "variant": "IX"
                }
            },
            "mission": {
                "id": 6097,
                "launch_library_id": null,
                "name": "SISTINE",
                "description": "The Suborbital Imaging Spectrograph for Transition region Irradiance from Nearby Exoplanet host stars (SISTINE) is a payload from the University of Colorado. Its objective is to study how light from stars affects the atmospheres of the planets around them, including the gases thought to be signs of life. For this flight, it will measure the ultraviolet light output from α Centauri A and B, two stars of the three-star α Centauri system that are the closest stars to our Sun.",
                "launch_designator": null,
                "type": "Astrophysics",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                }
            },
            "pad": {
                "id": 202,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/202/?format=api",
                "agency_id": 1038,
                "name": "Suborbital Launch Ramp",
                "info_url": "https://ela.space/arnhem-space-centre/",
                "wiki_url": "https://en.wikipedia.org/wiki/Arnhem_Land#Economy",
                "map_url": "https://www.google.com/maps?q=-12.3892948,136.7903215",
                "latitude": "-12.3892948",
                "longitude": "136.7903215",
                "location": {
                    "id": 160,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/160/?format=api",
                    "name": "Arnhem Space Centre",
                    "country_code": "AUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_arnhem_space_centre_20220622160552.jpg",
                    "total_launch_count": 3,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_suborbital_launch_ramp_20220625184504.jpg",
                "total_launch_count": 3
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/black_brant_ix_image_20220625190201.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "05587685-6e0a-4ec3-b27d-e05796fdd66e",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/05587685-6e0a-4ec3-b27d-e05796fdd66e/?format=api",
            "launch_library_id": null,
            "slug": "atlas-slv-3-agena-d-kh-7-19",
            "name": "Atlas SLV-3 Agena D | KH-7 19",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1965-06-25T19:30:00Z",
            "window_end": "1965-06-25T19:30:00Z",
            "window_start": "1965-06-25T19:30:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 3410,
                "configuration": {
                    "id": 258,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/258/?format=api",
                    "name": "Atlas SLV-3 Agena D",
                    "family": "Atlas",
                    "full_name": "Atlas SLV-3 Agena D",
                    "variant": "SLV-3 Agena D"
                }
            },
            "mission": {
                "id": 1830,
                "launch_library_id": null,
                "name": "KH-7 19",
                "description": "The Program 206 satellite, carrying the KH-7 (Keyhole 7) camera system (codenamed Gambit-1), was the first successful high resolution space reconnaissance program. It was managed by NRO's Program A, the USAF-led segment of the National Reconnaissance Program managed from Los Angeles AFB in El Segundo, California.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "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": 804,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
                "total_launch_count": 190
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "054a1928-57dc-4134-b3e3-c4c8728578b3",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/054a1928-57dc-4134-b3e3-c4c8728578b3/?format=api",
            "launch_library_id": null,
            "slug": "falcon-9-block-5-neo-surveyor",
            "name": "Falcon 9 Block 5 | NEO Surveyor",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2027-09-30T00:00:00Z",
            "window_end": "2027-09-30T00:00:00Z",
            "window_start": "2027-09-30T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "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": 8539,
                "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": 7130,
                "launch_library_id": null,
                "name": "NEO Surveyor",
                "description": "NASA's Near-Earth Object (NEO) Surveyor mission is designed to help advance planetary defense efforts to discover and characterize most of the potentially hazardous asteroids and comets that come within 30 million miles of Earth’s orbit. These are collectively known as near-earth objects, or NEOs.\r\n\r\nNEO Surveyor consists of a single scientific instrument: a 50 centimeter (nearly 20 inch) diameter telescope that operates in two heat-sensing infrared wavelengths. It will be capable of detecting both bright and dark asteroids, which are the most difficult type to find.",
                "launch_designator": null,
                "type": "Space Situational Awareness",
                "orbit": {
                    "id": 5,
                    "name": "Heliocentric L1",
                    "abbrev": "L1-point"
                }
            },
            "pad": {
                "id": 72,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/72/?format=api",
                "agency_id": null,
                "name": "Unknown Pad",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=28.458,-80.528",
                "latitude": "28.458",
                "longitude": "-80.528",
                "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": 1021,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_72_20200803143403.jpg",
                "total_launch_count": 0
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "05493e88-1d72-4568-a075-52a3fa86c8e2",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/05493e88-1d72-4568-a075-52a3fa86c8e2/?format=api",
            "launch_library_id": null,
            "slug": "proton-kdm-raduga-8",
            "name": "Proton-K/DM | Raduga 8",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1981-03-18T04:40:00Z",
            "window_end": "1981-03-18T04:40:00Z",
            "window_start": "1981-03-18T04:40:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5260,
                "configuration": {
                    "id": 349,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/349/?format=api",
                    "name": "Proton-K/DM",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-K/DM",
                    "variant": "DM"
                }
            },
            "mission": {
                "id": 3669,
                "launch_library_id": null,
                "name": "Raduga 8",
                "description": "Geostationary communications satellite for military and governmental puposes",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 130,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/130/?format=api",
                "agency_id": null,
                "name": "200/40",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_200",
                "map_url": "https://www.google.com/maps?q=46.0336111,63.0266949",
                "latitude": "46.0336111",
                "longitude": "63.0266949",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_130_20200803143249.jpg",
                "total_launch_count": 64
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "053b3801-c465-4619-ba27-4f7d94b1bf63",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/053b3801-c465-4619-ba27-4f7d94b1bf63/?format=api",
            "launch_library_id": 1716,
            "slug": "soyuz-u-progress-18",
            "name": "Soyuz U | Progress 18",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1983-10-20T09:59:05Z",
            "window_end": "1983-10-20T09:59:05Z",
            "window_start": "1983-10-20T09:59:05Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 2248,
                "configuration": {
                    "id": 37,
                    "launch_library_id": 35,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
                    "name": "Soyuz U",
                    "family": "Soyuz",
                    "full_name": "Soyuz U",
                    "variant": ""
                }
            },
            "mission": null,
            "pad": {
                "id": 20,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/20/?format=api",
                "agency_id": null,
                "name": "31/6",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                "latitude": "45.996034",
                "longitude": "63.564003",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
                "total_launch_count": 422
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "052c101c-9422-4dab-88cf-804a8d12bdad",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/052c101c-9422-4dab-88cf-804a8d12bdad/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-u-zenit-8-32",
            "name": "Soyuz U | Zenit-8 32",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1986-05-29T09:20:00Z",
            "window_end": "1986-05-29T09:20:00Z",
            "window_start": "1986-05-29T09:20:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5860,
                "configuration": {
                    "id": 37,
                    "launch_library_id": 35,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
                    "name": "Soyuz U",
                    "family": "Soyuz",
                    "full_name": "Soyuz U",
                    "variant": ""
                }
            },
            "mission": {
                "id": 4257,
                "launch_library_id": null,
                "name": "Zenit-8 32",
                "description": "Film-return reconnaissance satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 20,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/20/?format=api",
                "agency_id": null,
                "name": "31/6",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                "latitude": "45.996034",
                "longitude": "63.564003",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
                "total_launch_count": 422
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "052b0445-c598-4533-b590-da4329a07cc2",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/052b0445-c598-4533-b590-da4329a07cc2/?format=api",
            "launch_library_id": null,
            "slug": "molniya-m-molniya-1-15",
            "name": "Molniya-M | Molniya-1 15",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1970-09-29T08:14:01Z",
            "window_end": "1970-09-29T08:14:01Z",
            "window_start": "1970-09-29T08:14:01Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 4053,
                "configuration": {
                    "id": 106,
                    "launch_library_id": 126,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/106/?format=api",
                    "name": "Molniya-M",
                    "family": "R-7",
                    "full_name": "Molniya-M 2BL",
                    "variant": "2BL"
                }
            },
            "mission": {
                "id": 2471,
                "launch_library_id": null,
                "name": "Molniya-1 15",
                "description": "The Molniya were Soviet communication satellites operating from an inclined highly elliptical earth orbit of 500 km × 40000 km with 12 hour period for coverage of high northern latitudes.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "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": 1674,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_85_20200803143554.jpg",
                "total_launch_count": 323
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "052a23e1-79ea-47f9-92e3-2a68a5e3a597",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/052a23e1-79ea-47f9-92e3-2a68a5e3a597/?format=api",
            "launch_library_id": null,
            "slug": "proton-kdm-potok-1",
            "name": "Proton-K/DM | Potok 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1982-05-17T23:50:00Z",
            "window_end": "1982-05-17T23:50:00Z",
            "window_start": "1982-05-17T23:50:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5398,
                "configuration": {
                    "id": 349,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/349/?format=api",
                    "name": "Proton-K/DM",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-K/DM",
                    "variant": "DM"
                }
            },
            "mission": {
                "id": 3805,
                "launch_library_id": null,
                "name": "Potok 1",
                "description": "Geostationary military relay satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/15/?format=api",
                "agency_id": null,
                "name": "200/39 (200L)",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.039984,63.032093",
                "latitude": "46.039984",
                "longitude": "63.032093",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_15_20200803143530.jpg",
                "total_launch_count": 167
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
            "infographic": null,
            "program": []
        }
    ]
}