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": 191,
  "next": "https://ll.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=120&ordering=flight_proven",
  "previous": "https://ll.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=100&ordering=flight_proven",
  "results": [
    {
      "id": 69,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/69/?format=api",
      "flight_proven": true,
      "serial_number": "B1058",
      "status": "lost",
      "details": "Booster first flown during the DEMO-2 mission. Only booster featuring the NASA worm logo.\r\n\r\nWritten off after toppled by rough seas during transport on 25 December 2023 after safely landing aboard JRTI.",
      "launcher_config": {
        "id": 164,
        "launch_library_id": 188,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/69_image_20200602210857.jpeg",
      "flights": 19,
      "last_launch_date": "2023-12-23T05:33:00Z",
      "first_launch_date": "2020-05-30T19:22:45Z"
    },
    {
      "id": 129,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/129/?format=api",
      "flight_proven": true,
      "serial_number": "39",
      "status": "retired",
      "details": "39th Electron launch vehicle to be flown on 'Baby Come Back'.",
      "launcher_config": {
        "id": 26,
        "launch_library_id": 148,
        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
        "name": "Electron",
        "family": "",
        "full_name": "Electron",
        "variant": ""
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/129_image_20230717200823.jpeg",
      "flights": 1,
      "last_launch_date": "2023-07-18T01:27:00Z",
      "first_launch_date": "2023-07-18T01:27:00Z"
    },
    {
      "id": 197,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/197/?format=api",
      "flight_proven": true,
      "serial_number": "B1096",
      "status": "active",
      "details": "Falcon 9 booster.",
      "launcher_config": {
        "id": 164,
        "launch_library_id": 188,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/b1096_landing_a_image_20251219190526.jpg",
      "flights": 6,
      "last_launch_date": "2026-05-15T22:05:41Z",
      "first_launch_date": "2025-07-16T06:30:00Z"
    },
    {
      "id": 240,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/240/?format=api",
      "flight_proven": true,
      "serial_number": "B1101",
      "status": "active",
      "details": "Falcon 9 booster.",
      "launcher_config": {
        "id": 164,
        "launch_library_id": 188,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/b1101_at_slc-40_image_20260208171031.jpg",
      "flights": 2,
      "last_launch_date": "2026-02-13T10:15:56Z",
      "first_launch_date": "2026-01-04T06:48:10Z"
    },
    {
      "id": 131,
      "url": "https://ll.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://ll.thespacedevs.com/2.0.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_20230824130217.jpg",
      "flights": 1,
      "last_launch_date": "2023-06-18T01:24:00Z",
      "first_launch_date": "2023-06-18T01:24:00Z"
    },
    {
      "id": 5,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/5/?format=api",
      "flight_proven": true,
      "serial_number": "F1 B0003",
      "status": "lost",
      "details": "Residual stage-1 thrust led to collision between stage 1 and stage 2.",
      "launcher_config": {
        "id": 133,
        "launch_library_id": 160,
        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/133/?format=api",
        "name": "Falcon 1",
        "family": "Falcon",
        "full_name": "Falcon 1",
        "variant": "1"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/5_image_20230707190424.jpg",
      "flights": 1,
      "last_launch_date": "2008-08-03T03:34:00Z",
      "first_launch_date": "2008-08-03T03:34:00Z"
    },
    {
      "id": 135,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/135/?format=api",
      "flight_proven": true,
      "serial_number": "33",
      "status": "expended",
      "details": "Booster used during the \"Virginia Is For Launch Lovers\" mission. First to launch from Wallops.",
      "launcher_config": {
        "id": 26,
        "launch_library_id": 148,
        "url": "https://ll.thespacedevs.com/2.0.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_20230824193823.jpg",
      "flights": 1,
      "last_launch_date": "2023-01-24T23:00:00Z",
      "first_launch_date": "2023-01-24T23:00:00Z"
    },
    {
      "id": 6,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/6/?format=api",
      "flight_proven": true,
      "serial_number": "F1 B0004",
      "status": "lost",
      "details": "Initially scheduled for 23–25 Sep, carried dummy payload – mass simulator, 165 kg (originally intended to be RazakSAT.",
      "launcher_config": {
        "id": 133,
        "launch_library_id": 160,
        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/133/?format=api",
        "name": "Falcon 1",
        "family": "Falcon",
        "full_name": "Falcon 1",
        "variant": "1"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/6_image_20230707190325.jpg",
      "flights": 1,
      "last_launch_date": "2008-09-28T23:15:00Z",
      "first_launch_date": "2008-09-28T23:15:00Z"
    },
    {
      "id": 140,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/140/?format=api",
      "flight_proven": true,
      "serial_number": "28",
      "status": "expended",
      "details": "Booster used during the \"Wise One Looks Ahead\" mission.",
      "launcher_config": {
        "id": 26,
        "launch_library_id": 148,
        "url": "https://ll.thespacedevs.com/2.0.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_20231125061605.jpeg",
      "flights": 1,
      "last_launch_date": "2022-07-13T06:30:00Z",
      "first_launch_date": "2022-07-13T06:30:00Z"
    },
    {
      "id": 72,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/72/?format=api",
      "flight_proven": true,
      "serial_number": "B1060",
      "status": "expended",
      "details": "Stage Expended for the Galileo L12 mission.",
      "launcher_config": {
        "id": 164,
        "launch_library_id": 188,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/72_image_20230713061744.jpg",
      "flights": 20,
      "last_launch_date": "2024-04-28T00:34:00Z",
      "first_launch_date": "2020-06-30T20:10:46Z"
    }
  ]
}