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=150&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=160&ordering=flight_proven",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=140&ordering=flight_proven",
  "results": [
    {
      "id": 83,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/83/?format=api",
      "flight_proven": true,
      "serial_number": "SN8",
      "status": "destroyed",
      "details": "SN8 was destroyed when attempting to land after its first flight due to low header tank pressure during landing burn.",
      "launcher_config": {
        "id": 207,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/207/?format=api",
        "name": "Starship Prototype",
        "family": "Starship",
        "full_name": "Starship Prototype",
        "variant": "Prototype"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/83_image_20201211002626.jpeg",
      "flights": 1,
      "last_launch_date": "2020-12-09T22:45:25Z",
      "first_launch_date": "2020-12-09T22:45:25Z"
    },
    {
      "id": 25,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/25/?format=api",
      "flight_proven": true,
      "serial_number": "B1016",
      "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/25_image_20190226091642.jpeg",
      "flights": 1,
      "last_launch_date": "2015-04-27T23:03:00Z",
      "first_launch_date": "2015-04-27T23:03: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"
    },
    {
      "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": 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": 37,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/37/?format=api",
      "flight_proven": true,
      "serial_number": "B1029",
      "status": "retired",
      "details": "Retired.",
      "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/37_image_20190226081059.jpeg",
      "flights": 2,
      "last_launch_date": "2017-06-23T19:10:00Z",
      "first_launch_date": "2017-01-14T17:54:34Z"
    },
    {
      "id": 143,
      "url": "https://lldev.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://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_20231125063340.jpeg",
      "flights": 1,
      "last_launch_date": "2022-02-28T20:37:25Z",
      "first_launch_date": "2022-02-28T20:37:25Z"
    },
    {
      "id": 62,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/62/?format=api",
      "flight_proven": true,
      "serial_number": "NS-2",
      "status": "retired",
      "details": "The New Shepard 2 or NS2, made five successful flights in 2015 and 2016, being retired after its fifth flight in October 2016. It was the first booster which Blue Origin successfully landed and reused.",
      "launcher_config": {
        "id": 137,
        "launch_library_id": 9999,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
        "name": "New Shepard",
        "family": "",
        "full_name": "New Shepard",
        "variant": ""
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/62_image_20190225163937.jpeg",
      "flights": 5,
      "last_launch_date": "2016-10-05T16:36:00Z",
      "first_launch_date": "2015-11-23T17:21:00Z"
    },
    {
      "id": 68,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/68/?format=api",
      "flight_proven": true,
      "serial_number": "B1059",
      "status": "lost",
      "details": "Exploded upon ocean impact a safe distance from OCISLY",
      "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/68_image_20191207205858.jpg",
      "flights": 6,
      "last_launch_date": "2021-02-16T03:59:37Z",
      "first_launch_date": "2019-12-05T17:29:24Z"
    },
    {
      "id": 69,
      "url": "https://lldev.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://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/69_image_20200602210857.jpeg",
      "flights": 19,
      "last_launch_date": "2023-12-23T05:33:00Z",
      "first_launch_date": "2020-05-30T19:22:45Z"
    }
  ]
}