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

{
    "count": 7503,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=660&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=640&ordering=-id",
    "results": [
        {
            "id": "e8b17a2c-9ed5-4203-b0ed-48f0b9f4e0d2",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e8b17a2c-9ed5-4203-b0ed-48f0b9f4e0d2/?format=api",
            "launch_library_id": null,
            "slug": "molniya-8k78-molniya-1-4",
            "name": "Molniya 8K78 | Molniya-1 4",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1966-10-20T07:50:00Z",
            "window_end": "1966-10-20T07:50:00Z",
            "window_start": "1966-10-20T07:50:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 3581,
                "configuration": {
                    "id": 184,
                    "launch_library_id": 207,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/184/?format=api",
                    "name": "Molniya 8K78",
                    "family": "R-7",
                    "full_name": "Molniya 8K78",
                    "variant": "8K78"
                }
            },
            "mission": {
                "id": 2000,
                "launch_library_id": null,
                "name": "Molniya-1 4",
                "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/molniya25208k78_image_20191201210000.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "e8ac2765-b766-4b3c-92ce-5f0b96b216bf",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e8ac2765-b766-4b3c-92ce-5f0b96b216bf/?format=api",
            "launch_library_id": null,
            "slug": "molniya-m-molniya-1t-91",
            "name": "Molniya-M | Molniya-1T 91",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1998-09-28T23:41:27Z",
            "window_end": "1998-09-28T23:41:27Z",
            "window_start": "1998-09-28T23:41:27Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 111,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/111/?format=api",
                "name": "Progress Rocket Space Center",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6879,
                "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": 5269,
                "launch_library_id": null,
                "name": "Molniya-1T 91",
                "description": "Military communications satellite in a highly elliptic orbit",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "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": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "e8ab7c6b-896a-4b6b-a805-4e97f86aa1fa",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e8ab7c6b-896a-4b6b-a805-4e97f86aa1fa/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-u-pvb-yantar-4k2m-5",
            "name": "Soyuz-U-PVB | Yantar-4K2M 5",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2009-04-29T16:58:00Z",
            "window_end": "2009-04-29T16:58:00Z",
            "window_start": "2009-04-29T16:58:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 193,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/193/?format=api",
                "name": "Russian Space Forces",
                "type": "Government"
            },
            "rocket": {
                "id": 7393,
                "configuration": {
                    "id": 378,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/378/?format=api",
                    "name": "Soyuz-U-PVB",
                    "family": "Soyuz",
                    "full_name": "Soyuz-U-PVB",
                    "variant": "U-PVB"
                }
            },
            "mission": {
                "id": 5782,
                "launch_library_id": null,
                "name": "Yantar-4K2M 5",
                "description": "Film-return reconnaisance satellite.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "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": "e8a7b22e-1fb9-4dd7-bee4-6e17db00b593",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e8a7b22e-1fb9-4dd7-bee4-6e17db00b593/?format=api",
            "launch_library_id": null,
            "slug": "proton-kd-1-venera-13",
            "name": "Proton-K/D-1 | Venera-13",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1981-10-30T06:04:22Z",
            "window_end": "1981-10-30T06:04:22Z",
            "window_start": "1981-10-30T06:04:22Z",
            "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": 5337,
                "configuration": {
                    "id": 347,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/347/?format=api",
                    "name": "Proton-K/D-1",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-K/D-1",
                    "variant": "D-1"
                }
            },
            "mission": {
                "id": 3745,
                "launch_library_id": null,
                "name": "Venera-13",
                "description": "Venus orbiter and lander",
                "launch_designator": null,
                "type": "Robotic Exploration",
                "orbit": {
                    "id": 20,
                    "name": "Venus Orbit",
                    "abbrev": "Venus"
                }
            },
            "pad": {
                "id": 130,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/130/?format=api",
                "agency_id": null,
                "name": "200/40",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_200",
                "map_url": "https://www.google.com/maps?q=46.0336111,63.0266949",
                "latitude": "46.0336111",
                "longitude": "63.0266949",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_130_20200803143249.jpg",
                "total_launch_count": 64
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "e8a3de03-10fe-4232-9107-856faeea0b57",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e8a3de03-10fe-4232-9107-856faeea0b57/?format=api",
            "launch_library_id": 320,
            "slug": "long-march-2d-chuangxin-1-04-lingqiao",
            "name": "Long March 2D | Chuangxin 1-04 & Lingqiao",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2014-09-04T00:15:04Z",
            "window_end": "2014-09-04T00:15:04Z",
            "window_start": "2014-09-04T00:15:04Z",
            "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": 1781,
                "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": null,
            "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": 250,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_22_20200803143437.jpg",
                "total_launch_count": 124
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march25202d_image_20190222031211.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "e89be799-399c-41f9-9c64-9f8e854acf0c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e89be799-399c-41f9-9c64-9f8e854acf0c/?format=api",
            "launch_library_id": null,
            "slug": "titan-iiid-kh-9-17",
            "name": "Titan IIID | KH-9 17",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1982-05-11T18:35:00Z",
            "window_end": "1982-05-11T18:35:00Z",
            "window_start": "1982-05-11T18:35: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": 5395,
                "configuration": {
                    "id": 440,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/440/?format=api",
                    "name": "Titan IIID",
                    "family": "Titan",
                    "full_name": "Titan IIID",
                    "variant": "IIID"
                }
            },
            "mission": {
                "id": 3802,
                "launch_library_id": null,
                "name": "KH-9 17",
                "description": "Large reconnaissance satellite equipped with four return capsules.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "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": 807,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
                "total_launch_count": 193
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "e870fe28-c5d5-4c3d-be4f-aaddd061ea18",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e870fe28-c5d5-4c3d-be4f-aaddd061ea18/?format=api",
            "launch_library_id": null,
            "slug": "electron-rocket-like-a-hurricane-tropics-2",
            "name": "Electron | Rocket Like A Hurricane (TROPICS-2)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2023-05-08T01:00:00Z",
            "window_end": "2023-05-08T03:00:00Z",
            "window_start": "2023-05-08T01: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": 2837,
                "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": 6080,
                "launch_library_id": null,
                "name": "TROPICS-2",
                "description": "Third and fourth operational (TROPICS-04 & TROPICS-05) satellites for NASA's Time-Resolved Observations of Precipitation Structure and Storm Intensity with a Constellation of SmallSats (TROPICS) mission.\r\n\r\nThe CubeSats are designed to provide rapid-refresh microwave measurements that can be used to determine temperature, pressure, and humidity inside hurricanes as they form and evolve.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 185,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/185/?format=api",
                "agency_id": 147,
                "name": "Rocket Lab Launch Complex 1B",
                "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": 58,
                    "total_landing_count": 17
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_185_20200803143540.jpg",
                "total_launch_count": 28
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/electron25202_image_20230824180537.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "e8684f46-d3fe-411e-b03c-173530fe307e",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e8684f46-d3fe-411e-b03c-173530fe307e/?format=api",
            "launch_library_id": null,
            "slug": "safir-omid",
            "name": "Safir | Omid",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "2008-08-16T19:32:00Z",
            "window_end": "2008-08-16T19:32:00Z",
            "window_start": "2008-08-16T19:32:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 34,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/34/?format=api",
                "name": "Iranian Space Agency",
                "type": "Government"
            },
            "rocket": {
                "id": 7361,
                "configuration": {
                    "id": 39,
                    "launch_library_id": 56,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/39/?format=api",
                    "name": "Safir",
                    "family": "Nodong",
                    "full_name": "Safir",
                    "variant": ""
                }
            },
            "mission": {
                "id": 5750,
                "launch_library_id": null,
                "name": "Omid",
                "description": "First Iranian built and launched satellite. Failed to reach orbit due to a launch vehicle second stage malfunction.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 58,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/58/?format=api",
                "agency_id": null,
                "name": "Safir Launch Pad",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Semnan_Space_Center#Circular_launch_platform",
                "map_url": "https://www.google.com/maps?q=35.23462,53.920936",
                "latitude": "35.23462",
                "longitude": "53.920936",
                "location": {
                    "id": 2,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/2/?format=api",
                    "name": "Semnan Space Center, Islamic Republic of Iran",
                    "country_code": "IRN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_2_20200803142458.jpg",
                    "total_launch_count": 15,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_58_20200803143301.jpg",
                "total_launch_count": 8
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "e86758f2-78ea-44ab-928e-88d32629774d",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e86758f2-78ea-44ab-928e-88d32629774d/?format=api",
            "launch_library_id": null,
            "slug": "tsiklon-2-us-p-19",
            "name": "Tsiklon-2 | US-P 19",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1984-08-07T22:50:34Z",
            "window_end": "1984-08-07T22:50:34Z",
            "window_start": "1984-08-07T22:50:34Z",
            "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": 5667,
                "configuration": {
                    "id": 443,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/443/?format=api",
                    "name": "Tsiklon-2",
                    "family": "Tsiklon",
                    "full_name": "Tsiklon-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 4069,
                "launch_library_id": null,
                "name": "US-P 19",
                "description": "Ocean surveillance satellite using passive ELINT devices",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 132,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/132/?format=api",
                "agency_id": null,
                "name": "90",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
                "map_url": "https://www.google.com/maps?q=46.081,62.929806",
                "latitude": "46.081",
                "longitude": "62.929806",
                "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_132_20200803143344.jpg",
                "total_launch_count": 74
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-2_lifto_image_20240411113159.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "e8628145-f9f6-420a-a3a2-36ef7e2dc334",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e8628145-f9f6-420a-a3a2-36ef7e2dc334/?format=api",
            "launch_library_id": null,
            "slug": "delta-3920pam-galaxy-1",
            "name": "Delta 3920/PAM | Galaxy 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1983-06-28T23:08:00Z",
            "window_end": "1983-06-28T23:08:00Z",
            "window_start": "1983-06-28T23:08: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": 5535,
                "configuration": {
                    "id": 294,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/294/?format=api",
                    "name": "Delta 3920/PAM",
                    "family": "Delta",
                    "full_name": "Delta 3920/PAM",
                    "variant": "3920/PAM"
                }
            },
            "mission": {
                "id": 3939,
                "launch_library_id": null,
                "name": "Galaxy 1",
                "description": "Geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 1,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/1/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4458,-80.5657",
                "latitude": "28.4458",
                "longitude": "-80.5657",
                "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": 1023,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
                "total_launch_count": 132
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_3910_image_20231231105538.jpeg",
            "infographic": null,
            "program": []
        }
    ]
}