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": 184,
  "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": 131,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/131/?format=api",
      "flight_proven": true,
      "serial_number": "38",
      "status": "expended",
      "details": "Booster was expened during the Scout's Arrow HASTE launch",
      "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/none_image_20230824130217.jpg",
      "flights": 1,
      "last_launch_date": "2023-06-18T01:24:00Z",
      "first_launch_date": "2023-06-18T01:24:00Z"
    },
    {
      "id": 54,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/54/?format=api",
      "flight_proven": true,
      "serial_number": "B1046",
      "status": "expended",
      "details": "Stage Expended",
      "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/54_image_20190226081254.jpeg",
      "flights": 4,
      "last_launch_date": "2020-01-19T15:30:00Z",
      "first_launch_date": "2018-05-11T20:14:00Z"
    },
    {
      "id": 52,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/52/?format=api",
      "flight_proven": true,
      "serial_number": "B1044",
      "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/52_image_20190226084428.jpeg",
      "flights": 1,
      "last_launch_date": "2018-03-06T05:33:00Z",
      "first_launch_date": "2018-03-06T05:33:00Z"
    },
    {
      "id": 125,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/125/?format=api",
      "flight_proven": true,
      "serial_number": "B1082",
      "status": "active",
      "details": "Falcon 9 Block 5 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": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1082_landing_a_image_20251219191159.jpg",
      "flights": 21,
      "last_launch_date": "2026-04-15T04:29:49Z",
      "first_launch_date": "2024-01-03T03:44:20Z"
    },
    {
      "id": 51,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/51/?format=api",
      "flight_proven": true,
      "serial_number": "B1033",
      "status": "lost",
      "details": "Two of the outer engines didn't re-ignite for the landing burn, ran out of TEA/TEB igniters. ",
      "launcher_config": {
        "id": 55,
        "launch_library_id": 80,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/55/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Full Thrust",
        "variant": "Full Thrust"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/51_image_20190226084354.jpeg",
      "flights": 1,
      "last_launch_date": "2018-02-06T20:45:00Z",
      "first_launch_date": "2018-02-06T20:45:00Z"
    },
    {
      "id": 50,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/50/?format=api",
      "flight_proven": true,
      "serial_number": "B1043",
      "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/50_image_20190226084234.jpeg",
      "flights": 2,
      "last_launch_date": "2018-05-22T19:47:58Z",
      "first_launch_date": "2018-01-08T01:00:00Z"
    },
    {
      "id": 35,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/35/?format=api",
      "flight_proven": true,
      "serial_number": "B1026",
      "status": "retired",
      "details": "Permanently scrapped.",
      "launcher_config": {
        "id": 55,
        "launch_library_id": 80,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/55/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Full Thrust",
        "variant": "Full Thrust"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/35_image_20190226082335.jpeg",
      "flights": 1,
      "last_launch_date": "2016-08-14T05:26:00Z",
      "first_launch_date": "2016-08-14T05:26:00Z"
    },
    {
      "id": 118,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/118/?format=api",
      "flight_proven": true,
      "serial_number": "B1076",
      "status": "expended",
      "details": "Booster first launched on the Dragon CRS-26 mission. Expended during the SPAINSAT-NG II 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/b1076_landing_o_image_20250912152159.jpeg",
      "flights": 22,
      "last_launch_date": "2025-10-24T01:30:00Z",
      "first_launch_date": "2022-11-26T19:20:43Z"
    },
    {
      "id": 23,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/23/?format=api",
      "flight_proven": true,
      "serial_number": "B1014",
      "status": "lost",
      "details": "",
      "launcher_config": {
        "id": 14,
        "launch_library_id": 1,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/14/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 v1.1",
        "variant": "v1.1"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/23_image_20190226091459.jpeg",
      "flights": 1,
      "last_launch_date": "2015-03-02T03:50:00Z",
      "first_launch_date": "2015-03-02T03:50:00Z"
    },
    {
      "id": 114,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/114/?format=api",
      "flight_proven": true,
      "serial_number": "B1075",
      "status": "active",
      "details": "Falcon 9 Block 5 booster first used for the Starlink Group 2-4 mission. Converted to a Falcon Heavy booster in 2026 after 21 launches.",
      "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/b1075_landing_o_image_20250912152358.jpeg",
      "flights": 22,
      "last_launch_date": "2026-04-29T14:13:00Z",
      "first_launch_date": "2023-01-19T15:43:10Z"
    }
  ]
}