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=7210&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=7220&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7200&ordering=-id",
    "results": [
        {
            "id": "0a34e038-6ce7-4a39-bc2e-1fe0ed93267a",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0a34e038-6ce7-4a39-bc2e-1fe0ed93267a/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-u-yantar-4k2-20",
            "name": "Soyuz U | Yantar-4K2 20",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1986-01-15T14:20:00Z",
            "window_end": "1986-01-15T14:20:00Z",
            "window_start": "1986-01-15T14:20:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5824,
                "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": 4222,
                "launch_library_id": null,
                "name": "Yantar-4K2 20",
                "description": "Film-return 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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "0a1c807b-a03d-4a5c-b310-e715b790a5f5",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0a1c807b-a03d-4a5c-b310-e715b790a5f5/?format=api",
            "launch_library_id": null,
            "slug": "proton-raduga-25",
            "name": "Proton | Raduga 25",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1990-02-15T07:52:00Z",
            "window_end": "1990-02-15T07:52:00Z",
            "window_start": "1990-02-15T07:52: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": 6245,
                "configuration": {
                    "id": 80,
                    "launch_library_id": 99,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/80/?format=api",
                    "name": "Proton",
                    "family": "Proton / UR-500",
                    "full_name": "Proton K/DM-2",
                    "variant": "K/DM-2"
                }
            },
            "mission": {
                "id": 4635,
                "launch_library_id": null,
                "name": "Raduga 25",
                "description": "Geostationary communications satellite for military and governmental puposes",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 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": "0a0e0efc-e687-4e37-9909-91c9aa4c2e37",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0a0e0efc-e687-4e37-9909-91c9aa4c2e37/?format=api",
            "launch_library_id": null,
            "slug": "tsiklon-3-tselina-d-56",
            "name": "Tsiklon-3 | Tselina-D 56",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1986-06-12T04:43:00Z",
            "window_end": "1986-06-12T04:43:00Z",
            "window_start": "1986-06-12T04:43: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": 5866,
                "configuration": {
                    "id": 445,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/445/?format=api",
                    "name": "Tsiklon-3",
                    "family": "Tsiklon",
                    "full_name": "Tsiklon-3",
                    "variant": "3"
                }
            },
            "mission": {
                "id": 4263,
                "launch_library_id": null,
                "name": "Tselina-D 56",
                "description": "Tselina-D satellites provided detailed observation of radio sources detected by the smaller Tselina-O satellites as part of the Tselina ELINT system.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 126,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/126/?format=api",
                "agency_id": 63,
                "name": "32/1",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
                "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
                "latitude": "62.9063889",
                "longitude": "40.7844727",
                "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_126_20200803143238.jpg",
                "total_launch_count": 57
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "0a0a1326-c772-4027-8dc2-365b716f6691",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0a0a1326-c772-4027-8dc2-365b716f6691/?format=api",
            "launch_library_id": 318,
            "slug": "falcon-heavy-stp-2",
            "name": "Falcon Heavy | STP-2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2019-06-25T06:30:00Z",
            "window_end": "2019-06-25T07:30:00Z",
            "window_start": "2019-06-25T03:30:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 80,
            "holdreason": "",
            "failreason": "",
            "hashtag": "#STP2",
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 88,
                "configuration": {
                    "id": 161,
                    "launch_library_id": 58,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/161/?format=api",
                    "name": "Falcon Heavy",
                    "family": "Falcon",
                    "full_name": "Falcon Heavy",
                    "variant": "Heavy"
                }
            },
            "mission": {
                "id": 738,
                "launch_library_id": 687,
                "name": "STP-2",
                "description": "The STP-2 payload is composed of 25 small spacecraft. Included is COSMIC-2 constellation to provide radio occultation data, along with 8 cubesat nanosatellites. \nOther payloads include LightSail carried by the Prox-1 nanosatellite, Oculus-ASR nanosatellite, GPIM and the Deep Space Atomic Clock.",
                "launch_designator": null,
                "type": "Dedicated Rideshare",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 87,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/87/?format=api",
                "agency_id": 121,
                "name": "Launch Complex 39A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                "latitude": "28.60822681",
                "longitude": "-80.60428186",
                "location": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/27/?format=api",
                    "name": "Kennedy Space Center, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                    "total_launch_count": 264,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
                "total_launch_count": 206
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520heav_image_20230723154357.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "09f956cc-3ec7-40e0-9d6f-e635189e6b82",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/09f956cc-3ec7-40e0-9d6f-e635189e6b82/?format=api",
            "launch_library_id": null,
            "slug": "molniya-8k78m-pvb-molniya-3-50l",
            "name": "Molniya 8K78M-PVB | Molniya-3 50L",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1992-10-14T19:58:00Z",
            "window_end": "1992-10-14T19:58:00Z",
            "window_start": "1992-10-14T19:58:00Z",
            "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": 6472,
                "configuration": {
                    "id": 335,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/335/?format=api",
                    "name": "Molniya 8K78M-PVB",
                    "family": "R-7",
                    "full_name": "Molniya 8K78M-PVB",
                    "variant": "8K78M-PVB"
                }
            },
            "mission": {
                "id": 4862,
                "launch_library_id": null,
                "name": "Molniya-3 50L",
                "description": "Molniya communication satellites operating from a highly elliptical 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": "09f25474-45dc-4001-a227-ec7f4bcb7c41",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/09f25474-45dc-4001-a227-ec7f4bcb7c41/?format=api",
            "launch_library_id": null,
            "slug": "long-march-3a-beidou-daohang-shiyan-wei-4",
            "name": "Long March 3A | Beidou Daohang Shiyan Wei. 4",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2007-02-02T16:28:00Z",
            "window_end": "2007-02-02T16:28:00Z",
            "window_start": "2007-02-02T16:28:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "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": 7305,
                "configuration": {
                    "id": 71,
                    "launch_library_id": 88,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/71/?format=api",
                    "name": "Long March 3A",
                    "family": "Long March",
                    "full_name": "Long March 3A",
                    "variant": ""
                }
            },
            "mission": {
                "id": 5694,
                "launch_library_id": null,
                "name": "Beidou Daohang Shiyan Wei. 4",
                "description": "Last satellite of the 1st phase of the Chinese Beidou navigation system",
                "launch_designator": null,
                "type": "Navigation",
                "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": 225,
                    "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/long2520march25203a_image_20190222031143.png",
            "infographic": null,
            "program": [
                {
                    "id": 35,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/35/?format=api",
                    "name": "BeiDou",
                    "description": "The BeiDou Navigation Satellite System is a satellite-based radio navigation system owned and operated by the China National Space Administration.[4] It is one of the global navigation satellite systems that provide geolocation and time information to a BDS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more BDS satellites.",
                    "agencies": [
                        {
                            "id": 17,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/17/?format=api",
                            "name": "China National Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/beidou_program_20240102170615.png",
                    "start_date": "2000-10-31T00:00:00Z",
                    "end_date": null,
                    "info_url": "http://en.beidou.gov.cn/",
                    "wiki_url": "https://en.wikipedia.org/wiki/BeiDou"
                }
            ]
        },
        {
            "id": "09f1e6f7-0abd-4072-bd72-65f1c14960db",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/09f1e6f7-0abd-4072-bd72-65f1c14960db/?format=api",
            "launch_library_id": null,
            "slug": "kosmos-3m-parus-44",
            "name": "Kosmos-3M | Parus 44",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1984-06-27T04:59:00Z",
            "window_end": "1984-06-27T04:59:00Z",
            "window_start": "1984-06-27T04:59: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": 5652,
                "configuration": {
                    "id": 102,
                    "launch_library_id": 122,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/102/?format=api",
                    "name": "Kosmos-3M",
                    "family": "Kosmos",
                    "full_name": "Kosmos-3M (11K65M)",
                    "variant": "-3M"
                }
            },
            "mission": {
                "id": 4054,
                "launch_library_id": null,
                "name": "Parus 44",
                "description": "Navigation satellite providing location information for the Tsiklon-B navigation system",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 167,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/167/?format=api",
                "agency_id": null,
                "name": "132/2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.883,40.869806",
                "latitude": "62.883",
                "longitude": "40.869806",
                "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_167_20200803143417.jpg",
                "total_launch_count": 172
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "09e45d9e-e140-4831-85a2-acd41b0f9777",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/09e45d9e-e140-4831-85a2-acd41b0f9777/?format=api",
            "launch_library_id": null,
            "slug": "delta-3914-ots-1",
            "name": "Delta 3914 | OTS 1",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1977-09-13T23:31:00Z",
            "window_end": "1977-09-13T23:31:00Z",
            "window_start": "1977-09-13T23:31: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": 4878,
                "configuration": {
                    "id": 291,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/291/?format=api",
                    "name": "Delta 3914",
                    "family": "Delta",
                    "full_name": "Delta 3914",
                    "variant": "3914"
                }
            },
            "mission": {
                "id": 3295,
                "launch_library_id": null,
                "name": "OTS 1",
                "description": "Experimental communications satellite developed by ESRO and operated by ESA",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/14/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
                "latitude": "28.4472",
                "longitude": "-80.565",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1022,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
                "total_launch_count": 145
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_3910_image_20231231105538.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "09d5abb8-ffed-4d0b-91c2-8086592036fc",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/09d5abb8-ffed-4d0b-91c2-8086592036fc/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-11a511l-t2k-2",
            "name": "Soyuz 11A511L | T2K 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1971-02-26T05:06:21Z",
            "window_end": "1971-02-26T05:06:21Z",
            "window_start": "1971-02-26T05:06:21Z",
            "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": 4107,
                "configuration": {
                    "id": 375,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/375/?format=api",
                    "name": "Soyuz 11A511L",
                    "family": "Soyuz",
                    "full_name": "Soyuz 11A511L",
                    "variant": "11A511L"
                }
            },
            "mission": {
                "id": 2525,
                "launch_library_id": null,
                "name": "T2K 2",
                "description": "Uncrewed lunar lander prototype without landing legs.",
                "launch_designator": null,
                "type": "Lunar Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 20,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/20/?format=api",
                "agency_id": null,
                "name": "31/6",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                "latitude": "45.996034",
                "longitude": "63.564003",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
                "total_launch_count": 422
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "09d5a8f8-225b-4b2d-93bb-5203bc47d092",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/09d5a8f8-225b-4b2d-93bb-5203bc47d092/?format=api",
            "launch_library_id": null,
            "slug": "mu-3s-ii-akebono",
            "name": "Mu-3S-II | Akebono",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1989-02-21T23:30:00Z",
            "window_end": "1989-02-21T23:30:00Z",
            "window_start": "1989-02-21T23:30:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 1009,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1009/?format=api",
                "name": "Institute of Space and Astronautical Science",
                "type": "Government"
            },
            "rocket": {
                "id": 6154,
                "configuration": {
                    "id": 339,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/339/?format=api",
                    "name": "Mu-3S-II",
                    "family": "Mu",
                    "full_name": "Mu-3S-II",
                    "variant": "S-II"
                }
            },
            "mission": {
                "id": 4544,
                "launch_library_id": null,
                "name": "Akebono",
                "description": "Japanese upper atmosphere research satellite",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "pad": {
                "id": 47,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/47/?format=api",
                "agency_id": 37,
                "name": "Mu Center",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Uchinoura_Space_Center",
                "map_url": "https://www.google.com/maps?q=31.2509794,131.0821319",
                "latitude": "31.2509794",
                "longitude": "131.0821319",
                "location": {
                    "id": 24,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/24/?format=api",
                    "name": "Uchinoura Space Center, Japan",
                    "country_code": "JPN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_24_20200803142411.jpg",
                    "total_launch_count": 43,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_47_20200803143524.jpg",
                "total_launch_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        }
    ]
}