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

{
  "count": 7930,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7260&ordering=name",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7240&ordering=name",
  "results": [
    {
      "id": "b3a7aacd-4f23-45a8-aa6c-da9f34804452",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/b3a7aacd-4f23-45a8-aa6c-da9f34804452/?format=api",
      "launch_library_id": null,
      "slug": "unknown-owlet-01",
      "name": "Unknown | Owlet-01",
      "status": {
        "id": 2,
        "name": "TBD"
      },
      "net": "2026-12-31T00:00:00Z",
      "window_end": "2026-12-31T00:00:00Z",
      "window_start": "2026-12-31T00:00:00Z",
      "inhold": false,
      "tbdtime": true,
      "tbddate": true,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 183,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/183/?format=api",
        "name": "Unknown",
        "type": "Unknown"
      },
      "rocket": {
        "id": 8262,
        "configuration": {
          "id": 511,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/511/?format=api",
          "name": "Unknown Launch Vehicle",
          "family": "",
          "full_name": "Unknown Launch Vehicle",
          "variant": ""
        }
      },
      "mission": {
        "id": 6843,
        "launch_library_id": null,
        "name": "Owlet-01",
        "description": "Telescope satellite for Scout Space, a startup specializing in space domain awareness through in-space observation.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 72,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/72/?format=api",
        "agency_id": null,
        "name": "Unknown Pad",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=28.458,-80.528",
        "latitude": "28.458",
        "longitude": "-80.528",
        "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": 1122,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_72_20200803143403.jpg",
        "total_launch_count": 0
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "581d1d85-bbe8-48f1-9dac-5b4e63503896",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/581d1d85-bbe8-48f1-9dac-5b4e63503896/?format=api",
      "launch_library_id": null,
      "slug": "unknown-vcls-demo-2-mission-one",
      "name": "Unknown | VCLS Demo 2 Mission One",
      "status": {
        "id": 2,
        "name": "TBD"
      },
      "net": "2026-12-31T00:00:00Z",
      "window_end": "2026-12-31T00:00:00Z",
      "window_start": "2026-12-31T00:00:00Z",
      "inhold": false,
      "tbdtime": true,
      "tbddate": true,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 183,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/183/?format=api",
        "name": "Unknown",
        "type": "Unknown"
      },
      "rocket": {
        "id": 7818,
        "configuration": {
          "id": 511,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/511/?format=api",
          "name": "Unknown Launch Vehicle",
          "family": "",
          "full_name": "Unknown Launch Vehicle",
          "variant": ""
        }
      },
      "mission": {
        "id": 6324,
        "launch_library_id": null,
        "name": "VCLS Demo 2 Mission One",
        "description": "Payload consists of a single 30 kg NASA payload to be delivered to a 500 km orbit with a 41 degrees inclination.",
        "launch_designator": null,
        "type": "Technology",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 72,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/72/?format=api",
        "agency_id": null,
        "name": "Unknown Pad",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=28.458,-80.528",
        "latitude": "28.458",
        "longitude": "-80.528",
        "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": 1122,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_72_20200803143403.jpg",
        "total_launch_count": 0
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "42dea019-7629-47b1-8e25-2652f291ba98",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/42dea019-7629-47b1-8e25-2652f291ba98/?format=api",
      "launch_library_id": null,
      "slug": "ur-500-proton-1",
      "name": "UR-500 | Proton 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1965-07-16T11:16:00Z",
      "window_end": "1965-07-16T11:16:00Z",
      "window_start": "1965-07-16T11:16: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": 3416,
        "configuration": {
          "id": 446,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/446/?format=api",
          "name": "UR-500",
          "family": "Proton / UR-500",
          "full_name": "UR-500",
          "variant": ""
        }
      },
      "mission": {
        "id": 1836,
        "launch_library_id": null,
        "name": "Proton 1",
        "description": "The N-4 series of satellites, a.k.a. Proton-1, carried instruments to study super-high energy cosmic particles.",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 31,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/31/?format=api",
        "agency_id": null,
        "name": "81/23 (81L)",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=46.073997,62.977999",
        "latitude": "46.073997",
        "longitude": "62.977999",
        "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_31_20200803143402.jpg",
        "total_launch_count": 104
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ur-500_image_20251102055727.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "97be1a6d-dc6b-4b28-8f6f-5b05688c259c",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/97be1a6d-dc6b-4b28-8f6f-5b05688c259c/?format=api",
      "launch_library_id": null,
      "slug": "ur-500-proton-2",
      "name": "UR-500 | Proton 2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1965-11-02T12:28:00Z",
      "window_end": "1965-11-02T12:28:00Z",
      "window_start": "1965-11-02T12:28: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": 3451,
        "configuration": {
          "id": 446,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/446/?format=api",
          "name": "UR-500",
          "family": "Proton / UR-500",
          "full_name": "UR-500",
          "variant": ""
        }
      },
      "mission": {
        "id": 1871,
        "launch_library_id": null,
        "name": "Proton 2",
        "description": "The N-4 series of satellites, a.k.a. Proton-1, carried instruments to study super-high energy cosmic particles.",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 31,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/31/?format=api",
        "agency_id": null,
        "name": "81/23 (81L)",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=46.073997,62.977999",
        "latitude": "46.073997",
        "longitude": "62.977999",
        "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_31_20200803143402.jpg",
        "total_launch_count": 104
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ur-500_image_20251102055727.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "a41a5c83-3594-4347-905b-eff043d4c31c",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/a41a5c83-3594-4347-905b-eff043d4c31c/?format=api",
      "launch_library_id": null,
      "slug": "ur-500-proton-3",
      "name": "UR-500 | Proton 3",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1966-07-06T12:57:00Z",
      "window_end": "1966-07-06T12:57:00Z",
      "window_start": "1966-07-06T12:57: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": 3546,
        "configuration": {
          "id": 446,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/446/?format=api",
          "name": "UR-500",
          "family": "Proton / UR-500",
          "full_name": "UR-500",
          "variant": ""
        }
      },
      "mission": {
        "id": 1966,
        "launch_library_id": null,
        "name": "Proton 3",
        "description": "The N-4 series of satellites, a.k.a. Proton-1, carried instruments to study super-high energy cosmic particles.",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 31,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/31/?format=api",
        "agency_id": null,
        "name": "81/23 (81L)",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=46.073997,62.977999",
        "latitude": "46.073997",
        "longitude": "62.977999",
        "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_31_20200803143402.jpg",
        "total_launch_count": 104
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ur-500_image_20251102055727.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "98c8001e-0d3e-4590-b400-3b3ef1f58d8e",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/98c8001e-0d3e-4590-b400-3b3ef1f58d8e/?format=api",
      "launch_library_id": null,
      "slug": "ur-500-proton-3a",
      "name": "UR-500 | Proton 3a",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1966-03-24T14:39:00Z",
      "window_end": "1966-03-24T14:39:00Z",
      "window_start": "1966-03-24T14:39: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": 3505,
        "configuration": {
          "id": 446,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/446/?format=api",
          "name": "UR-500",
          "family": "Proton / UR-500",
          "full_name": "UR-500",
          "variant": ""
        }
      },
      "mission": {
        "id": 1925,
        "launch_library_id": null,
        "name": "Proton 3a",
        "description": "The N-4 series of satellites, a.k.a. Proton-1, carried instruments to study super-high energy cosmic particles.",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 31,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/31/?format=api",
        "agency_id": null,
        "name": "81/23 (81L)",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=46.073997,62.977999",
        "latitude": "46.073997",
        "longitude": "62.977999",
        "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_31_20200803143402.jpg",
        "total_launch_count": 104
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ur-500_image_20251102055727.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "3aec8a7e-0884-4709-bdf6-c5f6444314a4",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/3aec8a7e-0884-4709-bdf6-c5f6444314a4/?format=api",
      "launch_library_id": null,
      "slug": "vanguard-vanguard-7",
      "name": "Vanguard | Vanguard",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1958-09-26T15:38:00Z",
      "window_end": "1958-09-26T15:38:00Z",
      "window_start": "1958-09-26T15:38:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 166,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/166/?format=api",
        "name": "US Navy",
        "type": "Government"
      },
      "rocket": {
        "id": 3026,
        "configuration": {
          "id": 449,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/449/?format=api",
          "name": "Vanguard",
          "family": "",
          "full_name": "Vanguard",
          "variant": ""
        }
      },
      "mission": {
        "id": 1448,
        "launch_library_id": null,
        "name": "Vanguard",
        "description": "Vanguard was an American satellite and the fourth artificial Earth orbital satellite to be launched. It was the first satellite to have solar electric power.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 12,
          "name": "Medium Earth Orbit",
          "abbrev": "MEO"
        }
      },
      "pad": {
        "id": 118,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/118/?format=api",
        "agency_id": 166,
        "name": "Launch Complex 18A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_18",
        "map_url": "https://www.google.com/maps?q=28.4493,-80.564494",
        "latitude": "28.4493",
        "longitude": "-80.564494",
        "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": 1122,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_118_20200803143338.jpg",
        "total_launch_count": 18
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vanguard_1_on_p_image_20240411114304.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "48bc7deb-b2e1-46c2-ab63-0ce00fbd192b",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/48bc7deb-b2e1-46c2-ab63-0ce00fbd192b/?format=api",
      "launch_library_id": null,
      "slug": "vanguard-vanguard-2",
      "name": "Vanguard | Vanguard",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1958-02-05T07:33:00Z",
      "window_end": "1958-02-05T07:33:00Z",
      "window_start": "1958-02-05T07:33:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 166,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/166/?format=api",
        "name": "US Navy",
        "type": "Government"
      },
      "rocket": {
        "id": 3007,
        "configuration": {
          "id": 449,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/449/?format=api",
          "name": "Vanguard",
          "family": "",
          "full_name": "Vanguard",
          "variant": ""
        }
      },
      "mission": {
        "id": 1432,
        "launch_library_id": null,
        "name": "Vanguard",
        "description": "Small satellite used to test the Vanguard three-stage launch vehicle.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 118,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/118/?format=api",
        "agency_id": 166,
        "name": "Launch Complex 18A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_18",
        "map_url": "https://www.google.com/maps?q=28.4493,-80.564494",
        "latitude": "28.4493",
        "longitude": "-80.564494",
        "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": 1122,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_118_20200803143338.jpg",
        "total_launch_count": 18
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vanguard_1_on_p_image_20240411114304.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "535c1a09-97c8-4f96-bb64-6336d4bcb1fb",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/535c1a09-97c8-4f96-bb64-6336d4bcb1fb/?format=api",
      "launch_library_id": null,
      "slug": "vanguard-vanguard",
      "name": "Vanguard | Vanguard",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1957-12-06T16:44:35Z",
      "window_end": "1957-12-06T16:44:35Z",
      "window_start": "1957-12-06T16:44:35Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 166,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/166/?format=api",
        "name": "US Navy",
        "type": "Government"
      },
      "rocket": {
        "id": 3005,
        "configuration": {
          "id": 449,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/449/?format=api",
          "name": "Vanguard",
          "family": "",
          "full_name": "Vanguard",
          "variant": ""
        }
      },
      "mission": {
        "id": 1432,
        "launch_library_id": null,
        "name": "Vanguard",
        "description": "Small satellite used to test the Vanguard three-stage launch vehicle.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 118,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/118/?format=api",
        "agency_id": 166,
        "name": "Launch Complex 18A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_18",
        "map_url": "https://www.google.com/maps?q=28.4493,-80.564494",
        "latitude": "28.4493",
        "longitude": "-80.564494",
        "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": 1122,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_118_20200803143338.jpg",
        "total_launch_count": 18
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vanguard_1_on_p_image_20240411114304.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "57e64adf-5c20-4c81-b17a-587b44d574b0",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/57e64adf-5c20-4c81-b17a-587b44d574b0/?format=api",
      "launch_library_id": null,
      "slug": "vanguard-vanguard-6",
      "name": "Vanguard | Vanguard",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1958-06-26T05:00:52Z",
      "window_end": "1958-06-26T05:00:52Z",
      "window_start": "1958-06-26T05:00:52Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 166,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/166/?format=api",
        "name": "US Navy",
        "type": "Government"
      },
      "rocket": {
        "id": 3015,
        "configuration": {
          "id": 449,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/449/?format=api",
          "name": "Vanguard",
          "family": "",
          "full_name": "Vanguard",
          "variant": ""
        }
      },
      "mission": {
        "id": 1432,
        "launch_library_id": null,
        "name": "Vanguard",
        "description": "Small satellite used to test the Vanguard three-stage launch vehicle.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 118,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/118/?format=api",
        "agency_id": 166,
        "name": "Launch Complex 18A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_18",
        "map_url": "https://www.google.com/maps?q=28.4493,-80.564494",
        "latitude": "28.4493",
        "longitude": "-80.564494",
        "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": 1122,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_118_20200803143338.jpg",
        "total_launch_count": 18
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vanguard_1_on_p_image_20240411114304.jpeg",
      "infographic": null,
      "program": []
    }
  ]
}