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

{
  "count": 7900,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=110&ordering=net",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=90&ordering=net",
  "results": [
    {
      "id": "583b7dc8-2b7d-494a-a19a-4629c45f0b7d",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/583b7dc8-2b7d-494a-a19a-4629c45f0b7d/?format=api",
      "launch_library_id": null,
      "slug": "atlas-able-p-31",
      "name": "Atlas-Able | P-31",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1960-12-15T09:10:00Z",
      "window_end": "1960-12-15T09:10:00Z",
      "window_start": "1960-12-15T09:10: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": 3094,
        "configuration": {
          "id": 230,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/230/?format=api",
          "name": "Atlas-Able",
          "family": "Atlas",
          "full_name": "Atlas-Able",
          "variant": ""
        }
      },
      "mission": {
        "id": 1516,
        "launch_library_id": null,
        "name": "P-31",
        "description": "An intended lunar orbiter the vehicle was destroyed when the launch vehicle exploded due to a malfunction in the first stage.",
        "launch_designator": null,
        "type": "Planetary Science",
        "orbit": {
          "id": 11,
          "name": "Lunar Orbit",
          "abbrev": "LO"
        }
      },
      "pad": {
        "id": 99,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/99/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 12",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_12",
        "map_url": "https://www.google.com/maps?q=28.480607,-80.541938",
        "latitude": "28.480607",
        "longitude": "-80.541938",
        "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": 1114,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_99_20200803143435.jpg",
        "total_launch_count": 23
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-d_able_on_image_20240411161010.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "8089e392-6d8e-415f-9492-e80432276d49",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/8089e392-6d8e-415f-9492-e80432276d49/?format=api",
      "launch_library_id": null,
      "slug": "redstone-mrlv-mercury-redstone-1a",
      "name": "Redstone MRLV | Mercury-Redstone 1A",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1960-12-19T16:15:00Z",
      "window_end": "1960-12-19T16:15:00Z",
      "window_start": "1960-12-19T16:15:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "type": "Government"
      },
      "rocket": {
        "id": 7437,
        "configuration": {
          "id": 107,
          "launch_library_id": 141,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/107/?format=api",
          "name": "Redstone",
          "family": "Redstone",
          "full_name": "Redstone MRLV",
          "variant": "MRLV"
        }
      },
      "mission": {
        "id": 5826,
        "launch_library_id": null,
        "name": "Mercury-Redstone 1A",
        "description": "Mercury-Redstone 1A (MR-1A) was launched on December 19, 1960 from LC-5 at Cape Canaveral, Florida. The mission objectives of this uncrewed suborbital flight were to qualify the spacecraft for space flight and qualify the system for an upcoming primate suborbital flight.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 123,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/123/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 5",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_5",
        "map_url": "https://www.google.com/maps?q=28.43942,-80.573301",
        "latitude": "28.43942",
        "longitude": "-80.573301",
        "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": 1114,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_123_20200803143235.jpg",
        "total_launch_count": 13
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/redstone_image_20190207032627.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 2,
          "url": "https://ll.thespacedevs.com/2.0.0/program/2/?format=api",
          "name": "Mercury",
          "description": "Project Mercury was the first human spaceflight program of the United States, running from 1958 through 1963.",
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/project2520mer_program_20200820194755.png",
          "start_date": "1958-10-07T00:00:00Z",
          "end_date": "1963-05-16T23:24:02Z",
          "info_url": "https://www.nasa.gov/mission_pages/mercury/missions/program-toc.html",
          "wiki_url": "https://en.wikipedia.org/wiki/Project_Mercury"
        }
      ]
    },
    {
      "id": "5930bee2-7e3b-4792-a04b-4b3da52821c1",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/5930bee2-7e3b-4792-a04b-4b3da52821c1/?format=api",
      "launch_library_id": null,
      "slug": "thor-dm-21-agena-b-discoverer-19",
      "name": "Thor DM-21 Agena-B | Discoverer 19",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1960-12-20T20:32:00Z",
      "window_end": "1960-12-20T20:32:00Z",
      "window_start": "1960-12-20T20:32: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": 3095,
        "configuration": {
          "id": 186,
          "launch_library_id": 201,
          "url": "https://ll.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": 1517,
        "launch_library_id": null,
        "name": "Discoverer 19",
        "description": "Discoverer 19 was an American optical reconnaissance satellite. It was part of the Missile Defence Alarm System.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 96,
        "url": "https://ll.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://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": 889,
          "total_landing_count": 34
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_96_20200803143221.jpg",
        "total_launch_count": 45
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor-dm21_agena_image_20251112153059.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "8050ce4c-2d75-4c11-92e3-132f1db585c6",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/8050ce4c-2d75-4c11-92e3-132f1db585c6/?format=api",
      "launch_library_id": null,
      "slug": "vostok-korabl-sputnik-4",
      "name": "Vostok | Korabl-Sputnik (4)",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1960-12-22T07:45:19Z",
      "window_end": "1960-12-22T07:45:19Z",
      "window_start": "1960-12-22T07:45:19Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "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": 3096,
        "configuration": {
          "id": 103,
          "launch_library_id": 139,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/103/?format=api",
          "name": "Vostok",
          "family": "R-7",
          "full_name": "Vostok-K",
          "variant": "K"
        }
      },
      "mission": {
        "id": 1518,
        "launch_library_id": null,
        "name": "Korabl-Sputnik (4)",
        "description": "Maiden flight of Vostok-K, second stage engine failure, spacecraft separated and recovered. Two dogs aboard, both survived.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "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": 1563,
          "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/vostok_image_20191104130128.jpg",
      "infographic": null,
      "program": [
        {
          "id": 9,
          "url": "https://ll.thespacedevs.com/2.0.0/program/9/?format=api",
          "name": "Vostok",
          "description": "The Vostok programme was a Soviet human spaceflight project to put the first Soviet citizens into low Earth orbit and return them safely. Competing with the United States Project Mercury, it succeeded in placing the first human into space, Yuri Gagarin, in a single orbit in Vostok 1 on April 12, 1961.",
          "agencies": [
            {
              "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/vostok_program_20210417063956.png",
          "start_date": "1961-04-12T06:07:00Z",
          "end_date": "1963-06-19T08:20:00Z",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Vostok_programme"
        }
      ]
    },
    {
      "id": "41223f5d-22f2-4800-9fb8-3be646dc374c",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/41223f5d-22f2-4800-9fb8-3be646dc374c/?format=api",
      "launch_library_id": null,
      "slug": "redstone-mrlv-mercury-redstone-2",
      "name": "Redstone MRLV | Mercury-Redstone 2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1961-01-31T16:55:00Z",
      "window_end": "1961-01-31T16:55:00Z",
      "window_start": "1961-01-31T16:55:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "type": "Government"
      },
      "rocket": {
        "id": 7438,
        "configuration": {
          "id": 107,
          "launch_library_id": 141,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/107/?format=api",
          "name": "Redstone",
          "family": "Redstone",
          "full_name": "Redstone MRLV",
          "variant": "MRLV"
        }
      },
      "mission": {
        "id": 5827,
        "launch_library_id": null,
        "name": "Mercury-Redstone 2",
        "description": "Mercury-Redstone 2 (MR-2) was the test flight of the Mercury-Redstone Launch Vehicle just prior to the first crewed American space mission in Project Mercury. Carrying a chimpanzee named Ham on a suborbital flight, Mercury spacecraft Number 5 was launched at 16:55 UTC on January 31, 1961 from LC-5 at Cape Canaveral, Florida. The capsule and Ham landed safely in the Atlantic Ocean 16 minutes and 39 seconds after launch.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 123,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/123/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 5",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_5",
        "map_url": "https://www.google.com/maps?q=28.43942,-80.573301",
        "latitude": "28.43942",
        "longitude": "-80.573301",
        "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": 1114,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_123_20200803143235.jpg",
        "total_launch_count": 13
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/redstone_image_20190207032627.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 2,
          "url": "https://ll.thespacedevs.com/2.0.0/program/2/?format=api",
          "name": "Mercury",
          "description": "Project Mercury was the first human spaceflight program of the United States, running from 1958 through 1963.",
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/project2520mer_program_20200820194755.png",
          "start_date": "1958-10-07T00:00:00Z",
          "end_date": "1963-05-16T23:24:02Z",
          "info_url": "https://www.nasa.gov/mission_pages/mercury/missions/program-toc.html",
          "wiki_url": "https://en.wikipedia.org/wiki/Project_Mercury"
        }
      ]
    },
    {
      "id": "9279744e-46b2-4eca-adea-f1379672ec81",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/9279744e-46b2-4eca-adea-f1379672ec81/?format=api",
      "launch_library_id": 1829,
      "slug": "atlas-lv-3a-samos-2",
      "name": "Atlas LV-3A | Samos 2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1961-01-31T20:21:19Z",
      "window_end": "1961-01-31T20:21:19Z",
      "window_start": "1961-01-31T20:21:19Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 0,
      "holdreason": "",
      "failreason": "",
      "hashtag": "",
      "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": 2362,
        "configuration": {
          "id": 183,
          "launch_library_id": 193,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/183/?format=api",
          "name": "Atlas Agena B",
          "family": "Atlas",
          "full_name": "Atlas LV-3 Agena B",
          "variant": "LV-3 Agena B"
        }
      },
      "mission": null,
      "pad": {
        "id": 93,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/93/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 3W",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3W",
        "map_url": "https://www.google.com/maps?q=34.644,-120.593",
        "latitude": "34.644",
        "longitude": "-120.593",
        "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": 889,
          "total_landing_count": 34
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_93_20200803143225.jpg",
        "total_launch_count": 81
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-lv3_agena_image_20251111092848.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "c167fb61-648b-4755-9e79-0f049fee985a",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/c167fb61-648b-4755-9e79-0f049fee985a/?format=api",
      "launch_library_id": 1830,
      "slug": "molniya-8k78-venera-1va-1",
      "name": "Molniya 8K78 | Venera-1VA 1",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1961-02-04T01:18:03Z",
      "window_end": "1961-02-04T01:18:03Z",
      "window_start": "1961-02-04T01:18:03Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 0,
      "holdreason": "",
      "failreason": "Upper stage failed.",
      "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": 2363,
        "configuration": {
          "id": 184,
          "launch_library_id": 207,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/184/?format=api",
          "name": "Molniya 8K78",
          "family": "R-7",
          "full_name": "Molniya 8K78",
          "variant": "8K78"
        }
      },
      "mission": 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": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
        "total_launch_count": 487
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/molniya25208k78_image_20191201210000.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "81b1848c-f813-4d2a-b318-38b94ac481a0",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/81b1848c-f813-4d2a-b318-38b94ac481a0/?format=api",
      "launch_library_id": 1831,
      "slug": "molniya-8k78-venera-1va-2",
      "name": "Molniya 8K78 | Venera-1VA 2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1961-02-12T00:34:36Z",
      "window_end": "1961-02-12T00:34:36Z",
      "window_start": "1961-02-12T00:34:36Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "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": 2364,
        "configuration": {
          "id": 184,
          "launch_library_id": 207,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/184/?format=api",
          "name": "Molniya 8K78",
          "family": "R-7",
          "full_name": "Molniya 8K78",
          "variant": "8K78"
        }
      },
      "mission": 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": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
        "total_launch_count": 487
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/molniya25208k78_image_20191201210000.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "fbecd232-0ae0-48ab-91ba-7048317ddd1d",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/fbecd232-0ae0-48ab-91ba-7048317ddd1d/?format=api",
      "launch_library_id": 1832,
      "slug": "scout-x-1-explorer-9",
      "name": "Scout X-1 | Explorer 9",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1961-02-16T13:05:00Z",
      "window_end": "1961-02-16T13:05:00Z",
      "window_start": "1961-02-16T13:05:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 0,
      "holdreason": "",
      "failreason": "",
      "hashtag": "",
      "launch_service_provider": {
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "type": "Government"
      },
      "rocket": {
        "id": 2365,
        "configuration": {
          "id": 185,
          "launch_library_id": 208,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/185/?format=api",
          "name": "Scout X-1",
          "family": "Scout",
          "full_name": "Scout X-1",
          "variant": "X-1"
        }
      },
      "mission": null,
      "pad": {
        "id": 94,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/94/?format=api",
        "agency_id": 44,
        "name": "Launch Area 3",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=37.8495,-75.4725",
        "latitude": "37.8495",
        "longitude": "-75.4725",
        "location": {
          "id": 21,
          "url": "https://ll.thespacedevs.com/2.0.0/location/21/?format=api",
          "name": "Wallops Flight Facility, Virginia, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
          "total_launch_count": 87,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_94_20200803143206.jpg",
        "total_launch_count": 13
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/scout2520x-1_image_20190324192636.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "a5cfc4dc-c31a-4676-8614-e8eb8b84010a",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/a5cfc4dc-c31a-4676-8614-e8eb8b84010a/?format=api",
      "launch_library_id": 1833,
      "slug": "thor-dm-21-agena-b-kh-5-1",
      "name": "Thor DM-21 Agena-B | KH-5 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1961-02-17T20:25:02Z",
      "window_end": "1961-02-17T20:25:02Z",
      "window_start": "1961-02-17T20:25:02Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 0,
      "holdreason": "",
      "failreason": "",
      "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": 2366,
        "configuration": {
          "id": 186,
          "launch_library_id": 201,
          "url": "https://ll.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": 1391,
        "launch_library_id": null,
        "name": "KH-5 1",
        "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": 95,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/95/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 1W",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_1",
        "map_url": "https://www.google.com/maps?q=34.7572,-120.6303",
        "latitude": "34.7572",
        "longitude": "-120.6303",
        "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": 889,
          "total_landing_count": 34
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_95_20200803143209.jpg",
        "total_launch_count": 56
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor-dm21_agena_image_20251112153059.png",
      "infographic": null,
      "program": []
    }
  ]
}