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__manufacturer' Example - /2.0.0/launcher/?serial_number=B1046

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

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

GET /2.0.0/launcher/?format=api&offset=40&ordering=flight_proven
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 192,
  "next": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=50&ordering=flight_proven",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=30&ordering=flight_proven",
  "results": [
    {
      "id": 241,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/241/?format=api",
      "flight_proven": false,
      "serial_number": "Unknown12A",
      "status": "N/A",
      "details": "Booster serial number unknown.",
      "launcher_config": {
        "id": 538,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/538/?format=api",
        "name": "Long March 12A",
        "family": "Long March",
        "full_name": "Long March 12A",
        "variant": ""
      },
      "image_url": null,
      "flights": null,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 79,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/79/?format=api",
      "flight_proven": false,
      "serial_number": "SN4",
      "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,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/207/?format=api",
        "name": "Starship Prototype",
        "family": "Starship",
        "full_name": "Starship Prototype",
        "variant": "Prototype"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/79_image_20200821075148.jpeg",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 81,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/81/?format=api",
      "flight_proven": false,
      "serial_number": "SN7",
      "status": "destroyed",
      "details": "Intentionally destroyed during a pressurization test.",
      "launcher_config": {
        "id": 207,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.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": 93,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/93/?format=api",
      "flight_proven": false,
      "serial_number": "BN1",
      "status": "scrapped",
      "details": "BN1 was the first Super Heavy prototype built by SpaceX in Boca Chica, TX. It was used as a production and ground operations pathfinder.",
      "launcher_config": {
        "id": 463,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/463/?format=api",
        "name": "Super Heavy Prototype",
        "family": "Starship",
        "full_name": "Super Heavy Prototype",
        "variant": "Prototype"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/none_image_20210401104946.jpg",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 127,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/127/?format=api",
      "flight_proven": false,
      "serial_number": "B1084",
      "status": "expended",
      "details": "Falcon Heavy core booster expended during the USSF-52 mission.",
      "launcher_config": {
        "id": 161,
        "launch_library_id": 58,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/161/?format=api",
        "name": "Falcon Heavy",
        "family": "Falcon",
        "full_name": "Falcon Heavy",
        "variant": "Heavy"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/127_image_20231229222119.jpeg",
      "flights": 1,
      "last_launch_date": "2023-12-29T01:07:00Z",
      "first_launch_date": "2023-12-29T01:07:00Z"
    },
    {
      "id": 256,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/256/?format=api",
      "flight_proven": false,
      "serial_number": "Booster 20",
      "status": "destroyed",
      "details": "Second 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 13th Starship flight test. It was lost at splashdown, having completed a nominal boostback burn, but performed its landing burn with fewer engines than planned.",
      "launcher_config": {
        "id": 522,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/522/?format=api",
        "name": "Starship",
        "family": "Starship",
        "full_name": "Starship V3",
        "variant": "V3"
      },
      "image_url": null,
      "flights": 1,
      "last_launch_date": "2026-07-24T22:51:00Z",
      "first_launch_date": "2026-07-24T22:51:00Z"
    },
    {
      "id": 248,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/248/?format=api",
      "flight_proven": true,
      "serial_number": "B1103",
      "status": "active",
      "details": "Falcon 9 booster.",
      "launcher_config": {
        "id": 164,
        "launch_library_id": 188,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Block 5",
        "variant": "Block 5"
      },
      "image_url": null,
      "flights": 5,
      "last_launch_date": "2026-08-12T04:46:47Z",
      "first_launch_date": "2026-04-07T02:50:39Z"
    },
    {
      "id": 45,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/45/?format=api",
      "flight_proven": true,
      "serial_number": "B1039",
      "status": "expended",
      "details": "Stage Expended",
      "launcher_config": {
        "id": 145,
        "launch_library_id": 187,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/145/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Block 4",
        "variant": "Block 4"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/45_image_20190226083552.jpeg",
      "flights": 2,
      "last_launch_date": "2018-04-02T20:30:38Z",
      "first_launch_date": "2017-08-14T16:31:37Z"
    },
    {
      "id": 192,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/192/?format=api",
      "flight_proven": true,
      "serial_number": "B1092",
      "status": "active",
      "details": "Falcon 9 booster debuting on Starlink Group 12-13.",
      "launcher_config": {
        "id": 164,
        "launch_library_id": 188,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Block 5",
        "variant": "Block 5"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1092_landing_a_image_20250325084800.jpg",
      "flights": 10,
      "last_launch_date": "2026-02-24T23:04:10Z",
      "first_launch_date": "2025-02-27T03:34:20Z"
    },
    {
      "id": 151,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/151/?format=api",
      "flight_proven": true,
      "serial_number": "B1085",
      "status": "active",
      "details": "Booster used during the Crew-9 and Fram2 mission.",
      "launcher_config": {
        "id": 164,
        "launch_library_id": 188,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Block 5",
        "variant": "Block 5"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1085_during_la_image_20241217151951.jpg",
      "flights": 18,
      "last_launch_date": "2026-08-11T15:58:26Z",
      "first_launch_date": "2024-08-20T13:20:00Z"
    }
  ]
}