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=7280&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=7290&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7270&ordering=id",
    "results": [
        {
            "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": "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": "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": "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": "f84d0553-7af8-4386-8c70-c3248825e419",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f84d0553-7af8-4386-8c70-c3248825e419/?format=api",
            "launch_library_id": 1648,
            "slug": "long-march-2d-shiyan-6-jiading-1-okw-1-others",
            "name": "Long March 2D | Shiyan 6, Jiading-1 (OKW-1) & others",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2018-11-19T23:40:04Z",
            "window_end": "2018-11-19T23:56:00Z",
            "window_start": "2018-11-19T23:33:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "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": 2150,
                "configuration": {
                    "id": 17,
                    "launch_library_id": 73,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/17/?format=api",
                    "name": "Long March 2D",
                    "family": "Long March",
                    "full_name": "Long March 2D",
                    "variant": "2D"
                }
            },
            "mission": {
                "id": 907,
                "launch_library_id": 891,
                "name": "Shiyan 6, Jiading-1 (OKW-1) & others",
                "description": "Shiyan 6 is the main payload of the launch and is reported to be used for \"space environment measurements and related technical tests\". It was launched along with 4 small satellites, among which are a China's first privately designed low Earth orbit communications satellite Jiading-1 and China's first software-based satellite Tianzhi-1.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 22,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/22/?format=api",
                "agency_id": null,
                "name": "Launch Area 4 (SLS-2 / 603)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
                "map_url": "https://www.google.com/maps?q=40.960482,100.298059",
                "latitude": "40.960482",
                "longitude": "100.298059",
                "location": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                    "total_launch_count": 248,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_22_20200803143437.jpg",
                "total_launch_count": 123
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march25202d_image_20190222031211.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f84d9ca6-e76c-4717-ad27-b927a93f5cdc",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f84d9ca6-e76c-4717-ad27-b927a93f5cdc/?format=api",
            "launch_library_id": null,
            "slug": "molniya-m-molniya-1-8",
            "name": "Molniya-M | Molniya-1 8",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1968-04-21T04:20:01Z",
            "window_end": "1968-04-21T04:20:01Z",
            "window_start": "1968-04-21T04:20: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": 3774,
                "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": 2192,
                "launch_library_id": null,
                "name": "Molniya-1 8",
                "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": 32,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
                "agency_id": null,
                "name": "1/5",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.92,63.342",
                "latitude": "45.92",
                "longitude": "63.342",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.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_32_20200803143513.jpg",
                "total_launch_count": 487
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "f85a8abb-e9d9-4df2-beac-01233c515ef6",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f85a8abb-e9d9-4df2-beac-01233c515ef6/?format=api",
            "launch_library_id": null,
            "slug": "titan-ivb-milstar-5",
            "name": "Titan IVB | Milstar 5",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2002-01-16T00:30:01Z",
            "window_end": "2002-01-16T00:30:01Z",
            "window_start": "2002-01-16T00:30:01Z",
            "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": 7072,
                "configuration": {
                    "id": 130,
                    "launch_library_id": 162,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/130/?format=api",
                    "name": "Titan IVB",
                    "family": "Titan",
                    "full_name": "Titan IVB/Centaur",
                    "variant": "Centaur"
                }
            },
            "mission": {
                "id": 5461,
                "launch_library_id": null,
                "name": "Milstar 5",
                "description": "Milstar (Military Strategic & Tactical Relay) is the tactical and strategic multiservice satellite system designed to provide survivable communications for U.S. forces worldwide. The program is managed by the U.S. Air Force Space and Missile Center.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 3,
                    "name": "Geosynchronous Orbit",
                    "abbrev": "GSO"
                }
            },
            "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/titan2520ivb_image_20190222030244.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f8669ce4-3e68-4318-85a9-36a7551089a1",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f8669ce4-3e68-4318-85a9-36a7551089a1/?format=api",
            "launch_library_id": null,
            "slug": "vostok-8a92-zenit-2-42",
            "name": "Vostok 8A92 | Zenit-2 42",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1966-10-14T12:13:08Z",
            "window_end": "1966-10-14T12:13:08Z",
            "window_start": "1966-10-14T12:13:08Z",
            "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": 3580,
                "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": 1999,
                "launch_library_id": null,
                "name": "Zenit-2 42",
                "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": 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": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "f873679f-9175-4131-a475-85a25394d4e4",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f873679f-9175-4131-a475-85a25394d4e4/?format=api",
            "launch_library_id": null,
            "slug": "molniya-m-us-k-36",
            "name": "Molniya-M | US-K 36",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1984-08-02T08:38:16Z",
            "window_end": "1984-08-02T08:38:16Z",
            "window_start": "1984-08-02T08:38:16Z",
            "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": 5663,
                "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": 4065,
                "launch_library_id": null,
                "name": "US-K 36",
                "description": "Early warning satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "pad": {
                "id": 35,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/35/?format=api",
                "agency_id": 163,
                "name": "16/2",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.960091,40.682983",
                "latitude": "62.960091",
                "longitude": "40.682983",
                "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_35_20200803143306.jpg",
                "total_launch_count": 136
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "f882fa67-e09c-49a9-8296-99ba83d5f561",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f882fa67-e09c-49a9-8296-99ba83d5f561/?format=api",
            "launch_library_id": null,
            "slug": "delta-5920-8-cobe",
            "name": "Delta 5920-8 | COBE",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1989-11-18T14:34:00Z",
            "window_end": "1989-11-18T14:34:00Z",
            "window_start": "1989-11-18T14:34: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": 6221,
                "configuration": {
                    "id": 297,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/297/?format=api",
                    "name": "Delta 5920-8",
                    "family": "Delta",
                    "full_name": "Delta 5920-8",
                    "variant": "5920-8"
                }
            },
            "mission": {
                "id": 4611,
                "launch_library_id": null,
                "name": "COBE",
                "description": "Cosmology research satellite",
                "launch_designator": null,
                "type": "Astrophysics",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 39,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/39/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 2W",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
                "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
                "latitude": "34.7556",
                "longitude": "-120.6224",
                "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_39_20200803143542.jpg",
                "total_launch_count": 98
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        }
    ]
}