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

{
  "count": 7961,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=420&ordering=net",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=400&ordering=net",
  "results": [
    {
      "id": "470d9414-fe99-4cd4-b90c-20e99e25ff97",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/470d9414-fe99-4cd4-b90c-20e99e25ff97/?format=api",
      "launch_library_id": null,
      "slug": "thor-slv-2a-agena-d-kh-4a-12",
      "name": "Thor SLV-2A Agena D | KH-4A 12",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1964-10-17T22:02:23Z",
      "window_end": "1964-10-17T22:02:23Z",
      "window_start": "1964-10-17T22:02: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": 3327,
        "configuration": {
          "id": 417,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/417/?format=api",
          "name": "Thor SLV-2A Agena D",
          "family": "Thor",
          "full_name": "Thor SLV-2A Agena D",
          "variant": "SLV-2A Agena D"
        }
      },
      "mission": {
        "id": 1749,
        "launch_library_id": null,
        "name": "KH-4A 12",
        "description": "The KH-4A (Keyhole-4A) was the fifth optical reconnaissance satellite version in the Corona-program.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "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": 909,
          "total_landing_count": 35
        },
        "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/thor_slv-2a_age_image_20251102055131.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "8c558ab7-94e9-4208-8274-0bb6f80423b8",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/8c558ab7-94e9-4208-8274-0bb6f80423b8/?format=api",
      "launch_library_id": null,
      "slug": "kosmos-65s3-strela-1-678",
      "name": "Kosmos 65S3 | Strela-1 6,7,8",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1964-10-23T07:30:00Z",
      "window_end": "1964-10-23T07:30:00Z",
      "window_start": "1964-10-23T07:30: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": 3328,
        "configuration": {
          "id": 329,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/329/?format=api",
          "name": "Kosmos 65S3",
          "family": "Kosmos",
          "full_name": "Kosmos 65S3",
          "variant": "65S3"
        }
      },
      "mission": {
        "id": 1750,
        "launch_library_id": null,
        "name": "Strela-1 6,7,8",
        "description": "The Strela-1 satellites were prototype store-dump communications satellites for tactical communication.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 164,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/164/?format=api",
        "agency_id": null,
        "name": "41/15",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
        "map_url": "https://www.google.com/maps?q=45.976,63.666806",
        "latitude": "45.976",
        "longitude": "63.666806",
        "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": 1564,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_164_20200803143415.jpg",
        "total_launch_count": 12
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "a9f11f1c-c520-451e-857e-d31f5c13c8e7",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/a9f11f1c-c520-451e-857e-d31f5c13c8e7/?format=api",
      "launch_library_id": null,
      "slug": "atlas-agena-d-kh-7-13",
      "name": "Atlas Agena D | KH-7 13",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1964-10-23T18:27:00Z",
      "window_end": "1964-10-23T18:27:00Z",
      "window_start": "1964-10-23T18:27: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": 3329,
        "configuration": {
          "id": 232,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/232/?format=api",
          "name": "Atlas Agena D",
          "family": "Atlas",
          "full_name": "Atlas LV-3 Agena D",
          "variant": "Agena D"
        }
      },
      "mission": {
        "id": 1751,
        "launch_library_id": null,
        "name": "KH-7 13",
        "description": "The Program 206 satellite, carrying the KH-7 (Keyhole 7) camera system (codenamed Gambit-1), was the first successful high resolution space reconnaissance program. It was managed by NRO's Program A, the USAF-led segment of the National Reconnaissance Program managed from Los Angeles AFB in El Segundo, California.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 156,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/156/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4W",
        "info_url": "https://www.astronautix.com/v/vandenbergslc4w.html",
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
        "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
        "latitude": "34.63312",
        "longitude": "-120.61584",
        "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": 909,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_156_20200803143351.jpg",
        "total_launch_count": 93
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-lv3_agena_image_20251128090110.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "feeb88a3-9ae4-45a5-b793-5b582ac7395f",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/feeb88a3-9ae4-45a5-b793-5b582ac7395f/?format=api",
      "launch_library_id": null,
      "slug": "kosmos-2i-63s1-ds-mg-2",
      "name": "Kosmos-2I 63S1 | DS-MG 2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1964-10-24T05:17:00Z",
      "window_end": "1964-10-24T05:17:00Z",
      "window_start": "1964-10-24T05:17: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": 3330,
        "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": 1752,
        "launch_library_id": null,
        "name": "DS-MG 2",
        "description": "The DS-MG satellites were a series of Soviet technolgy demonstration satellites launched as part of the Dnepropetrovsk Sputnik program.",
        "launch_designator": null,
        "type": "Earth Science",
        "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": "fbeb4014-60f8-4edb-b524-86b2a0ecbfd5",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/fbeb4014-60f8-4edb-b524-86b2a0ecbfd5/?format=api",
      "launch_library_id": null,
      "slug": "vostok-8a92-zenit-2-24",
      "name": "Vostok 8A92 | Zenit-2 24",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1964-10-28T10:40:00Z",
      "window_end": "1964-10-28T10:40:00Z",
      "window_start": "1964-10-28T10:40: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": 3331,
        "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": 1753,
        "launch_library_id": null,
        "name": "Zenit-2 24",
        "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": 20,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/20/?format=api",
        "agency_id": null,
        "name": "31/6",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
        "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
        "latitude": "45.996034",
        "longitude": "63.564003",
        "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": 1564,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
        "total_launch_count": 429
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok_launch_v_image_20251119053730.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "f0f2aab6-170d-4caa-a517-a876cf9b9f4b",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/f0f2aab6-170d-4caa-a517-a876cf9b9f4b/?format=api",
      "launch_library_id": null,
      "slug": "thor-slv-2a-agena-d-kh-4a-13",
      "name": "Thor SLV-2A Agena D | KH-4A 13",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1964-11-02T21:30:20Z",
      "window_end": "1964-11-02T21:30:20Z",
      "window_start": "1964-11-02T21:30: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": 3332,
        "configuration": {
          "id": 417,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/417/?format=api",
          "name": "Thor SLV-2A Agena D",
          "family": "Thor",
          "full_name": "Thor SLV-2A Agena D",
          "variant": "SLV-2A Agena D"
        }
      },
      "mission": {
        "id": 1754,
        "launch_library_id": null,
        "name": "KH-4A 13",
        "description": "The KH-4A (Keyhole-4A) was the fifth optical reconnaissance satellite version in 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": 909,
          "total_landing_count": 35
        },
        "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_slv-2a_age_image_20251102055131.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "408c9326-2ead-4d23-8399-dccddc61aefc",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/408c9326-2ead-4d23-8399-dccddc61aefc/?format=api",
      "launch_library_id": null,
      "slug": "thor-slv-2a-agena-d-p-698bk-group-3-d-1",
      "name": "Thor SLV-2A Agena D | P-698BK Group 3-D 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1964-11-04T02:12:11Z",
      "window_end": "1964-11-04T02:12:11Z",
      "window_start": "1964-11-04T02:12:11Z",
      "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": 3333,
        "configuration": {
          "id": 417,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/417/?format=api",
          "name": "Thor SLV-2A Agena D",
          "family": "Thor",
          "full_name": "Thor SLV-2A Agena D",
          "variant": "SLV-2A Agena D"
        }
      },
      "mission": {
        "id": 1755,
        "launch_library_id": null,
        "name": "P-698BK Group 3-D 1",
        "description": "ELINT/SIGINT 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": 909,
          "total_landing_count": 35
        },
        "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_slv-2a_age_image_20251102055131.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "2843fd17-697e-41d7-bb36-fd780aaac942",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/2843fd17-697e-41d7-bb36-fd780aaac942/?format=api",
      "launch_library_id": null,
      "slug": "atlas-agena-d-mariner-3",
      "name": "Atlas Agena D | Mariner 3",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1964-11-05T19:22:05Z",
      "window_end": "1964-11-05T19:22:05Z",
      "window_start": "1964-11-05T19:22: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": 3334,
        "configuration": {
          "id": 232,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/232/?format=api",
          "name": "Atlas Agena D",
          "family": "Atlas",
          "full_name": "Atlas LV-3 Agena D",
          "variant": "Agena D"
        }
      },
      "mission": {
        "id": 1756,
        "launch_library_id": null,
        "name": "Mariner 3",
        "description": "Mariner 3 was a 260 kg solar-cell and battery-powered spacecraft designed to make scientific measurements in the vicinity of Mars and to obtain photographs of the planet's surface and transmit these to Earth.",
        "launch_designator": null,
        "type": "Robotic Exploration",
        "orbit": {
          "id": 23,
          "name": "Mars flyby",
          "abbrev": "Mars flyby"
        }
      },
      "pad": {
        "id": 117,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/117/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 13",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_13",
        "map_url": "https://www.google.com/maps?q=28.4859,-80.546594",
        "latitude": "28.4859",
        "longitude": "-80.546594",
        "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": 1128,
          "total_landing_count": 79
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_117_20200803143223.jpg",
        "total_launch_count": 21
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-lv3_agena_image_20251128090110.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "9f9883da-7bf4-4c63-9004-e9d8f6a691e3",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/9f9883da-7bf4-4c63-9004-e9d8f6a691e3/?format=api",
      "launch_library_id": null,
      "slug": "scout-x-4-explorer-23",
      "name": "Scout X-4 | Explorer 23",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1964-11-06T12:02:01Z",
      "window_end": "1964-11-06T12:02:01Z",
      "window_start": "1964-11-06T12:02:01Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "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": 3335,
        "configuration": {
          "id": 370,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/370/?format=api",
          "name": "Scout X-4",
          "family": "Scout",
          "full_name": "Scout X-4",
          "variant": "4"
        }
      },
      "mission": {
        "id": 1757,
        "launch_library_id": null,
        "name": "Explorer 23",
        "description": "The Explorer 23 or S 55c micrometeoroid satellite was the third in the series of S 55 micrometeoroid satellites orbited by NASA.",
        "launch_designator": null,
        "type": "Materials Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "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/scout_x-4_s122__image_20240311075016.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "987a5d22-661e-43bc-a6f2-68f7f0d35ae2",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/987a5d22-661e-43bc-a6f2-68f7f0d35ae2/?format=api",
      "launch_library_id": null,
      "slug": "nike-cajun-trailblazer-pellet-2",
      "name": "Nike Cajun | Trailblazer Pellet",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1964-11-07T01:38:00Z",
      "window_end": "1964-11-07T01:38:00Z",
      "window_start": "1964-11-07T01:38:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "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": 3336,
        "configuration": {
          "id": 342,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/342/?format=api",
          "name": "Nike Cajun",
          "family": "",
          "full_name": "Nike Cajun",
          "variant": ""
        }
      },
      "mission": {
        "id": 1683,
        "launch_library_id": null,
        "name": "Trailblazer Pellet",
        "description": "Test mission. Reached an apogee of 110 km.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 177,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/177/?format=api",
        "agency_id": null,
        "name": "Unknown Pad",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wallops_Flight_Facility",
        "map_url": "https://www.google.com/maps?q=37.9386111,-75.4594162",
        "latitude": "37.9386111",
        "longitude": "-75.4594162",
        "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_177_20200803143406.jpg",
        "total_launch_count": 8
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    }
  ]
}