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

{
  "count": 7843,
  "next": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=1500&ordering=id",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=1480&ordering=id",
  "results": [
    {
      "id": "31c4ba41-c3a5-4cae-8749-d3afb84abad4",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/31c4ba41-c3a5-4cae-8749-d3afb84abad4/?format=api",
      "launch_library_id": null,
      "slug": "long-march-2c-yaogan-30-09",
      "name": "Long March 2C | Yaogan-30-09",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2021-06-18T06:30:00Z",
      "window_end": "2021-06-18T06:35:00Z",
      "window_start": "2021-06-18T06:20:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 2956,
        "configuration": {
          "id": 61,
          "launch_library_id": 75,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/61/?format=api",
          "name": "Long March 2C",
          "family": "Long March",
          "full_name": "Long March 2C",
          "variant": "C"
        }
      },
      "mission": {
        "id": 1378,
        "launch_library_id": null,
        "name": "Yaogan-30-09",
        "description": "The Yaogan-30 is a series of military remote sensing satellites which are launched in triplets. The satellites are spaced by 120° in their orbit.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/66/?format=api",
        "agency_id": 17,
        "name": "Launch Complex 3 (LC-3/LA-1)",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=28.247059,102.029008",
        "latitude": "28.247059",
        "longitude": "102.029008",
        "location": {
          "id": 16,
          "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
          "total_launch_count": 238,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_66_20200803143611.jpg",
        "total_launch_count": 106
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_2_image_20230803100234.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "31df6182-f50d-401b-9144-86b9d01911df",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/31df6182-f50d-401b-9144-86b9d01911df/?format=api",
      "launch_library_id": null,
      "slug": "falcon-9-block-5-starlink-group-6-20",
      "name": "Falcon 9 Block 5 | Starlink Group 6-20",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2023-08-08T03:57:00Z",
      "window_end": "2023-08-08T07:19:10Z",
      "window_start": "2023-08-08T03:57:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 7874,
        "configuration": {
          "id": 164,
          "launch_library_id": 188,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
          "name": "Falcon 9",
          "family": "Falcon",
          "full_name": "Falcon 9 Block 5",
          "variant": "Block 5"
        }
      },
      "mission": {
        "id": 6382,
        "launch_library_id": null,
        "name": "Starlink Group 6-20",
        "description": "A batch of 15 satellites for the Starlink mega-constellation - SpaceX's project for space-based Internet communication system.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 16,
        "url": "https://lldev.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://lldev.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 875,
          "total_landing_count": 33
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 259
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20221009234147.png",
      "infographic": null,
      "program": [
        {
          "id": 25,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/25/?format=api",
          "name": "Starlink",
          "description": "Starlink is a satellite internet constellation operated by American aerospace company SpaceX",
          "agencies": [
            {
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starlink_program_20231228154508.jpeg",
          "start_date": "2018-02-22T14:17:00Z",
          "end_date": null,
          "info_url": "https://starlink.com",
          "wiki_url": "https://en.wikipedia.org/wiki/Starlink"
        }
      ]
    },
    {
      "id": "31e20b2a-bdc5-421f-8607-81d884d61862",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/31e20b2a-bdc5-421f-8607-81d884d61862/?format=api",
      "launch_library_id": null,
      "slug": "voskhod-zenit-2-53",
      "name": "Voskhod | Zenit-2 53",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1967-09-16T06:06:00Z",
      "window_end": "1967-09-16T06:06:00Z",
      "window_start": "1967-09-16T06:06:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 3704,
        "configuration": {
          "id": 104,
          "launch_library_id": 138,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/104/?format=api",
          "name": "Voskhod",
          "family": "R-7",
          "full_name": "Voskhod",
          "variant": "Voskhod"
        }
      },
      "mission": {
        "id": 2122,
        "launch_library_id": null,
        "name": "Zenit-2 53",
        "description": "Zenit-2 film-return and ELINT reconnaissance satellite.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 32,
        "url": "https://lldev.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://lldev.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1561,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
        "total_launch_count": 487
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/voskhod_during__image_20251102062248.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "31e555a3-b9dc-40e3-8c9a-4d8089ce2c6f",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/31e555a3-b9dc-40e3-8c9a-4d8089ce2c6f/?format=api",
      "launch_library_id": null,
      "slug": "voskhod-zenit-2m-2",
      "name": "Voskhod | Zenit-2M 2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1968-06-21T12:00:03Z",
      "window_end": "1968-06-21T12:00:03Z",
      "window_start": "1968-06-21T12:00:03Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 3797,
        "configuration": {
          "id": 104,
          "launch_library_id": 138,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/104/?format=api",
          "name": "Voskhod",
          "family": "R-7",
          "full_name": "Voskhod",
          "variant": "Voskhod"
        }
      },
      "mission": {
        "id": 2215,
        "launch_library_id": null,
        "name": "Zenit-2M 2",
        "description": "The soviet Zenit-2M (Gektor, 11F690) was an improved version of the Zenit-2 area surveillance reconnaissance satellite. It was part of the Vostok-based Zenit-family.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 32,
        "url": "https://lldev.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://lldev.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1561,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
        "total_launch_count": 487
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/voskhod_during__image_20251102062248.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "31e722e3-77bc-4a2f-bb5c-e6afd6d93302",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/31e722e3-77bc-4a2f-bb5c-e6afd6d93302/?format=api",
      "launch_library_id": 1005,
      "slug": "saturn-ib-apollo-7",
      "name": "Saturn IB | Apollo 7",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1968-10-11T15:02:45Z",
      "window_end": "1968-10-11T15:02:45Z",
      "window_start": "1968-10-11T15:02:45Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 44,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "type": "Government"
      },
      "rocket": {
        "id": 215,
        "configuration": {
          "id": 163,
          "launch_library_id": 135,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/163/?format=api",
          "name": "Saturn IB",
          "family": "Saturn",
          "full_name": "Saturn IB",
          "variant": "IB"
        }
      },
      "mission": {
        "id": 154,
        "launch_library_id": 215,
        "name": "Apollo 7",
        "description": "The Apollo 7 crew was commanded by Walter M. Schirra, with Command Module Pilot Donn F. Eisele, and Lunar Module Pilot R. Walter Cunningham. Their mission was Apollo's 'C' mission, an 11-day Earth-orbital test flight to check out the redesigned Block II Apollo Command/Service Module (CSM) with a crew on board.",
        "launch_designator": null,
        "type": "Human Exploration",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 19,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/19/?format=api",
        "agency_id": null,
        "name": "Launch Complex 34",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_34",
        "map_url": "https://www.google.com/maps?q=28.521811,-80.56113",
        "latitude": "28.521811",
        "longitude": "-80.56113",
        "location": {
          "id": 12,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1101,
          "total_landing_count": 72
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_19_20200803143428.jpg",
        "total_launch_count": 9
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/saturn2520ib_image_20190222030046.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 4,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/4/?format=api",
          "name": "Apollo",
          "description": "The Apollo program was the third United States human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which succeeded in landing the first humans on the Moon from 1969 to 1972.",
          "agencies": [
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/apollo_program_20200820200202.png",
          "start_date": "1966-11-16T00:00:00Z",
          "end_date": "1972-12-19T19:24:59Z",
          "info_url": "https://www.nasa.gov/mission_pages/apollo/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/Apollo_program"
        }
      ]
    },
    {
      "id": "31fc4283-f730-4363-9495-3d4efdb9558b",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/31fc4283-f730-4363-9495-3d4efdb9558b/?format=api",
      "launch_library_id": null,
      "slug": "proton-ekran-m-2",
      "name": "Proton | Ekran-M 2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1988-12-10T11:54:00Z",
      "window_end": "1988-12-10T11:54:00Z",
      "window_start": "1988-12-10T11:54:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 6132,
        "configuration": {
          "id": 80,
          "launch_library_id": 99,
          "url": "https://lldev.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": 4522,
        "launch_library_id": null,
        "name": "Ekran-M 2",
        "description": "Direct broadcasting satellite",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 130,
        "url": "https://lldev.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://lldev.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1561,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_130_20200803143249.jpg",
        "total_launch_count": 64
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "31fc483d-0b01-4f31-8433-0b305a7a5fa8",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/31fc483d-0b01-4f31-8433-0b305a7a5fa8/?format=api",
      "launch_library_id": null,
      "slug": "delta-3913-dynamics-explorer-1-2",
      "name": "Delta 3913 | Dynamics Explorer 1 & 2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1981-08-03T09:56:00Z",
      "window_end": "1981-08-03T09:56:00Z",
      "window_start": "1981-08-03T09:56:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 5301,
        "configuration": {
          "id": 290,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/290/?format=api",
          "name": "Delta 3913",
          "family": "Delta",
          "full_name": "Delta 3913",
          "variant": "3913"
        }
      },
      "mission": {
        "id": 3709,
        "launch_library_id": null,
        "name": "Dynamics Explorer 1 & 2",
        "description": "Magnetospheric research satellites placed in polar coplanar orbits, allowing simultaneous measurements at high and low altitudes",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 13,
          "name": "Polar Orbit",
          "abbrev": "PO"
        }
      },
      "pad": {
        "id": 39,
        "url": "https://lldev.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://lldev.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 875,
          "total_landing_count": 33
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
        "total_launch_count": 99
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/delta_3910_image_20231231105538.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "32039a07-c5c7-44bc-91fe-172ab9fc0448",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/32039a07-c5c7-44bc-91fe-172ab9fc0448/?format=api",
      "launch_library_id": 1747,
      "slug": "soyuz-u2-progress-m-6",
      "name": "Soyuz-U2 | Progress M-6",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1991-01-14T14:50:27Z",
      "window_end": "1991-01-14T14:50:27Z",
      "window_start": "1991-01-14T14:50:27Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 0,
      "holdreason": "",
      "failreason": "",
      "hashtag": "",
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 2279,
        "configuration": {
          "id": 101,
          "launch_library_id": 133,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/101/?format=api",
          "name": "Soyuz-U",
          "family": "",
          "full_name": "Soyuz-U2",
          "variant": "2"
        }
      },
      "mission": null,
      "pad": {
        "id": 32,
        "url": "https://lldev.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://lldev.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1561,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
        "total_launch_count": 487
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz-u_image_20191229074852.jpg",
      "infographic": null,
      "program": [
        {
          "id": 16,
          "url": "https://lldev.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://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            {
              "id": 66,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
              "name": "Soviet Space Program",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.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": "3216f03a-bde4-4d86-afc4-3b2aa5bd6441",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/3216f03a-bde4-4d86-afc4-3b2aa5bd6441/?format=api",
      "launch_library_id": null,
      "slug": "molniya-m-us-k-47",
      "name": "Molniya-M | US-K 47",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1986-07-05T01:16:46Z",
      "window_end": "1986-07-05T01:16:46Z",
      "window_start": "1986-07-05T01:16:46Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 5870,
        "configuration": {
          "id": 106,
          "launch_library_id": 126,
          "url": "https://lldev.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": 4267,
        "launch_library_id": null,
        "name": "US-K 47",
        "description": "Early warning satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        }
      },
      "pad": {
        "id": 85,
        "url": "https://lldev.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://lldev.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1683,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_85_20200803143554.jpg",
        "total_launch_count": 327
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/molniya_m_image_20251102061752.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "3219ff41-e36e-4a6a-b6f8-6b66902dfdac",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/3219ff41-e36e-4a6a-b6f8-6b66902dfdac/?format=api",
      "launch_library_id": null,
      "slug": "thor-dm-21-agena-b-kh-5-5",
      "name": "Thor DM-21 Agena-B | KH-5 5",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1962-05-15T19:36:00Z",
      "window_end": "1962-05-15T19:36:00Z",
      "window_start": "1962-05-15T19:36:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3124,
        "configuration": {
          "id": 186,
          "launch_library_id": 201,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/186/?format=api",
          "name": "Thor DM-21 Agena-B",
          "family": "Thor",
          "full_name": "Thor DM-21 Agena-B",
          "variant": ""
        }
      },
      "mission": {
        "id": 1546,
        "launch_library_id": null,
        "name": "KH-5 5",
        "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": 96,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/96/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 1E",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_1",
        "map_url": "https://www.google.com/maps?q=34.756,-120.6263",
        "latitude": "34.756",
        "longitude": "-120.6263",
        "location": {
          "id": 11,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 875,
          "total_landing_count": 33
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_96_20200803143221.jpg",
        "total_launch_count": 45
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/thor-dm21_agena_image_20251112153059.png",
      "infographic": null,
      "program": []
    }
  ]
}