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

{
  "count": 192,
  "next": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=30&ordering=flight_proven",
  "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=10&ordering=flight_proven",
  "results": [
    {
      "id": 145,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/145/?format=api",
      "flight_proven": false,
      "serial_number": "42",
      "is_placeholder": false,
      "status": "expended",
      "details": "Booster used for the \"The Moon God Awakens\" mission.",
      "launcher_config": {
        "id": 26,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/26/?format=api",
        "name": "Electron",
        "family": "",
        "full_name": "Electron",
        "variant": ""
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/none_image_20231217192954.jpg",
      "flights": 1,
      "last_launch_date": "2023-12-15T04:05:54Z",
      "first_launch_date": "2023-12-15T04:05:54Z"
    },
    {
      "id": 82,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/82/?format=api",
      "flight_proven": false,
      "serial_number": "SN7.1",
      "is_placeholder": false,
      "status": "destroyed",
      "details": "SpaceX Test tank for 304L Stainless Steel. Top bulkhead intentionally burst during pressure testing.",
      "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/82_image_20200916201322.jpeg",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 75,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/75/?format=api",
      "flight_proven": false,
      "serial_number": "Mk1",
      "is_placeholder": false,
      "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,
        "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_mk1_at_image_20240307091751.jpeg",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 147,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/147/?format=api",
      "flight_proven": false,
      "serial_number": "B1087",
      "is_placeholder": false,
      "status": "expended",
      "details": "Falcon Heavy core booster expended during the GOES-U mission.",
      "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": "https://thespacedevs-prod.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": 186,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/186/?format=api",
      "flight_proven": false,
      "serial_number": "GS1-SN001",
      "is_placeholder": false,
      "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,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/138/?format=api",
        "name": "New Glenn",
        "family": "New Glenn",
        "full_name": "New Glenn",
        "variant": ""
      },
      "image_url": "https://thespacedevs-prod.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"
    },
    {
      "id": 154,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/154/?format=api",
      "flight_proven": false,
      "serial_number": "B1089",
      "is_placeholder": false,
      "status": "expended",
      "details": "Falcon Heavy core booster expended during the Europa Clipper mission.",
      "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_heavy_la_image_20250912154542.jpeg",
      "flights": 1,
      "last_launch_date": "2024-10-14T16:06:00Z",
      "first_launch_date": "2024-10-14T16:06:00Z"
    },
    {
      "id": 245,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/245/?format=api",
      "flight_proven": false,
      "serial_number": "ZQ-3 F1",
      "is_placeholder": false,
      "status": "destroyed",
      "details": "First stage booster used on the 1st flight of LandSpace's Zhuque-3 rocket. Booster attempted to land downrange on its dedicated landing pad, but impacted the edge of the pad following an abnormal landing burn.",
      "launcher_config": {
        "id": 539,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/539/?format=api",
        "name": "Zhuque-3",
        "family": "Zhuque",
        "full_name": "Zhuque-3",
        "variant": ""
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zq-3_flight_1_l_image_20251203064230.jpg",
      "flights": 1,
      "last_launch_date": "2025-12-03T04:00:00Z",
      "first_launch_date": "2025-12-03T04:00:00Z"
    },
    {
      "id": 246,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/246/?format=api",
      "flight_proven": false,
      "serial_number": "LM-12A F1",
      "is_placeholder": false,
      "status": "destroyed",
      "details": "First stage booster used on the 1st flight of CASC's Long March 12A rocket. Booster attempted to land downrange on its dedicated landing pad, but the entry-landing burn was abnormal and it impacted the ground several kilometers from the landing pad.",
      "launcher_config": {
        "id": 538,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/538/?format=api",
        "name": "Long March 12A",
        "family": "Long March",
        "full_name": "Long March 12A",
        "variant": ""
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_12a__image_20251224005749.jpg",
      "flights": 1,
      "last_launch_date": "2025-12-23T02:00:00Z",
      "first_launch_date": "2025-12-23T02:00:00Z"
    },
    {
      "id": 201,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/201/?format=api",
      "flight_proven": false,
      "serial_number": "B1098",
      "is_placeholder": false,
      "status": "expended",
      "details": "Falcon Heavy core booster expended during the ViaSat-3 F3 mission.",
      "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": "https://thespacedevs-prod.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": 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
    }
  ]
}