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=180&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=190&ordering=-flight_proven",
  "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=170&ordering=-flight_proven",
  "results": [
    {
      "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": 243,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/243/?format=api",
      "flight_proven": false,
      "serial_number": "Booster 19",
      "is_placeholder": false,
      "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,
        "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": "https://thespacedevs-prod.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": 76,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/76/?format=api",
      "flight_proven": false,
      "serial_number": "SN1",
      "is_placeholder": false,
      "status": "destroyed",
      "details": "SN1 was destroyed when undergoing pressurization.",
      "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/76_image_20200918010747.png",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 252,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/252/?format=api",
      "flight_proven": false,
      "serial_number": "LM-12B F1",
      "is_placeholder": false,
      "status": "expended",
      "details": "First stage booster used on the 1st flight of CASC/CACL's Long March 12B rocket. No booster recovery was attempted, but the booster had landing legs and grid fins installed for testing of booster re-entry aerodynamic conditions.",
      "launcher_config": {
        "id": 552,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/552/?format=api",
        "name": "Long March 12B",
        "family": "Long March",
        "full_name": "Long March 12B",
        "variant": ""
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_12b__image_20260601133855.jpeg",
      "flights": 1,
      "last_launch_date": "2026-06-01T08:40:00Z",
      "first_launch_date": "2026-06-01T08:40:00Z"
    },
    {
      "id": 95,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/95/?format=api",
      "flight_proven": false,
      "serial_number": "SN7.2",
      "is_placeholder": false,
      "status": "retired",
      "details": "SpaceX test tank for 3mm stainless steel sheets. Retired after two pressure tests.",
      "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": 152,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/152/?format=api",
      "flight_proven": false,
      "serial_number": "Unknown NG",
      "is_placeholder": true,
      "status": "N/A",
      "details": "Booster serial number unknown.",
      "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": null,
      "flights": null,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 128,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/128/?format=api",
      "flight_proven": false,
      "serial_number": "Booster 9",
      "is_placeholder": false,
      "status": "destroyed",
      "details": "Super Heavy booster that was used for the second Starship integrated flight test and lost after separation.",
      "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/128_image_20230824083027.jpeg",
      "flights": 1,
      "last_launch_date": "2023-11-18T13:02:50Z",
      "first_launch_date": "2023-11-18T13:02:50Z"
    },
    {
      "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": 253,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/253/?format=api",
      "flight_proven": false,
      "serial_number": "Unknown12B",
      "is_placeholder": true,
      "status": "N/A",
      "details": "Booster serial number unknown.",
      "launcher_config": {
        "id": 552,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/552/?format=api",
        "name": "Long March 12B",
        "family": "Long March",
        "full_name": "Long March 12B",
        "variant": ""
      },
      "image_url": null,
      "flights": null,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 250,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/250/?format=api",
      "flight_proven": false,
      "serial_number": "B1104",
      "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": 0,
      "last_launch_date": null,
      "first_launch_date": null
    }
  ]
}