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

{
  "count": 184,
  "next": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=120&ordering=flight_proven",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=100&ordering=flight_proven",
  "results": [
    {
      "id": 123,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/123/?format=api",
      "flight_proven": true,
      "serial_number": "B1080",
      "status": "active",
      "details": "Falcon 9 Block 5 booster first used for the Axiom Space Mission 2 Crew Dragon 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/b1080_image_20240322071018.jpeg",
      "flights": 26,
      "last_launch_date": "2026-04-14T09:33:10Z",
      "first_launch_date": "2023-05-21T21:37:09Z"
    },
    {
      "id": 149,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/149/?format=api",
      "flight_proven": true,
      "serial_number": "Booster 11",
      "status": "lost",
      "details": "Super Heavy booster used for the fourth Starship integrated flight test. Lost to the ocean after a successful soft splashdown.",
      "launcher_config": {
        "id": 464,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/464/?format=api",
        "name": "Starship",
        "family": "Starship",
        "full_name": "Starship V1",
        "variant": "V1"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/booster_11_duri_image_20240621062611.jpeg",
      "flights": 1,
      "last_launch_date": "2024-06-06T12:50:00Z",
      "first_launch_date": "2024-06-06T12:50:00Z"
    },
    {
      "id": 59,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/59/?format=api",
      "flight_proven": true,
      "serial_number": "B1053",
      "status": "expended",
      "details": "Stage Expended",
      "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/59_image_20191115083445.jpeg",
      "flights": 3,
      "last_launch_date": "2023-05-01T00:26:00Z",
      "first_launch_date": "2019-04-11T22:35:00Z"
    },
    {
      "id": 84,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/84/?format=api",
      "flight_proven": true,
      "serial_number": "B1063",
      "status": "active",
      "details": "Notable launches include Sentinel-6 and Dart.",
      "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/84_image_20201122121517.jpeg",
      "flights": 32,
      "last_launch_date": "2026-04-11T05:04:19Z",
      "first_launch_date": "2020-11-21T17:17:08Z"
    },
    {
      "id": 85,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/85/?format=api",
      "flight_proven": true,
      "serial_number": "B1064",
      "status": "expended",
      "details": "Side booster paired with B1065, launched 3 USSF missions, EchoStar 24 and the Psyche mission before expended during launch of Europa Clipper.",
      "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/85_image_20221102112709.jpeg",
      "flights": 6,
      "last_launch_date": "2024-10-14T16:06:00Z",
      "first_launch_date": "2022-11-01T13:41:00Z"
    },
    {
      "id": 108,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/108/?format=api",
      "flight_proven": true,
      "serial_number": "B1068",
      "status": "expended",
      "details": "Falcon Heavy core booster expended on its first flight as part of the ViaSat-3 Americas 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/falcon2520heav_image_20230426123306.jpeg",
      "flights": 1,
      "last_launch_date": "2023-05-01T00:26:00Z",
      "first_launch_date": "2023-05-01T00:26:00Z"
    },
    {
      "id": 110,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/110/?format=api",
      "flight_proven": true,
      "serial_number": "26",
      "status": "retired",
      "details": "First stage used for Electron's 26th flight (There and Back Again).",
      "launcher_config": {
        "id": 26,
        "launch_library_id": 148,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
        "name": "Electron",
        "family": "",
        "full_name": "Electron",
        "variant": ""
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/110_image_20220420085303.jpg",
      "flights": 1,
      "last_launch_date": "2022-05-02T22:49:52Z",
      "first_launch_date": "2022-05-02T22:49:52Z"
    },
    {
      "id": 112,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/112/?format=api",
      "flight_proven": true,
      "serial_number": "B1073",
      "status": "expended",
      "details": "Notable missions include SES-22, Hakuto-R and CRS-27. Expended during the SPAINSAT-NG I launch.",
      "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/b1073_landing_o_image_20250912152710.jpeg",
      "flights": 21,
      "last_launch_date": "2025-01-30T01:34:00Z",
      "first_launch_date": "2022-05-14T20:40:50Z"
    },
    {
      "id": 146,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/146/?format=api",
      "flight_proven": true,
      "serial_number": "43",
      "status": "retired",
      "details": "Booster used for the \"Four Of A Kind\" mission.",
      "launcher_config": {
        "id": 26,
        "launch_library_id": 148,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
        "name": "Electron",
        "family": "",
        "full_name": "Electron",
        "variant": ""
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/146_image_20240119075144.jpeg",
      "flights": 1,
      "last_launch_date": "2024-01-31T06:34:00Z",
      "first_launch_date": "2024-01-31T06:34:00Z"
    },
    {
      "id": 189,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/189/?format=api",
      "flight_proven": true,
      "serial_number": "Booster 14",
      "status": "destroyed",
      "details": "Super Heavy booster used for the 7th Starship flight test. Successfully caught by the launch tower. Reused on the 9th Starship flight test for a planned high speed water splashdown but destroyed during landing burn.",
      "launcher_config": {
        "id": 527,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/527/?format=api",
        "name": "Starship",
        "family": "Starship",
        "full_name": "Starship V2",
        "variant": "V2"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_booste_image_20250221071829.jpg",
      "flights": 2,
      "last_launch_date": "2025-05-27T23:36:00Z",
      "first_launch_date": "2025-01-16T22:37:00Z"
    }
  ]
}