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=210&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=220&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=200&ordering=-id",
    "results": [
        {
            "id": "f842964b-288f-4100-95d4-3b3510712f81",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f842964b-288f-4100-95d4-3b3510712f81/?format=api",
            "launch_library_id": null,
            "slug": "electron-iot-4-you-and-me-kineis-16-20",
            "name": "Electron | IoT 4 You and Me (Kinéis 16-20)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2025-02-08T20:43:00Z",
            "window_end": "2025-02-08T20:43:00Z",
            "window_start": "2025-02-08T20:43:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 147,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/147/?format=api",
                "name": "Rocket Lab",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7532,
                "configuration": {
                    "id": 26,
                    "launch_library_id": 148,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
                    "name": "Electron",
                    "family": "",
                    "full_name": "Electron",
                    "variant": ""
                }
            },
            "mission": {
                "id": 5951,
                "launch_library_id": null,
                "name": "IoT 4 You and Me (Kinéis 16-20)",
                "description": "Fourth batch of five satellites for the French Kinéis IoT constellation designed to operate with 25 nanosatellites of 30 kg each.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 65,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/65/?format=api",
                "agency_id": 147,
                "name": "Rocket Lab Launch Complex 1A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Rocket_Lab_Launch_Complex_1",
                "map_url": "https://www.google.com/maps?q=-39.262833,177.864469",
                "latitude": "-39.262833",
                "longitude": "177.864469",
                "location": {
                    "id": 10,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/10/?format=api",
                    "name": "Rocket Lab Launch Complex 1, Mahia Peninsula, New Zealand",
                    "country_code": "NZL",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_10_20200803142509.jpg",
                    "total_launch_count": 57,
                    "total_landing_count": 17
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_65_20200803143549.jpg",
                "total_launch_count": 29
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/electron_image_20190705175640.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f83c9a33-7966-4c49-9369-f34df9cad196",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f83c9a33-7966-4c49-9369-f34df9cad196/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-u-resurs-f1-17f41-55l",
            "name": "Soyuz U | Resurs-F1 17F41 55L",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1985-06-21T07:45:00Z",
            "window_end": "1985-06-21T07:45:00Z",
            "window_start": "1985-06-21T07:45: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": 5756,
                "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": 4156,
                "launch_library_id": null,
                "name": "Resurs-F1 17F41 55L",
                "description": "Resurs-F1 (17F41) type film-return Earth observation satellite",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 168,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/168/?format=api",
                "agency_id": null,
                "name": "41/1",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.941,40.526806",
                "latitude": "62.941",
                "longitude": "40.526806",
                "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_168_20200803143446.jpg",
                "total_launch_count": 310
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f82304b2-5f3c-4753-b8ee-aee69323f7fb",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f82304b2-5f3c-4753-b8ee-aee69323f7fb/?format=api",
            "launch_library_id": null,
            "slug": "haste-haste-a-la-vista-mach-tb",
            "name": "HASTE | HASTE A La Vista (MACH-TB)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2024-11-24T06:00:00Z",
            "window_end": "2024-11-24T07:30:00Z",
            "window_start": "2024-11-24T03:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 147,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/147/?format=api",
                "name": "Rocket Lab",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8022,
                "configuration": {
                    "id": 26,
                    "launch_library_id": 148,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
                    "name": "Electron",
                    "family": "",
                    "full_name": "Electron",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6993,
                "launch_library_id": null,
                "name": "Leidos-2",
                "description": "Second sub-orbital launch of Electron of the Hypersonic Accelerator Suborbital Test Electron (HASTE) program for Leidos and Dynetics.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                }
            },
            "pad": {
                "id": 79,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/79/?format=api",
                "agency_id": 147,
                "name": "Rocket Lab Launch Complex 2 (Launch Area 0 C)",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=37.833262,-75.488235",
                "latitude": "37.833262",
                "longitude": "-75.488235",
                "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_79_20200803143607.jpg",
                "total_launch_count": 6
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/electron_image_20190705175640.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f823000c-8272-4661-941b-be72cf3c8ab6",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f823000c-8272-4661-941b-be72cf3c8ab6/?format=api",
            "launch_library_id": null,
            "slug": "long-march-7a-shiyan-9-xjy-6-02",
            "name": "Long March 7A | Shiyan 9 (XJY-6-02)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2021-03-11T17:51:28Z",
            "window_end": "2021-03-11T17:51:28Z",
            "window_start": "2021-03-11T17:51:28Z",
            "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": 2841,
                "configuration": {
                    "id": 216,
                    "launch_library_id": 247,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/216/?format=api",
                    "name": "Long March 7A",
                    "family": "Long March",
                    "full_name": "Long March 7A",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1249,
                "launch_library_id": null,
                "name": "Shiyan 9 (XJY-6-02)",
                "description": "Unknown Chinese \"technological validation\" satellite; rumored to be new optical observation satellite in GEO.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 176,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/176/?format=api",
                "agency_id": null,
                "name": "201",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site",
                "map_url": "https://www.google.com/maps?q=19.618452,110.955356",
                "latitude": "19.618452",
                "longitude": "110.955356",
                "location": {
                    "id": 8,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/8/?format=api",
                    "name": "Wenchang Space Launch Site, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
                    "total_launch_count": 38,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_176_20200803143412.jpg",
                "total_launch_count": 22
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_7a_image_20210311201838.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f816a831-232f-4f39-addb-52c3bfc52133",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f816a831-232f-4f39-addb-52c3bfc52133/?format=api",
            "launch_library_id": null,
            "slug": "proton-kdm-2m-asiasat-3",
            "name": "Proton-K/DM-2M | Asiasat 3",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1997-12-24T23:19:00Z",
            "window_end": "1997-12-24T23:19:00Z",
            "window_start": "1997-12-24T23:19:00Z",
            "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": 6831,
                "configuration": {
                    "id": 350,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/350/?format=api",
                    "name": "Proton-K/DM-2M",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-K/DM-2M",
                    "variant": "DM-2M"
                }
            },
            "mission": {
                "id": 5221,
                "launch_library_id": null,
                "name": "Asiasat 3",
                "description": "Chinese communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/31/?format=api",
                "agency_id": null,
                "name": "81/23 (81L)",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.073997,62.977999",
                "latitude": "46.073997",
                "longitude": "62.977999",
                "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_31_20200803143402.jpg",
                "total_launch_count": 104
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f8032cff-c8eb-49d6-afa9-000a23b140d8",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f8032cff-c8eb-49d6-afa9-000a23b140d8/?format=api",
            "launch_library_id": null,
            "slug": "long-march-3b-zhongxing-9",
            "name": "Long March 3B | Zhongxing 9",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2008-06-09T12:15:04Z",
            "window_end": "2008-06-09T12:15:04Z",
            "window_start": "2008-06-09T12:15:04Z",
            "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": 7355,
                "configuration": {
                    "id": 19,
                    "launch_library_id": 22,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/19/?format=api",
                    "name": "Long March 3",
                    "family": "Long March",
                    "full_name": "Long March 3B",
                    "variant": "3B"
                }
            },
            "mission": {
                "id": 5744,
                "launch_library_id": null,
                "name": "Zhongxing 9",
                "description": "Chinese geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 45,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/45/?format=api",
                "agency_id": null,
                "name": "Launch Complex 2 (LC-2)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=28.245564,102.026751",
                "latitude": "28.245564",
                "longitude": "102.026751",
                "location": {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/16/?format=api",
                    "name": "Xichang Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
                    "total_launch_count": 224,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_45_20200803143520.jpg",
                "total_launch_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march25203_image_20200102181012.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f8025d66-a0eb-469d-936f-5d8b9d49baee",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f8025d66-a0eb-469d-936f-5d8b9d49baee/?format=api",
            "launch_library_id": 1858,
            "slug": "atlas-lv-3a-samos-3",
            "name": "Atlas LV-3A | Samos 3",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1961-09-09T19:28:27Z",
            "window_end": "1961-09-09T19:28:27Z",
            "window_start": "1961-09-09T19:28:27Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 0,
            "holdreason": "",
            "failreason": "",
            "hashtag": "",
            "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": 2391,
                "configuration": {
                    "id": 183,
                    "launch_library_id": 193,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/183/?format=api",
                    "name": "Atlas Agena B",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3 Agena B",
                    "variant": "LV-3 Agena B"
                }
            },
            "mission": null,
            "pad": {
                "id": 93,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/93/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 3W",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3W",
                "map_url": "https://www.google.com/maps?q=34.644,-120.593",
                "latitude": "34.644",
                "longitude": "-120.593",
                "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": 805,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_93_20200803143225.jpg",
                "total_launch_count": 81
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "f802155a-6816-4ed5-9c1c-a4ebc43df820",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f802155a-6816-4ed5-9c1c-a4ebc43df820/?format=api",
            "launch_library_id": 1136,
            "slug": "long-march-4c-gaofen-10",
            "name": "Long March 4C | Gaofen 10",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "2016-08-31T18:55:00Z",
            "window_end": "2016-08-31T19:11:00Z",
            "window_start": "2016-08-31T18:46:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "Unknown.",
            "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": 1949,
                "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": 319,
                "launch_library_id": 368,
                "name": "Gaofen 10",
                "description": "Gaofen is a series of civilian Earth observation satellites developed and launched for the China High-definition Earth Observation System (CHEOS), a state-sponsored programme aimed to develop a near-real time, all-weather, global surveillance network consisting of satellite, near-space (stratosphere) airships, and aerial observation platforms.",
                "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": 140,
                    "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/long_march_4c_image_20230801172338.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f7fc8b7b-21d8-4c9d-bb2e-d6cde9264310",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f7fc8b7b-21d8-4c9d-bb2e-d6cde9264310/?format=api",
            "launch_library_id": null,
            "slug": "atlas-slv-3-agena-d-kh-7-33",
            "name": "Atlas SLV-3 Agena D | KH-7 33",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1966-10-12T19:15:00Z",
            "window_end": "1966-10-12T19:15:00Z",
            "window_start": "1966-10-12T19:15: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": 3579,
                "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": 1998,
                "launch_library_id": null,
                "name": "KH-7 33",
                "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": 805,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
                "total_launch_count": 191
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "f7f5132a-00d2-4c44-b547-8679e3deefda",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f7f5132a-00d2-4c44-b547-8679e3deefda/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-u-bion-3",
            "name": "Soyuz U | Bion 3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1975-11-25T17:00:00Z",
            "window_end": "1975-11-25T17:00:00Z",
            "window_start": "1975-11-25T17:00: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": 4646,
                "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": 3064,
                "launch_library_id": null,
                "name": "Bion 3",
                "description": "Biological research satellite carrying live organisms",
                "launch_designator": null,
                "type": "Biology",
                "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": []
        }
    ]
}