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

{
    "count": 7486,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=20&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&ordering=id",
    "results": [
        {
            "id": "008e5c41-35c3-42d8-8fac-62787ea0d251",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/008e5c41-35c3-42d8-8fac-62787ea0d251/?format=api",
            "launch_library_id": 600,
            "slug": "safir-navid",
            "name": "Safir | Navid",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2012-02-03T00:04:00Z",
            "window_end": "2012-02-03T00:04:00Z",
            "window_start": "2012-02-03T00:04: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": 1589,
                "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": null,
            "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": "0098c032-73de-4c6f-8d73-5d68b9a12fdf",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0098c032-73de-4c6f-8d73-5d68b9a12fdf/?format=api",
            "launch_library_id": 1585,
            "slug": "falcon-heavy-otv-7-x-37b-ussf-52",
            "name": "Falcon Heavy | OTV-7 (X-37B) (USSF-52)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2023-12-29T01:07:00Z",
            "window_end": "2023-12-29T01:17:00Z",
            "window_start": "2023-12-29T01:07:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 90,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 162,
                "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": 6447,
                "launch_library_id": null,
                "name": "OTV-7 (X-37B) (USSF-52)",
                "description": "It is the seventh flight of the X-37B program. United States Air Force Orbital Test Vehicle is built by Boeing. It's an uncrewed 5000 kg, 8.8 m-long reusable mini-spaceplane capable of autonomous re-entry and landing.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "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_20231229055756.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "009fb2f9-cd35-4790-a98f-c624ea212e95",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/009fb2f9-cd35-4790-a98f-c624ea212e95/?format=api",
            "launch_library_id": 1791,
            "slug": "soyuz-fg-progress-m1-6",
            "name": "Soyuz-FG | Progress M1-6",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2001-05-20T22:32:40Z",
            "window_end": "2001-05-20T22:32:40Z",
            "window_start": "2001-05-20T22:32:40Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 0,
            "holdreason": "",
            "failreason": "",
            "hashtag": "",
            "launch_service_provider": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
            },
            "rocket": {
                "id": 2323,
                "configuration": {
                    "id": 34,
                    "launch_library_id": 36,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/34/?format=api",
                    "name": "Soyuz",
                    "family": "",
                    "full_name": "Soyuz FG",
                    "variant": "FG"
                }
            },
            "mission": null,
            "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/soyuz_image_20190717035537.jpg",
            "infographic": null,
            "program": [
                {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/17/?format=api",
                    "name": "International Space Station",
                    "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                    "agencies": [
                        {
                            "id": 16,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/16/?format=api",
                            "name": "Canadian Space Agency",
                            "type": "Government"
                        },
                        {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 37,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                    "start_date": "1998-11-20T06:40:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme"
                }
            ]
        },
        {
            "id": "00a69380-53ac-49c8-a1dc-63a1d7107ca3",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/00a69380-53ac-49c8-a1dc-63a1d7107ca3/?format=api",
            "launch_library_id": null,
            "slug": "titan-iiic-dsp-9",
            "name": "Titan IIIC | DSP 9",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1981-03-16T19:24:00Z",
            "window_end": "1981-03-16T19:24:00Z",
            "window_start": "1981-03-16T19:24: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": 5258,
                "configuration": {
                    "id": 439,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/439/?format=api",
                    "name": "Titan IIIC",
                    "family": "Titan",
                    "full_name": "Titan IIIC",
                    "variant": "IIIC"
                }
            },
            "mission": {
                "id": 3667,
                "launch_library_id": null,
                "name": "DSP 9",
                "description": "American early warning satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "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": 1020,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
                "total_launch_count": 304
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "00af0700-46de-4438-bbc3-09b6c0721ee9",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/00af0700-46de-4438-bbc3-09b6c0721ee9/?format=api",
            "launch_library_id": null,
            "slug": "h-iia-202-igs-radar-7",
            "name": "H-IIA 202 | IGS Radar 7",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2023-01-26T01:50:21Z",
            "window_end": "2023-01-26T01:50:21Z",
            "window_start": "2023-01-26T01:49:20Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 98,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/98/?format=api",
                "name": "Mitsubishi Heavy Industries",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2539,
                "configuration": {
                    "id": 32,
                    "launch_library_id": 53,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/32/?format=api",
                    "name": "H-IIA",
                    "family": "H-II",
                    "full_name": "H-IIA 202",
                    "variant": "202"
                }
            },
            "mission": {
                "id": 5894,
                "launch_library_id": null,
                "name": "IGS Radar 7",
                "description": "The IGS-Radar 7 is a Japanese radar reconnaissance satellite. The satellite is operated by the Cabinet Satellite Information Center. The satellite serves both Japan's national defense and civil natural disaster monitoring.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/41/?format=api",
                "agency_id": 37,
                "name": "Yoshinobu Launch Complex LP-1",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Yoshinobu_Launch_Complex",
                "map_url": "https://www.google.com/maps?q=30.400813,130.977748",
                "latitude": "30.400813",
                "longitude": "130.977748",
                "location": {
                    "id": 26,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/26/?format=api",
                    "name": "Tanegashima Space Center, Japan",
                    "country_code": "JPN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
                    "total_launch_count": 94,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_41_20200803143551.jpg",
                "total_launch_count": 56
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/h-iia25202022_image_20240101101918.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "00b046e7-c97a-4b6c-acbd-94970619803f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/00b046e7-c97a-4b6c-acbd-94970619803f/?format=api",
            "launch_library_id": null,
            "slug": "thor-slv-2a-agena-d-kh-5-12",
            "name": "Thor SLV-2A Agena D | KH-5 12",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1964-08-21T15:45:00Z",
            "window_end": "1964-08-21T15:45:00Z",
            "window_start": "1964-08-21T15:45: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": 3307,
                "configuration": {
                    "id": 417,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/417/?format=api",
                    "name": "Thor SLV-2A Agena D",
                    "family": "Thor",
                    "full_name": "Thor SLV-2A Agena D",
                    "variant": "SLV-2A Agena D"
                }
            },
            "mission": {
                "id": 1729,
                "launch_library_id": null,
                "name": "KH-5 12",
                "description": "KH-5 (Keyhole 5, codenamed Argon) was the area survey component of the Corona program.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "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": 804,
                    "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": []
        },
        {
            "id": "00b19545-e13c-4863-a6b1-1a414a167c83",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/00b19545-e13c-4863-a6b1-1a414a167c83/?format=api",
            "launch_library_id": null,
            "slug": "long-march-3be-tjsw-14",
            "name": "Long March 3B/E | TJSW-14",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2025-01-23T15:32:00Z",
            "window_end": "2025-01-23T16:17:00Z",
            "window_start": "2025-01-23T15:22:00Z",
            "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": 8468,
                "configuration": {
                    "id": 50,
                    "launch_library_id": 69,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/50/?format=api",
                    "name": "Long March 3",
                    "family": "Long March",
                    "full_name": "Long March 3B/E",
                    "variant": "B/E"
                }
            },
            "mission": {
                "id": 7057,
                "launch_library_id": null,
                "name": "TJSW-14",
                "description": "Chinese classified satellite claimed to be for communication technology test purposes. Actual mission not known.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 45,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/45/?format=api",
                "agency_id": null,
                "name": "Launch Complex 2 (LC-2)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=28.245564,102.026751",
                "latitude": "28.245564",
                "longitude": "102.026751",
                "location": {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/16/?format=api",
                    "name": "Xichang Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
                    "total_launch_count": 224,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_45_20200803143520.jpg",
                "total_launch_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march25203_image_20190222031215.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "00c3f3fe-dee1-42d3-8873-789b34172813",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/00c3f3fe-dee1-42d3-8873-789b34172813/?format=api",
            "launch_library_id": null,
            "slug": "vostok-8a92m-tselina-d-2",
            "name": "Vostok 8A92M | Tselina-D 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1971-04-07T07:10:01Z",
            "window_end": "1971-04-07T07:10:01Z",
            "window_start": "1971-04-07T07:10: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": 4120,
                "configuration": {
                    "id": 452,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/452/?format=api",
                    "name": "Vostok 8A92M",
                    "family": "Vostok",
                    "full_name": "Vostok 8A92M",
                    "variant": "8A92M"
                }
            },
            "mission": {
                "id": 2538,
                "launch_library_id": null,
                "name": "Tselina-D 2",
                "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": 85,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/85/?format=api",
                "agency_id": 163,
                "name": "43/4 (43R)",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=62.92883,40.457098",
                "latitude": "62.92883",
                "longitude": "40.457098",
                "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_85_20200803143554.jpg",
                "total_launch_count": 323
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "00d2e065-5a75-451e-afd5-297d241a2593",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/00d2e065-5a75-451e-afd5-297d241a2593/?format=api",
            "launch_library_id": 1760,
            "slug": "soyuz-u-progress-m-19",
            "name": "Soyuz U | Progress M-19",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1993-08-10T22:23:45Z",
            "window_end": "1993-08-10T22:23:45Z",
            "window_start": "1993-08-10T22:23:45Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 0,
            "holdreason": "",
            "failreason": "",
            "hashtag": "",
            "launch_service_provider": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
            },
            "rocket": {
                "id": 2292,
                "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": null,
            "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/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/16/?format=api",
                    "name": "Mir",
                    "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.",
                    "agencies": [
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_program_20200821092345.jpeg",
                    "start_date": "1986-02-20T21:28:23Z",
                    "end_date": "2001-03-23T05:59:00Z",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Mir"
                }
            ]
        },
        {
            "id": "00dd23d5-e9ca-42ba-a599-0333326e9c35",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/00dd23d5-e9ca-42ba-a599-0333326e9c35/?format=api",
            "launch_library_id": null,
            "slug": "long-march-2d-jilin-1-wideband-01c-high-resolution",
            "name": "Long March 2D | Jilin-1 Wideband-01C & High Resolution 03D-27 to 33",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2022-05-05T02:38:00Z",
            "window_end": "2022-05-05T03:03:00Z",
            "window_start": "2022-05-05T02:30:00Z",
            "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": 7485,
                "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": 6015,
                "launch_library_id": null,
                "name": "Jilin-1 Wideband-01C & High Resolution 03D-27 to 33",
                "description": "Earth observation satellites for the Jilin-1 commercial Earth observation satellites constellation.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 25,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/25/?format=api",
                "agency_id": null,
                "name": "Launch Complex 9",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=38.863128,111.589567",
                "latitude": "38.863128",
                "longitude": "111.589567",
                "location": {
                    "id": 19,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/19/?format=api",
                    "name": "Taiyuan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
                    "total_launch_count": 140,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_25_20200803143501.jpg",
                "total_launch_count": 76
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march25202d_image_20190222031211.jpeg",
            "infographic": null,
            "program": []
        }
    ]
}