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=160&ordering=-flights
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=170&ordering=-flights",
  "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=150&ordering=-flights",
  "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": 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": 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": 79,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/79/?format=api",
      "flight_proven": false,
      "serial_number": "SN4",
      "is_placeholder": false,
      "status": "destroyed",
      "details": "On April 26, 2020, SN4 successfully completed a cryogenic pressure test. On May 29, 2020, SN4 exploded after engine 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/79_image_20200821075148.jpeg",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 249,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/249/?format=api",
      "flight_proven": false,
      "serial_number": "GS1-SN003",
      "is_placeholder": false,
      "status": "active",
      "details": "Third New Glenn first stage booster. Named \"No, It's Necessary\".",
      "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-sn003_image_20260410172611.jpg",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 78,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/78/?format=api",
      "flight_proven": false,
      "serial_number": "SN3",
      "is_placeholder": false,
      "status": "destroyed",
      "details": "SN3's cryo test failed, the result being the LOX (Liquid Oxygen) Tank collapsing due to underpressurisation.",
      "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/78_image_20200917062030.jpg",
      "flights": 0,
      "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
    },
    {
      "id": 234,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/234/?format=api",
      "flight_proven": false,
      "serial_number": "Booster 18",
      "is_placeholder": false,
      "status": "destroyed",
      "details": "First Block 3 Super Heavy booster with various enhancements including Raptor 3 engines, integrated interstage and 3 grid fins instead of 4 used. Originally planned for usage on the 12th Starship flight test, but was written off after severely damaged during gas system pressure testing on 21 November 2025.",
      "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": 243,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/243/?format=api",
      "flight_proven": false,
      "serial_number": "Booster 19",
      "is_placeholder": false,
      "status": "active",
      "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. Planned for usage on the 12th Starship flight test, replacing Booster 18 written off during ground testing in November 2025.",
      "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
    }
  ]
}