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

{
    "count": 7494,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7200&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7180&ordering=-id",
    "results": [
        {
            "id": "0ab25471-b026-4252-93ab-89d91c1a7f4d",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0ab25471-b026-4252-93ab-89d91c1a7f4d/?format=api",
            "launch_library_id": null,
            "slug": "falcon-9-block-5-starlink-group-15-4",
            "name": "Falcon 9 Block 5 | Starlink Group 15-4",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2025-05-13T01:15:10Z",
            "window_end": "2025-05-13T02:08:00Z",
            "window_start": "2025-05-13T01:15:10Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "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": 8601,
                "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": 7193,
                "launch_library_id": null,
                "name": "Starlink Group 15-4",
                "description": "A batch of 26 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": 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": 806,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
                "total_launch_count": 192
            },
            "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": "0ab0bc54-1988-48ce-a40a-8554c137b534",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0ab0bc54-1988-48ce-a40a-8554c137b534/?format=api",
            "launch_library_id": 1319,
            "slug": "soyuz-stbfregat-mt-metop-c",
            "name": "Soyuz STB/Fregat-MT | MetOp-C",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2018-11-07T00:47:27Z",
            "window_end": "2018-11-07T00:47:27Z",
            "window_start": "2018-11-07T00:47:27Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": "#MetOpC",
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2152,
                "configuration": {
                    "id": 72,
                    "launch_library_id": 96,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/72/?format=api",
                    "name": "Soyuz STB",
                    "family": "Soyuz",
                    "full_name": "Soyuz STB Fregat-MT",
                    "variant": "Fregat-MT"
                }
            },
            "mission": {
                "id": 707,
                "launch_library_id": 833,
                "name": "MetOp-C",
                "description": "MetOp is a series of three polar orbiting meteorological satellites developed by the European Space Agency (ESA).",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 81,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/81/?format=api",
                "agency_id": 115,
                "name": "Soyuz Launch Complex",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Ensemble_de_Lancement_Soyouz",
                "map_url": "https://www.google.com/maps?q=5.3019,-52.8346",
                "latitude": "5.3019",
                "longitude": "-52.8346",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_81_20200803143601.jpg",
                "total_launch_count": 26
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520stb_image_20191201201634.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "0a9b2872-9b83-40bb-a950-ec5919a8d74a",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0a9b2872-9b83-40bb-a950-ec5919a8d74a/?format=api",
            "launch_library_id": null,
            "slug": "proton-kbriz-m-uragan-83-84-uragan-m-2",
            "name": "Proton-K/Briz-M | Uragan 83, 84 & Uragan-M 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2003-12-10T17:42:12Z",
            "window_end": "2003-12-10T17:42:12Z",
            "window_start": "2003-12-10T17:42:12Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "type": "Government"
            },
            "rocket": {
                "id": 7162,
                "configuration": {
                    "id": 346,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/346/?format=api",
                    "name": "Proton-K/Briz-M",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-K/Briz-M",
                    "variant": "Briz-M"
                }
            },
            "mission": {
                "id": 5551,
                "launch_library_id": null,
                "name": "Uragan 83, 84 & Uragan-M 2",
                "description": "GLONASS navigation satellites",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                }
            },
            "pad": {
                "id": 7,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/7/?format=api",
                "agency_id": null,
                "name": "81/24 (81P)",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.071001,62.984999",
                "latitude": "46.071001",
                "longitude": "62.984999",
                "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_7_20200803143454.jpg",
                "total_launch_count": 92
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
            "infographic": null,
            "program": [
                {
                    "id": 34,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/34/?format=api",
                    "name": "GLONASS",
                    "description": "GLONASS (ГЛОНАСС, IPA: [ɡɫɐˈnas]; Russian: Глобальная навигационная спутниковая система, tr. Global'naya Navigatsionnaya Sputnikovaya Sistema, lit. 'Global Navigation Satellite System') is a Russian satellite navigation system operating as part of a radionavigation-satellite service. It provides an alternative to Global Positioning System (GPS) and is the second navigational system in operation with global coverage and of comparable precision.",
                    "agencies": [
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/glonass_program_20240102170258.png",
                    "start_date": "1982-10-12T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.glonass-iac.ru/en/",
                    "wiki_url": "https://en.wikipedia.org/wiki/GLONASS"
                }
            ]
        },
        {
            "id": "0a9a511a-7ea1-4402-8555-e087f580a5c4",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0a9a511a-7ea1-4402-8555-e087f580a5c4/?format=api",
            "launch_library_id": null,
            "slug": "falcon-9-block-5-thuraya-4-ngs",
            "name": "Falcon 9 Block 5 | Thuraya 4-NGS",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2025-01-04T01:27:00Z",
            "window_end": "2025-01-04T05:27:00Z",
            "window_start": "2025-01-04T01:27:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 95,
            "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": 7447,
                "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": 6725,
                "launch_library_id": null,
                "name": "Thuraya 4-NGS",
                "description": "Thuraya 4-NGS is a communication satellite being built by Airbus Defense and Space for the UAE based Yahsat. Based on the all-electric Airbus Eurostar-Neo Platform, Thuraya 4-NGS will incorporate a large 12-meter L-band antenna and a payload with on-board processing providing advanced routing flexibility of up to 3200 channels with dynamic power allocation over a large number of spot beams.",
                "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": 1022,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
                "total_launch_count": 306
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "0a962985-a7c9-4663-b5fa-0fc1328384a6",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0a962985-a7c9-4663-b5fa-0fc1328384a6/?format=api",
            "launch_library_id": null,
            "slug": "r-36o-8k69-ogch-2",
            "name": "R-36O 8K69 | OGCh 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1966-02-05T12:19:49Z",
            "window_end": "1966-02-05T12:19:49Z",
            "window_start": "1966-02-05T12:19:49Z",
            "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": 3486,
                "configuration": {
                    "id": 351,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/351/?format=api",
                    "name": "R-36O 8K69",
                    "family": "R-36O",
                    "full_name": "R-36O 8K69",
                    "variant": "8K69"
                }
            },
            "mission": {
                "id": 1906,
                "launch_library_id": null,
                "name": "OGCh 2",
                "description": "Missile equipped with the 8F021 warhead",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                }
            },
            "pad": {
                "id": 165,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/165/?format=api",
                "agency_id": null,
                "name": "67/21",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=45.989,63.702806",
                "latitude": "45.989",
                "longitude": "63.702806",
                "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_165_20200803143444.jpg",
                "total_launch_count": 2
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "0a8cb805-3004-468e-bea6-743368af3253",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0a8cb805-3004-468e-bea6-743368af3253/?format=api",
            "launch_library_id": null,
            "slug": "vulcan-nrol-56",
            "name": "Vulcan | NROL-56",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2026-12-31T00:00:00Z",
            "window_end": "2026-12-31T00:00:00Z",
            "window_start": "2026-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8062,
                "configuration": {
                    "id": 200,
                    "launch_library_id": 226,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/200/?format=api",
                    "name": "Vulcan",
                    "family": "Vulcan",
                    "full_name": "Vulcan",
                    "variant": "Vulcan"
                }
            },
            "mission": {
                "id": 6615,
                "launch_library_id": null,
                "name": "NROL-56",
                "description": "Classified payload for the US National Reconnaissance Office",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 25,
                    "name": "Unknown",
                    "abbrev": "N/A"
                }
            },
            "pad": {
                "id": 29,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/29/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 41",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
                "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
                "latitude": "28.58341025",
                "longitude": "-80.58303644",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.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": 1022,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
                "total_launch_count": 115
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vulcan_image_20240107162928.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "0a8aae50-34bd-45a3-a8c7-cee458851d74",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0a8aae50-34bd-45a3-a8c7-cee458851d74/?format=api",
            "launch_library_id": null,
            "slug": "ariane-42p-insat-2e",
            "name": "Ariane 42P | Insat 2E",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1999-04-02T22:03:00Z",
            "window_end": "1999-04-02T22:03:00Z",
            "window_start": "1999-04-02T22:03:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6909,
                "configuration": {
                    "id": 224,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/224/?format=api",
                    "name": "Ariane 42P",
                    "family": "Ariane",
                    "full_name": "Ariane 42P",
                    "variant": "42P"
                }
            },
            "mission": {
                "id": 5299,
                "launch_library_id": null,
                "name": "Insat 2E",
                "description": "Insat-2E of the Insat-2 series of satellites built by ISRO, is a multi-purpose satellites for telecommunication, television broadcasting and meteriological services.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
                "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
                "latitude": "5.232",
                "longitude": "-52.778194",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
                "total_launch_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane42p_at_el_image_20240310184548.png",
            "infographic": null,
            "program": []
        },
        {
            "id": "0a7eb3d4-9262-4e5a-9dcc-d4f92311168d",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0a7eb3d4-9262-4e5a-9dcc-d4f92311168d/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-u-zenit-6u-42",
            "name": "Soyuz U | Zenit-6U 42",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1981-07-07T12:30:00Z",
            "window_end": "1981-07-07T12:30:00Z",
            "window_start": "1981-07-07T12:30: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": 5295,
                "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": 3703,
                "launch_library_id": null,
                "name": "Zenit-6U 42",
                "description": "Optical film-return reconnaissance satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 36,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/36/?format=api",
                "agency_id": 163,
                "name": "43/3 (43L)",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=62.9273,40.45",
                "latitude": "62.9273",
                "longitude": "40.45",
                "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_36_20200803143534.jpg",
                "total_launch_count": 230
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "0a77db2e-49a9-4961-bde0-54535a3e4fb1",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0a77db2e-49a9-4961-bde0-54535a3e4fb1/?format=api",
            "launch_library_id": null,
            "slug": "scout-b-solrad-10",
            "name": "Scout B | Solrad 10",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1971-07-08T22:58:00Z",
            "window_end": "1971-07-08T22:58:00Z",
            "window_start": "1971-07-08T22:58:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            },
            "rocket": {
                "id": 4150,
                "configuration": {
                    "id": 358,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/358/?format=api",
                    "name": "Scout B",
                    "family": "Scout",
                    "full_name": "Scout B",
                    "variant": "B"
                }
            },
            "mission": {
                "id": 2568,
                "launch_library_id": null,
                "name": "Solrad 10",
                "description": "Satellite designed to provide continuous coverage of wavelength and intensity changes in solar radiation.",
                "launch_designator": null,
                "type": "Heliophysics",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 178,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/178/?format=api",
                "agency_id": null,
                "name": "Launch Area 3A",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=37.8495,-75.4725",
                "latitude": "37.8495",
                "longitude": "-75.4725",
                "location": {
                    "id": 21,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/21/?format=api",
                    "name": "Wallops Flight Facility, Virginia, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
                    "total_launch_count": 80,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_178_20200803143407.jpg",
                "total_launch_count": 18
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "0a77a890-7cfc-4b15-93ab-3a3f91b920a2",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0a77a890-7cfc-4b15-93ab-3a3f91b920a2/?format=api",
            "launch_library_id": null,
            "slug": "vostok-8a92-zenit-2-38",
            "name": "Vostok 8A92 | Zenit-2 38",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1966-05-06T10:58:00Z",
            "window_end": "1966-05-06T10:58:00Z",
            "window_start": "1966-05-06T10:58: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": 3521,
                "configuration": {
                    "id": 451,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/451/?format=api",
                    "name": "Vostok 8A92",
                    "family": "Vostok",
                    "full_name": "Vostok 8A92",
                    "variant": "8A92"
                }
            },
            "mission": {
                "id": 1941,
                "launch_library_id": null,
                "name": "Zenit-2 38",
                "description": "Zenit-2 film-return and ELINT 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": null,
            "infographic": null,
            "program": []
        }
    ]
}