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__ids', 'launcher_config__manufacturer__name', 'is_placeholder' Example - /2.2.0/launcher/?serial_number=B1046

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

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

GET /2.2.0/launcher/?format=api&offset=190&ordering=-flights
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 195,
  "next": null,
  "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=180&ordering=-flights",
  "results": [
    {
      "id": 235,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/235/?format=api",
      "flight_proven": false,
      "serial_number": "T1H",
      "is_placeholder": false,
      "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,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/523/?format=api",
        "name": "Themis Demonstrator",
        "family": "",
        "full_name": "Themis Demonstrator",
        "variant": ""
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/themis_t1h_on_t_image_20250919095336.jpg",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 260,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/260/?format=api",
      "flight_proven": false,
      "serial_number": "Booster 21",
      "is_placeholder": false,
      "status": "active",
      "details": "Third Block 3 Super Heavy booster to fly with various enhancements including Raptor 3 engines, integrated interstage and 3 grid fins instead of 4 used. To be used on the 14th Starship flight test, the first Starship flight to deploy satellites into stable Low Earth Orbit.",
      "launcher_config": {
        "id": 522,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/522/?format=api",
        "name": "Starship",
        "family": "Starship",
        "full_name": "Starship V3",
        "variant": "V3"
      },
      "image_url": null,
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 247,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/247/?format=api",
      "flight_proven": false,
      "serial_number": "B1099",
      "is_placeholder": false,
      "status": "active",
      "details": "Falcon Heavy core booster.",
      "launcher_config": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.2.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": 100,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/100/?format=api",
      "flight_proven": false,
      "serial_number": "SN16",
      "is_placeholder": false,
      "status": "scrapped",
      "details": "Last suborbital Starship prototype built after SN15, to which it is similar in design. SN16 was later scrapped as SpaceX gathered all data necessary through SN9-15 and shifted focus to the Orbital Flight Test.",
      "launcher_config": {
        "id": 207,
        "url": "https://ll.thespacedevs.com/2.2.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": 244,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/244/?format=api",
      "flight_proven": false,
      "serial_number": "B1102",
      "is_placeholder": false,
      "status": "active",
      "details": "Falcon 9 booster (may fly as a Falcon Heavy side booster later).",
      "launcher_config": {
        "id": 164,
        "url": "https://ll.thespacedevs.com/2.2.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
    }
  ]
}