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

{
  "count": 7916,
  "next": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=200&ordering=net",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=180&ordering=net",
  "results": [
    {
      "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": 894,
          "total_landing_count": 35
        },
        "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": []
    },
    {
      "id": "c1037c28-c986-4049-81a5-d182b66f0e72",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/c1037c28-c986-4049-81a5-d182b66f0e72/?format=api",
      "launch_library_id": null,
      "slug": "scout-x-2m-dsap-1-f1",
      "name": "Scout X-2M | DSAP-1 F1",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1962-05-24T00:00:00Z",
      "window_end": "1962-05-24T00:00:00Z",
      "window_start": "1962-05-24T00:00: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": 3125,
        "configuration": {
          "id": 366,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/366/?format=api",
          "name": "Scout X-2M",
          "family": "Scout",
          "full_name": "Scout X-2M",
          "variant": "X-2M"
        }
      },
      "mission": {
        "id": 1547,
        "launch_library_id": null,
        "name": "DSAP-1 F1",
        "description": "The DSAP-1 (Defense Satellite Application Program Block 1) satellites series, also known as P-35, was the first series of military meteorologal satellites of the USA.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 154,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/154/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 5",
        "info_url": "https://www.astronautix.com/v/vandenbergslc5.html",
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_5",
        "map_url": "https://www.google.com/maps?q=34.6080,-120.6247",
        "latitude": "34.608",
        "longitude": "-120.6247",
        "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": 894,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_154_20200803143408.jpg",
        "total_launch_count": 69
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "bb844564-1ae0-4af2-b2a1-f3a28195ea0f",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/bb844564-1ae0-4af2-b2a1-f3a28195ea0f/?format=api",
      "launch_library_id": 1025,
      "slug": "atlas-lv-3b-mercury-atlas-7",
      "name": "Atlas LV-3B | Mercury-Atlas 7",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1962-05-24T12:45:16Z",
      "window_end": "1962-05-24T12:45:16Z",
      "window_start": "1962-05-24T12:45:16Z",
      "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": 192,
        "configuration": {
          "id": 162,
          "launch_library_id": 140,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/162/?format=api",
          "name": "Atlas LV-3B",
          "family": "Atlas",
          "full_name": "Atlas LV-3B",
          "variant": "LV-3B"
        }
      },
      "mission": {
        "id": 170,
        "launch_library_id": 239,
        "name": "Mercury-Atlas 7",
        "description": "Mercury-Atlas 7 was the fourth crewed spaceflight for the United States. The spacecraft, named Aurora 7, carried the astronaut Scott Carpenter to orbit where it completed three orbits before returning to Earth. The mission lasted for 4 hours, 56 minutes & 5 seconds. Due to a targeting error during reentry the spacecraft splashed about 400 km off-course delaying the recovery efforts.",
        "launch_designator": null,
        "type": "Human Exploration",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 17,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/17/?format=api",
        "agency_id": 1048,
        "name": "Space Launch Complex 14",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_14",
        "map_url": "https://www.google.com/maps?q=28.49103,-80.54687",
        "latitude": "28.49103",
        "longitude": "-80.54687",
        "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": 1116,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_17_20200803143405.jpg",
        "total_launch_count": 20
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/atlas_image_20190222030015.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 2,
          "url": "https://lldev.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://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/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": "6e56add2-2ca3-48f8-ae68-5066c937ab7f",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/6e56add2-2ca3-48f8-ae68-5066c937ab7f/?format=api",
      "launch_library_id": null,
      "slug": "kosmos-2i-63s1-sputnik-15",
      "name": "Kosmos-2I 63S1 | Sputnik 15",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1962-05-28T03:00:00Z",
      "window_end": "1962-05-28T03:00:00Z",
      "window_start": "1962-05-28T03:00: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": 3126,
        "configuration": {
          "id": 190,
          "launch_library_id": 211,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/190/?format=api",
          "name": "Kosmos-2I 63S1",
          "family": "Kosmos",
          "full_name": "Kosmos-2I",
          "variant": ""
        }
      },
      "mission": {
        "id": 1548,
        "launch_library_id": null,
        "name": "Sputnik 15",
        "description": "This was the second 2MS satellite. It re-entered the atmosphere on May 2, 1963.",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        }
      },
      "pad": {
        "id": 100,
        "url": "https://lldev.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://lldev.thespacedevs.com/2.0.0/location/30/?format=api",
          "name": "Kapustin Yar, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_30_20200803142515.jpg",
          "total_launch_count": 101,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_100_20200803143212.jpg",
        "total_launch_count": 24
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kosmos-2i252063s1_image_20191201205435.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "4c897fd4-8338-4c24-ae82-7beba52a185f",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/4c897fd4-8338-4c24-ae82-7beba52a185f/?format=api",
      "launch_library_id": null,
      "slug": "thor-dm-21-agena-b-kh-4-4",
      "name": "Thor DM-21 Agena-B | KH-4 4",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1962-05-30T01:00:04Z",
      "window_end": "1962-05-30T01:00:04Z",
      "window_start": "1962-05-30T01:00:04Z",
      "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": 3127,
        "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": 1549,
        "launch_library_id": null,
        "name": "KH-4 4",
        "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://lldev.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://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": 894,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_98_20200803143228.jpg",
        "total_launch_count": 47
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/thor-dm21_agena_image_20251112153059.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "d1542267-4c09-45d9-a829-685b9d019058",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/d1542267-4c09-45d9-a829-685b9d019058/?format=api",
      "launch_library_id": null,
      "slug": "vostok-8a92-zenit-2-3",
      "name": "Vostok 8A92 | Zenit-2 3",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1962-06-01T09:38:00Z",
      "window_end": "1962-06-01T09:38:00Z",
      "window_start": "1962-06-01T09:38: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": 3128,
        "configuration": {
          "id": 451,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/451/?format=api",
          "name": "Vostok 8A92",
          "family": "Vostok",
          "full_name": "Vostok 8A92",
          "variant": "8A92"
        }
      },
      "mission": {
        "id": 1550,
        "launch_library_id": null,
        "name": "Zenit-2 3",
        "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": 1563,
          "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/vostok_launch_v_image_20251119053730.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "e7afcf1a-40bc-4711-b476-f487d360cb36",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/e7afcf1a-40bc-4711-b476-f487d360cb36/?format=api",
      "launch_library_id": null,
      "slug": "thor-dm-21-agena-b-kh-4-5",
      "name": "Thor DM-21 Agena-B | KH-4 5",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1962-06-02T00:31:28Z",
      "window_end": "1962-06-02T00:31:28Z",
      "window_start": "1962-06-02T00:31:28Z",
      "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": 3129,
        "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": 1551,
        "launch_library_id": null,
        "name": "KH-4 5",
        "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://lldev.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://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": 894,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_95_20200803143209.jpg",
        "total_launch_count": 56
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/thor-dm21_agena_image_20251112153059.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "4c9ce3d9-3b36-4052-ae81-be24e44fa115",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/4c9ce3d9-3b36-4052-ae81-be24e44fa115/?format=api",
      "launch_library_id": null,
      "slug": "atlas-agena-b-samos-e6-2",
      "name": "Atlas Agena B | Samos-E6 2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1962-06-17T18:14:18Z",
      "window_end": "1962-06-17T18:14:18Z",
      "window_start": "1962-06-17T18:14:18Z",
      "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": 3130,
        "configuration": {
          "id": 183,
          "launch_library_id": 193,
          "url": "https://lldev.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": 1552,
        "launch_library_id": null,
        "name": "Samos-E6 2",
        "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://lldev.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://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": 894,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_93_20200803143225.jpg",
        "total_launch_count": 81
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/atlas-lv3_agena_image_20251111092848.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "fdd3f4c1-4332-4ed8-9198-d2b4819cb778",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/fdd3f4c1-4332-4ed8-9198-d2b4819cb778/?format=api",
      "launch_library_id": null,
      "slug": "thor-dm-21-agena-b-p-102-group-2-d-1",
      "name": "Thor DM-21 Agena-B | P-102 Group 2-D 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1962-06-18T20:20:00Z",
      "window_end": "1962-06-18T20:20:00Z",
      "window_start": "1962-06-18T20:20: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": 3131,
        "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": 1553,
        "launch_library_id": null,
        "name": "P-102 Group 2-D 1",
        "description": "ELINT/SIGINT satellite using a tube-type F1 receiver with S-band horn antennas.",
        "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": 894,
          "total_landing_count": 35
        },
        "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": []
    },
    {
      "id": "04604499-6230-4cb1-99a0-3e68c0f5edef",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/04604499-6230-4cb1-99a0-3e68c0f5edef/?format=api",
      "launch_library_id": null,
      "slug": "thor-delta-tiros-5",
      "name": "Thor Delta | Tiros 5",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1962-06-19T12:19:01Z",
      "window_end": "1962-06-19T12:19:01Z",
      "window_start": "1962-06-19T12:19:01Z",
      "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": 3132,
        "configuration": {
          "id": 398,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/398/?format=api",
          "name": "Thor Delta",
          "family": "Thor",
          "full_name": "Thor Delta",
          "variant": "Delta"
        }
      },
      "mission": {
        "id": 1554,
        "launch_library_id": null,
        "name": "Tiros 5",
        "description": "NASA's TIROS (Television & Infra-Red Observation Satellite) program was the first experimental weathersatellite program.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 14,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/14/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
        "latitude": "28.4472",
        "longitude": "-80.565",
        "location": {
          "id": 12,
          "url": "https://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": 1116,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/thor-delta_laun_image_20251123094044.jpg",
      "infographic": null,
      "program": []
    }
  ]
}