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": 111,
      "url": "https://ll.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://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/b1072_and_b1086_image_20240626195649.jpeg",
      "flights": 2,
      "last_launch_date": "2026-04-29T14:13:00Z",
      "first_launch_date": "2024-06-25T21:26:00Z"
    },
    {
      "id": 113,
      "url": "https://ll.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://ll.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-prod.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": 120,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/120/?format=api",
      "flight_proven": true,
      "serial_number": "B1078",
      "status": "active",
      "details": "Falcon 9 Block 5 booster first used for the Crew-6 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/b1078_landing_o_image_20250912151734.jpeg",
      "flights": 29,
      "last_launch_date": "2026-06-23T10:53:00Z",
      "first_launch_date": "2023-03-02T05:34:14Z"
    },
    {
      "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": 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": 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": 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": 143,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/143/?format=api",
      "flight_proven": true,
      "serial_number": "24",
      "status": "expended",
      "details": "Booster used during the \"The Owl's Night Continues\" 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_20231125063340.jpeg",
      "flights": 1,
      "last_launch_date": "2022-02-28T20:37:25Z",
      "first_launch_date": "2022-02-28T20:37:25Z"
    },
    {
      "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"
    }
  ]
}