API endpoint that allows Launcher instances to be viewed.

GET: Return a list of all the existing launcher instances.

FILTERS: Parameters - 'id', 'serial_number', 'flight_proven', 'launcher_config', 'launcher_config__manufacturer' Example - /2.0.0/launcher/?serial_number=B1046

SEARCH EXAMPLE: /2.0.0/launcher/?search=expended Searches through serial number or status

ORDERING: Fields - 'id', 'flight_proven', Example - /2.0.0/launcher/?order=flight_proven

GET /2.0.0/launcher/?format=api&offset=160&ordering=-flight_proven
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 188,
  "next": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=170&ordering=-flight_proven",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=150&ordering=-flight_proven",
  "results": [
    {
      "id": 147,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/147/?format=api",
      "flight_proven": false,
      "serial_number": "B1087",
      "status": "expended",
      "details": "Falcon Heavy core booster expended during the GOES-U mission.",
      "launcher_config": {
        "id": 161,
        "launch_library_id": 58,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/161/?format=api",
        "name": "Falcon Heavy",
        "family": "Falcon",
        "full_name": "Falcon Heavy",
        "variant": "Heavy"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1086_liftoff__image_20240626195956.jpeg",
      "flights": 1,
      "last_launch_date": "2024-06-25T21:26:00Z",
      "first_launch_date": "2024-06-25T21:26:00Z"
    },
    {
      "id": 137,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/137/?format=api",
      "flight_proven": false,
      "serial_number": "Booster 10",
      "status": "destroyed",
      "details": "Super Heavy booster used for the third Starship integrated flight test. It was lost to a hard water landing due to multiple Raptor engines failing to reignite.",
      "launcher_config": {
        "id": 464,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/464/?format=api",
        "name": "Starship",
        "family": "Starship",
        "full_name": "Starship V1",
        "variant": "V1"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/137_image_20231229222125.jpeg",
      "flights": 1,
      "last_launch_date": "2024-03-14T13:25:00Z",
      "first_launch_date": "2024-03-14T13:25:00Z"
    },
    {
      "id": 128,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/128/?format=api",
      "flight_proven": false,
      "serial_number": "Booster 9",
      "status": "destroyed",
      "details": "Super Heavy booster that was used for the second Starship integrated flight test and lost after separation.",
      "launcher_config": {
        "id": 464,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/464/?format=api",
        "name": "Starship",
        "family": "Starship",
        "full_name": "Starship V1",
        "variant": "V1"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/128_image_20230824083027.jpeg",
      "flights": 1,
      "last_launch_date": "2023-11-18T13:02:50Z",
      "first_launch_date": "2023-11-18T13:02:50Z"
    },
    {
      "id": 103,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/103/?format=api",
      "flight_proven": false,
      "serial_number": "Booster 4",
      "status": "retired",
      "details": "First Super Heavy booster to complete a cryogenic proof test at the Orbital Launch Pad, as well as the first full stack cryogenic proof test for a Starship vehicle. Booster 4 is now on display at SpaceX's Rocket Garden in Boca Chica.",
      "launcher_config": {
        "id": 464,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/464/?format=api",
        "name": "Starship",
        "family": "Starship",
        "full_name": "Starship V1",
        "variant": "V1"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/103_image_20210807065411.jpg",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 235,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/235/?format=api",
      "flight_proven": false,
      "serial_number": "T1H",
      "status": "active",
      "details": "T1H, which stands for Themis 1-Engine Hop, is the first Themis demonstrator flight model, designed for low-altitude hop tests at the Esrange Space Center in Sweden.",
      "launcher_config": {
        "id": 523,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/523/?format=api",
        "name": "Themis Demonstrator",
        "family": "",
        "full_name": "Themis Demonstrator",
        "variant": ""
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/themis_t1h_on_t_image_20250919095336.jpg",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 127,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/127/?format=api",
      "flight_proven": false,
      "serial_number": "B1084",
      "status": "expended",
      "details": "Falcon Heavy core booster expended during the USSF-52 mission.",
      "launcher_config": {
        "id": 161,
        "launch_library_id": 58,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/161/?format=api",
        "name": "Falcon Heavy",
        "family": "Falcon",
        "full_name": "Falcon Heavy",
        "variant": "Heavy"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/127_image_20231229222119.jpeg",
      "flights": 1,
      "last_launch_date": "2023-12-29T01:07:00Z",
      "first_launch_date": "2023-12-29T01:07:00Z"
    },
    {
      "id": 243,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/243/?format=api",
      "flight_proven": false,
      "serial_number": "Booster 19",
      "status": "destroyed",
      "details": "First Block 3 Super Heavy booster to fly with various enhancements including Raptor 3 engines, integrated interstage and 3 grid fins instead of 4 used. Used on the 12th Starship flight test, replacing Booster 18 written off during ground testing in November 2025. It was lost after stage separation, having completed an off-nominal boostback burn with fewer engines than planned.",
      "launcher_config": {
        "id": 522,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/522/?format=api",
        "name": "Starship",
        "family": "Starship",
        "full_name": "Starship V3",
        "variant": "V3"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_during_image_20260523090008.jpg",
      "flights": 1,
      "last_launch_date": "2026-05-22T22:30:24Z",
      "first_launch_date": "2026-05-22T22:30:24Z"
    },
    {
      "id": 242,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/242/?format=api",
      "flight_proven": false,
      "serial_number": "UnknownZQ3",
      "status": "N/A",
      "details": "Booster serial number unknown.",
      "launcher_config": {
        "id": 539,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/539/?format=api",
        "name": "Zhuque-3",
        "family": "Zhuque",
        "full_name": "Zhuque-3",
        "variant": ""
      },
      "image_url": null,
      "flights": null,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 244,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/244/?format=api",
      "flight_proven": false,
      "serial_number": "B1102",
      "status": "active",
      "details": "Falcon 9 booster (may fly as a Falcon Heavy side booster later).",
      "launcher_config": {
        "id": 164,
        "launch_library_id": 188,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Block 5",
        "variant": "Block 5"
      },
      "image_url": null,
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 186,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/186/?format=api",
      "flight_proven": false,
      "serial_number": "GS1-SN001",
      "status": "lost",
      "details": "First New Glenn first stage booster. Named \"So You’re Telling Me There’s a Chance\". Lost on its first flight during descent towards LPV1 Jacklyn.",
      "launcher_config": {
        "id": 138,
        "launch_library_id": 1001,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/138/?format=api",
        "name": "New Glenn",
        "family": "New Glenn",
        "full_name": "New Glenn",
        "variant": ""
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gs1-sn001_on_th_image_20250111175829.jpg",
      "flights": 1,
      "last_launch_date": "2025-01-16T07:03:00Z",
      "first_launch_date": "2025-01-16T07:03:00Z"
    }
  ]
}