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

{
  "count": 7862,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=210&ordering=net",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=190&ordering=net",
  "results": [
    {
      "id": "6c62bfdb-9888-4b6d-bcd3-133df11bcdfe",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/6c62bfdb-9888-4b6d-bcd3-133df11bcdfe/?format=api",
      "launch_library_id": null,
      "slug": "thor-dm-21-agena-b-kh-4-6",
      "name": "Thor DM-21 Agena-B | KH-4 6",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1962-06-23T00:30:47Z",
      "window_end": "1962-06-23T00:30:47Z",
      "window_start": "1962-06-23T00:30:47Z",
      "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": 3133,
        "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": 1555,
        "launch_library_id": null,
        "name": "KH-4 6",
        "description": "The KH-4 (Keyhole-4) was fourth version in the Corona-program to build an optical reconnaissance satellite.",
        "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": 883,
          "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": []
    },
    {
      "id": "19dcb1d1-031b-4b5b-91b0-f9184566da8c",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/19dcb1d1-031b-4b5b-91b0-f9184566da8c/?format=api",
      "launch_library_id": null,
      "slug": "thor-agena-d-kh-4-7",
      "name": "Thor Agena D | KH-4 7",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1962-06-28T01:09:00Z",
      "window_end": "1962-06-28T01:09:00Z",
      "window_start": "1962-06-28T01:09: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": 3134,
        "configuration": {
          "id": 393,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/393/?format=api",
          "name": "Thor Agena D",
          "family": "Thor",
          "full_name": "Thor Agena D",
          "variant": "Agena D"
        }
      },
      "mission": {
        "id": 1556,
        "launch_library_id": null,
        "name": "KH-4 7",
        "description": "The KH-4 (Keyhole-4) was fourth version in the Corona-program to build an optical reconnaissance satellite.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 98,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/98/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 2E",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7516,-120.6192",
        "latitude": "34.7516",
        "longitude": "-120.6192",
        "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": 883,
          "total_landing_count": 34
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_98_20200803143228.jpg",
        "total_launch_count": 47
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor-agena_d_2_image_20251204204127.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "7d19d773-07a4-4f08-a8ac-da471a63e2af",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/7d19d773-07a4-4f08-a8ac-da471a63e2af/?format=api",
      "launch_library_id": null,
      "slug": "kosmos-2i-63s1-ds-p1-1",
      "name": "Kosmos-2I 63S1 | DS-P1 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1962-06-30T16:00:00Z",
      "window_end": "1962-06-30T16:00:00Z",
      "window_start": "1962-06-30T16:00:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 3135,
        "configuration": {
          "id": 190,
          "launch_library_id": 211,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/190/?format=api",
          "name": "Kosmos-2I 63S1",
          "family": "Kosmos",
          "full_name": "Kosmos-2I",
          "variant": ""
        }
      },
      "mission": {
        "id": 1557,
        "launch_library_id": null,
        "name": "DS-P1 1",
        "description": "The DS-P1 series of satellites was used to calibrate space surveillance and early warning radars.",
        "launch_designator": null,
        "type": "Test Target",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 100,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/100/?format=api",
        "agency_id": null,
        "name": "Mayak-2",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=48.569551,46.295814",
        "latitude": "48.569551",
        "longitude": "46.295814",
        "location": {
          "id": 30,
          "url": "https://ll.thespacedevs.com/2.0.0/location/30/?format=api",
          "name": "Kapustin Yar, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_30_20200803142515.jpg",
          "total_launch_count": 101,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_100_20200803143212.jpg",
        "total_launch_count": 24
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos-2i252063s1_image_20191201205435.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "03f31be8-7d86-45a5-ba5b-bdeef2dac608",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/03f31be8-7d86-45a5-ba5b-bdeef2dac608/?format=api",
      "launch_library_id": null,
      "slug": "thor-delta-telstar-1",
      "name": "Thor Delta | Telstar 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1962-07-10T08:35:05Z",
      "window_end": "1962-07-10T08:35:05Z",
      "window_start": "1962-07-10T08:35:05Z",
      "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": 3136,
        "configuration": {
          "id": 398,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/398/?format=api",
          "name": "Thor Delta",
          "family": "Thor",
          "full_name": "Thor Delta",
          "variant": "Delta"
        }
      },
      "mission": {
        "id": 1558,
        "launch_library_id": null,
        "name": "Telstar 1",
        "description": "Communications satellite",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 12,
          "name": "Medium Earth Orbit",
          "abbrev": "MEO"
        }
      },
      "pad": {
        "id": 1,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/1/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4458,-80.5657",
        "latitude": "28.4458",
        "longitude": "-80.5657",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1107,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
        "total_launch_count": 132
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor-delta_laun_image_20251123094044.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "b4132996-96ef-44ea-ad7c-166e8207ce1f",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/b4132996-96ef-44ea-ad7c-166e8207ce1f/?format=api",
      "launch_library_id": null,
      "slug": "x-15-flight-62",
      "name": "X-15 | Flight 62",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1962-07-17T17:30:00Z",
      "window_end": "1962-07-17T17:41:00Z",
      "window_start": "1962-07-17T17:30:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "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": 2982,
        "configuration": {
          "id": 209,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/209/?format=api",
          "name": "North American X-15",
          "family": "",
          "full_name": "North American X-15",
          "variant": ""
        }
      },
      "mission": {
        "id": 1407,
        "launch_library_id": null,
        "name": "Flight 62",
        "description": "Flight 62 of the North American X-15 was a test flight conducted by NASA and the US Air Force in 1962. Piloted by Robert M. White it reached an altitude of 95.9 km.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 112,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/112/?format=api",
        "agency_id": null,
        "name": "Edwards Air Force Base",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Edwards_Air_Force_Base",
        "map_url": "https://www.google.com/maps?q=34.905556,-117.883611",
        "latitude": "34.905556",
        "longitude": "-117.883611",
        "location": {
          "id": 144,
          "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_112_20200803143214.jpg",
        "total_launch_count": 13
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/north_american__image_20210813101104.png",
      "infographic": null,
      "program": [
        {
          "id": 20,
          "url": "https://ll.thespacedevs.com/2.0.0/program/20/?format=api",
          "name": "X-15",
          "description": "Experimental hypersonic rocket-powered aircraft.",
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 161,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
              "name": "United States Air Force",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x-15_program_20210809102752.jpeg",
          "start_date": "1959-03-10T00:00:00Z",
          "end_date": "1968-12-12T00:00:00Z",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/North_American_X-15"
        }
      ]
    },
    {
      "id": "ce1d59f9-cdb0-4613-901e-5bffd5edf2aa",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/ce1d59f9-cdb0-4613-901e-5bffd5edf2aa/?format=api",
      "launch_library_id": null,
      "slug": "atlas-agena-b-samos-e6-3",
      "name": "Atlas Agena B | Samos-E6 3",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1962-07-18T20:51:20Z",
      "window_end": "1962-07-18T20:51:20Z",
      "window_start": "1962-07-18T20:51:20Z",
      "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": 3137,
        "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": {
        "id": 1559,
        "launch_library_id": null,
        "name": "Samos-E6 3",
        "description": "Samos E-6 (Satellite and Missile Observation System) was an attempt to create an medium-resolution reconnaissance satellite with film return via reentry capsule.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 13,
          "name": "Polar Orbit",
          "abbrev": "PO"
        }
      },
      "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": 883,
          "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": "03e9b7b4-b5a9-420f-b72d-0197adf45f9f",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/03e9b7b4-b5a9-420f-b72d-0197adf45f9f/?format=api",
      "launch_library_id": null,
      "slug": "thor-dm-21-agena-b-kh-4-8",
      "name": "Thor DM-21 Agena-B | KH-4 8",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1962-07-21T00:56:40Z",
      "window_end": "1962-07-21T00:56:40Z",
      "window_start": "1962-07-21T00:56:40Z",
      "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": 3138,
        "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": 1560,
        "launch_library_id": null,
        "name": "KH-4 8",
        "description": "The KH-4 (Keyhole-4) was fourth version in the Corona-program to build an optical reconnaissance satellite.",
        "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": 883,
          "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": "abf6d6dc-b949-4f28-a44c-51214895e368",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/abf6d6dc-b949-4f28-a44c-51214895e368/?format=api",
      "launch_library_id": null,
      "slug": "atlas-agena-b-mariner-1",
      "name": "Atlas Agena B | Mariner 1",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1962-07-22T09:21:23Z",
      "window_end": "1962-07-22T09:21:23Z",
      "window_start": "1962-07-22T09:21:23Z",
      "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": 3139,
        "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": {
        "id": 1561,
        "launch_library_id": null,
        "name": "Mariner 1",
        "description": "Spacecraft designed to flyby Venus. It was lost during launch.",
        "launch_designator": null,
        "type": "Robotic Exploration",
        "orbit": {
          "id": 22,
          "name": "Venus flyby",
          "abbrev": "Venus flyby"
        }
      },
      "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": 1107,
          "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-lv3_agena_image_20251111092848.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "ed0d5ab7-a55e-42dc-8424-d4e94418b1e5",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/ed0d5ab7-a55e-42dc-8424-d4e94418b1e5/?format=api",
      "launch_library_id": null,
      "slug": "thor-dm-21-agena-b-kh-4-9",
      "name": "Thor DM-21 Agena-B | KH-4 9",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1962-07-28T00:30:09Z",
      "window_end": "1962-07-28T00:30:09Z",
      "window_start": "1962-07-28T00:30:09Z",
      "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": 3140,
        "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": 1562,
        "launch_library_id": null,
        "name": "KH-4 9",
        "description": "The KH-4 (Keyhole-4) was fourth version in the Corona-program to build an optical reconnaissance satellite.",
        "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": 883,
          "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": []
    },
    {
      "id": "42cd0632-1bbb-4e2f-88b2-47802d64e2b2",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/42cd0632-1bbb-4e2f-88b2-47802d64e2b2/?format=api",
      "launch_library_id": null,
      "slug": "vostok-8a92-zenit-2-4",
      "name": "Vostok 8A92 | Zenit-2 4",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1962-07-28T09:18:31Z",
      "window_end": "1962-07-28T09:18:31Z",
      "window_start": "1962-07-28T09:18:31Z",
      "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": 3141,
        "configuration": {
          "id": 451,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/451/?format=api",
          "name": "Vostok 8A92",
          "family": "Vostok",
          "full_name": "Vostok 8A92",
          "variant": "8A92"
        }
      },
      "mission": {
        "id": 1563,
        "launch_library_id": null,
        "name": "Zenit-2 4",
        "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://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_launch_v_image_20251119053730.jpg",
      "infographic": null,
      "program": []
    }
  ]
}