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=90
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=100",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=80",
  "results": [
    {
      "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": 105,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/105/?format=api",
      "flight_proven": true,
      "serial_number": "B1069",
      "status": "active",
      "details": "Falcon 9 Block 5 booster first used for the CRS-24 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/b1069_at_lz-1_a_image_20250912153047.jpeg",
      "flights": 30,
      "last_launch_date": "2026-02-27T12:16:10Z",
      "first_launch_date": "2021-12-21T10:07:08Z"
    },
    {
      "id": 109,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/109/?format=api",
      "flight_proven": true,
      "serial_number": "B1070",
      "status": "expended",
      "details": "Falcon Heavy core booster expended on its first flight as part of the USSF-67 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/109_image_20230114190131.jpeg",
      "flights": 1,
      "last_launch_date": "2023-01-15T22:56:00Z",
      "first_launch_date": "2023-01-15T22:56:00Z"
    },
    {
      "id": 107,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/107/?format=api",
      "flight_proven": true,
      "serial_number": "B1071",
      "status": "active",
      "details": "Falcon 9 Block 5 booster first used for the NROL-87 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/b1071_landing_o_image_20250912153658.jpeg",
      "flights": 32,
      "last_launch_date": "2026-03-13T14:57:59Z",
      "first_launch_date": "2022-02-02T20:27:26Z"
    },
    {
      "id": 111,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/111/?format=api",
      "flight_proven": true,
      "serial_number": "B1072",
      "status": "active",
      "details": "Falcon Heavy side booster first flown during the GOES-U 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/b1072_and_b1086_image_20240626195649.jpeg",
      "flights": 1,
      "last_launch_date": "2024-06-25T21:26:00Z",
      "first_launch_date": "2024-06-25T21:26:00Z"
    },
    {
      "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": 113,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/113/?format=api",
      "flight_proven": true,
      "serial_number": "B1074",
      "status": "expended",
      "details": "Falcon Heavy core booster for the EchoStar 24/Jupiter-3 mission. Planned to be 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/113_image_20230727155352.jpeg",
      "flights": 1,
      "last_launch_date": "2023-07-29T03:04:00Z",
      "first_launch_date": "2023-07-29T03:04: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.",
      "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/b1075_landing_o_image_20250912152358.jpeg",
      "flights": 21,
      "last_launch_date": "2025-10-22T14:16:20Z",
      "first_launch_date": "2023-01-19T15:43:10Z"
    },
    {
      "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": 116,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/116/?format=api",
      "flight_proven": true,
      "serial_number": "B1077",
      "status": "active",
      "details": "Falcon 9 Block 5 booster first used for the Crew-5 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/116_image_20240201065853.jpg",
      "flights": 27,
      "last_launch_date": "2026-03-19T14:20:10Z",
      "first_launch_date": "2022-10-05T16:00:57Z"
    }
  ]
}