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

{
  "count": 195,
  "next": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=80&ordering=-id",
  "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=60&ordering=-id",
  "results": [
    {
      "id": 127,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/127/?format=api",
      "flight_proven": false,
      "serial_number": "B1084",
      "is_placeholder": false,
      "status": "expended",
      "details": "Falcon Heavy core booster expended during the USSF-52 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/127_image_20231229222119.jpeg",
      "flights": 1,
      "last_launch_date": "2023-12-29T01:07:00Z",
      "first_launch_date": "2023-12-29T01:07:00Z"
    },
    {
      "id": 126,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/126/?format=api",
      "flight_proven": true,
      "serial_number": "B1083",
      "is_placeholder": false,
      "status": "active",
      "details": "Booster first flown during the Crew-8 mission.",
      "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/126_image_20240304081131.jpeg",
      "flights": 16,
      "last_launch_date": "2025-12-11T22:01:20Z",
      "first_launch_date": "2024-03-04T03:53:38Z"
    },
    {
      "id": 125,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/125/?format=api",
      "flight_proven": true,
      "serial_number": "B1082",
      "is_placeholder": false,
      "status": "active",
      "details": "Falcon 9 Block 5 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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1082_landing_a_image_20251219191159.jpg",
      "flights": 24,
      "last_launch_date": "2026-08-26T09:35:11Z",
      "first_launch_date": "2024-01-03T03:44:20Z"
    },
    {
      "id": 124,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/124/?format=api",
      "flight_proven": true,
      "serial_number": "B1081",
      "is_placeholder": false,
      "status": "active",
      "details": "Launched Crew-7 on its first flight.",
      "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/124_image_20230827172435.jpeg",
      "flights": 27,
      "last_launch_date": "2026-09-10T15:42:30Z",
      "first_launch_date": "2023-08-26T07:27:27Z"
    },
    {
      "id": 123,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/123/?format=api",
      "flight_proven": true,
      "serial_number": "B1080",
      "is_placeholder": false,
      "status": "active",
      "details": "Falcon 9 Block 5 booster first used for the Axiom Space Mission 2 Crew Dragon mission.",
      "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1080_image_20240322071018.jpeg",
      "flights": 29,
      "last_launch_date": "2026-09-13T18:49:00Z",
      "first_launch_date": "2023-05-21T21:37:09Z"
    },
    {
      "id": 122,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/122/?format=api",
      "flight_proven": true,
      "serial_number": "35",
      "is_placeholder": false,
      "status": "retired",
      "details": "35th Electron launch vehicle flown on 'The Beat Goes On'.",
      "launcher_config": {
        "id": 26,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/26/?format=api",
        "name": "Electron",
        "family": "",
        "full_name": "Electron",
        "variant": ""
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/none_image_20230307125526.jpeg",
      "flights": 1,
      "last_launch_date": "2023-03-24T09:14:56Z",
      "first_launch_date": "2023-03-24T09:14:56Z"
    },
    {
      "id": 121,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/121/?format=api",
      "flight_proven": true,
      "serial_number": "B1079",
      "is_placeholder": false,
      "status": "expended",
      "details": "Falcon Heavy core booster expended during the Psyche 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/121_image_20231014091824.jpg",
      "flights": 1,
      "last_launch_date": "2023-10-13T14:19:43Z",
      "first_launch_date": "2023-10-13T14:19:43Z"
    },
    {
      "id": 120,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/120/?format=api",
      "flight_proven": true,
      "serial_number": "B1078",
      "is_placeholder": false,
      "status": "active",
      "details": "Falcon 9 Block 5 booster first used for the Crew-6 mission.",
      "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1078_landing_o_image_20250912151734.jpeg",
      "flights": 30,
      "last_launch_date": "2026-08-21T15:14:22Z",
      "first_launch_date": "2023-03-02T05:34:14Z"
    },
    {
      "id": 119,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/119/?format=api",
      "flight_proven": true,
      "serial_number": "32",
      "is_placeholder": false,
      "status": "retired",
      "details": "32nd Electron launch vehicle flown on 'Catch Me If You Can'.",
      "launcher_config": {
        "id": 26,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/26/?format=api",
        "name": "Electron",
        "family": "",
        "full_name": "Electron",
        "variant": ""
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/119_image_20221104200030.jpeg",
      "flights": 1,
      "last_launch_date": "2022-11-04T17:27:14Z",
      "first_launch_date": "2022-11-04T17:27:14Z"
    },
    {
      "id": 118,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/118/?format=api",
      "flight_proven": true,
      "serial_number": "B1076",
      "is_placeholder": false,
      "status": "expended",
      "details": "Booster first launched on the Dragon CRS-26 mission. Expended during the SPAINSAT-NG II launch.",
      "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": "https://thespacedevs-prod.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"
    }
  ]
}