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

{
  "count": 188,
  "next": null,
  "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=170&ordering=-flight_proven",
  "results": [
    {
      "id": 75,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/75/?format=api",
      "flight_proven": false,
      "serial_number": "Mk1",
      "status": "destroyed",
      "details": "Starship Mk1 was partially destroyed during max pressure tank testing, when the forward LOX tank ruptured along a weld line of the craft's steel structure, propelling the bulkhead several meters upwards.",
      "launcher_config": {
        "id": 207,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/207/?format=api",
        "name": "Starship Prototype",
        "family": "Starship",
        "full_name": "Starship Prototype",
        "variant": "Prototype"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_mk1_at_image_20240307091751.jpeg",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 77,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/77/?format=api",
      "flight_proven": false,
      "serial_number": "SN2",
      "status": "retired",
      "details": "SN2 successfully went through a pressure and cryo test, but was not used for a static fire or hop.",
      "launcher_config": {
        "id": 207,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/207/?format=api",
        "name": "Starship Prototype",
        "family": "Starship",
        "full_name": "Starship Prototype",
        "variant": "Prototype"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/77_image_20200917061818.jpg",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 81,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/81/?format=api",
      "flight_proven": false,
      "serial_number": "SN7",
      "status": "destroyed",
      "details": "Intentionally destroyed during a pressurization test.",
      "launcher_config": {
        "id": 207,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/207/?format=api",
        "name": "Starship Prototype",
        "family": "Starship",
        "full_name": "Starship Prototype",
        "variant": "Prototype"
      },
      "image_url": null,
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 95,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/95/?format=api",
      "flight_proven": false,
      "serial_number": "SN7.2",
      "status": "retired",
      "details": "SpaceX test tank for 3mm stainless steel sheets. Retired after two pressure tests.",
      "launcher_config": {
        "id": 207,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/207/?format=api",
        "name": "Starship Prototype",
        "family": "Starship",
        "full_name": "Starship Prototype",
        "variant": "Prototype"
      },
      "image_url": null,
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 249,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/249/?format=api",
      "flight_proven": false,
      "serial_number": "GS1-SN003",
      "status": "destroyed",
      "details": "Third New Glenn first stage booster. Named \"No, It's Necessary\". Destroyed before 1st flight during pre-launch static fire on 28 May 2026.",
      "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-sn003_image_20260410172611.jpg",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 251,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/251/?format=api",
      "flight_proven": false,
      "serial_number": "B1105",
      "status": "active",
      "details": "Falcon Heavy core booster.",
      "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": null,
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 201,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/201/?format=api",
      "flight_proven": false,
      "serial_number": "B1098",
      "status": "expended",
      "details": "Falcon Heavy core booster expended during the ViaSat-3 F3 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/viasat-3_f3_lau_image_20260429200823.jpg",
      "flights": 1,
      "last_launch_date": "2026-04-29T14:13:00Z",
      "first_launch_date": "2026-04-29T14:13:00Z"
    },
    {
      "id": 76,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/76/?format=api",
      "flight_proven": false,
      "serial_number": "SN1",
      "status": "destroyed",
      "details": "SN1 was destroyed when undergoing pressurization.",
      "launcher_config": {
        "id": 207,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/207/?format=api",
        "name": "Starship Prototype",
        "family": "Starship",
        "full_name": "Starship Prototype",
        "variant": "Prototype"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/76_image_20200918010747.png",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    }
  ]
}