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

{
  "count": 186,
  "next": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=120&ordering=-attempted_landings",
  "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=100&ordering=-attempted_landings",
  "results": [
    {
      "id": 150,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/150/?format=api",
      "flight_proven": true,
      "serial_number": "Booster 12",
      "is_placeholder": false,
      "status": "retired",
      "details": "Super Heavy booster used for the fifth Starship integrated flight test.\r\n\r\nFirst Super Heavy sucessfully caught.",
      "launcher_config": {
        "id": 464,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/464/?format=api",
        "name": "Starship",
        "family": "Starship",
        "full_name": "Starship V1",
        "variant": "V1"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/booster_12_duri_image_20241013170813.jpg",
      "flights": 1,
      "last_launch_date": "2024-10-13T12:25:00Z",
      "first_launch_date": "2024-10-13T12:25:00Z"
    },
    {
      "id": 188,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/188/?format=api",
      "flight_proven": false,
      "serial_number": "Booster 13",
      "is_placeholder": false,
      "status": "lost",
      "details": "Super Heavy booster used for the sixth Starship integrated flight test.\r\n\r\nLost to the ocean after a soft splashdown, as part of an offshore divert from the originally planned tower catch at the launch site.",
      "launcher_config": {
        "id": 464,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/464/?format=api",
        "name": "Starship",
        "family": "Starship",
        "full_name": "Starship V1",
        "variant": "V1"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/booster_13_duri_image_20241023102335.jpg",
      "flights": 1,
      "last_launch_date": "2024-11-19T22:00:00Z",
      "first_launch_date": "2024-11-19T22:00: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": 198,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/198/?format=api",
      "flight_proven": true,
      "serial_number": "Booster 16",
      "is_placeholder": false,
      "status": "lost",
      "details": "Super Heavy booster used for the 10th Starship flight test.\r\n\r\nLost to the ocean after a successful soft splashdown.",
      "launcher_config": {
        "id": 527,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/527/?format=api",
        "name": "Starship",
        "family": "Starship",
        "full_name": "Starship V2",
        "variant": "V2"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/superheavy_boos_image_20250912161003.jpeg",
      "flights": 1,
      "last_launch_date": "2025-08-26T23:30:00Z",
      "first_launch_date": "2025-08-26T23:30: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": 248,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/248/?format=api",
      "flight_proven": true,
      "serial_number": "B1103",
      "is_placeholder": false,
      "status": "active",
      "details": "Falcon 9 booster.",
      "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": 1,
      "last_launch_date": "2026-04-07T02:50:39Z",
      "first_launch_date": "2026-04-07T02:50:39Z"
    },
    {
      "id": 60,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/60/?format=api",
      "flight_proven": true,
      "serial_number": "NS-1",
      "is_placeholder": false,
      "status": "destroyed",
      "details": "New Shepard 1 was destroyed on landing during its first flight.",
      "launcher_config": {
        "id": 137,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
        "name": "New Shepard",
        "family": "",
        "full_name": "New Shepard",
        "variant": ""
      },
      "image_url": null,
      "flights": 1,
      "last_launch_date": "2015-04-29T17:06:00Z",
      "first_launch_date": "2015-04-29T17:06:00Z"
    },
    {
      "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": 141,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/141/?format=api",
      "flight_proven": true,
      "serial_number": "27",
      "is_placeholder": false,
      "status": "expended",
      "details": "Booster used during the NASA Capstone mission.\r\n\r\nBooster features the NASA Worm logo and was flown without onboard cameras to save weight.",
      "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_20231125062131.jpg",
      "flights": 1,
      "last_launch_date": "2022-06-28T09:55:52Z",
      "first_launch_date": "2022-06-28T09:55:52Z"
    }
  ]
}