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&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=100&ordering=-flight_proven",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=80&ordering=-flight_proven",
  "results": [
    {
      "id": 148,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/148/?format=api",
      "flight_proven": true,
      "serial_number": "B1086",
      "status": "lost",
      "details": "Falcon 9 booster that started out as a Falcon Heavy side booster flown during the GOES-U mission.\r\n\r\nWritten off on 3 March 2025 after safely landing aboard JRTI due to post-landing aft end fire damaging one of the landing legs and tipping it overboard.",
      "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/b1072_and_b1086_image_20240626195649.jpeg",
      "flights": 5,
      "last_launch_date": "2025-03-03T02:24:00Z",
      "first_launch_date": "2024-06-25T21:26:00Z"
    },
    {
      "id": 153,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/153/?format=api",
      "flight_proven": true,
      "serial_number": "B1088",
      "status": "active",
      "details": "Falcon 9 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/b1088_landing_o_image_20250912151209.jpeg",
      "flights": 15,
      "last_launch_date": "2026-04-26T14:37:09Z",
      "first_launch_date": "2024-11-30T08:10:00Z"
    },
    {
      "id": 239,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/239/?format=api",
      "flight_proven": true,
      "serial_number": "B1100",
      "status": "active",
      "details": "Falcon 9 booster, with a special “100” logo in lieu of the usual serial number style painted on the 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": null,
      "flights": 5,
      "last_launch_date": "2026-04-23T03:23:09Z",
      "first_launch_date": "2025-11-23T08:48:00Z"
    },
    {
      "id": 11,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/11/?format=api",
      "flight_proven": true,
      "serial_number": "B0006",
      "status": "lost",
      "details": "Suffered engine out at T+1:19 but primary mission successful",
      "launcher_config": {
        "id": 169,
        "launch_library_id": 90,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/169/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 v1.0",
        "variant": "v1.0"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/11_image_20191115082657.jpeg",
      "flights": 1,
      "last_launch_date": "2012-10-08T00:35:07Z",
      "first_launch_date": "2012-10-08T00:35:07Z"
    },
    {
      "id": 13,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/13/?format=api",
      "flight_proven": true,
      "serial_number": "B1003",
      "status": "lost",
      "details": "First flight of Falcon 9 v1.1 upgrade, first Spacex flight from Vandenberg",
      "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/13_image_20191115082823.jpg",
      "flights": 1,
      "last_launch_date": "2013-09-29T16:00:13Z",
      "first_launch_date": "2013-09-29T16:00:13Z"
    },
    {
      "id": 34,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/34/?format=api",
      "flight_proven": true,
      "serial_number": "B1025",
      "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/34_image_20190226082254.jpeg",
      "flights": 2,
      "last_launch_date": "2018-02-06T20:45:00Z",
      "first_launch_date": "2016-07-18T04:45:29Z"
    },
    {
      "id": 73,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/73/?format=api",
      "flight_proven": true,
      "serial_number": "B1062",
      "status": "destroyed",
      "details": "Notable launches include GPS III SV04 & SV05, Inspiration4 and Axiom-1.\r\n\r\nDestroyed during its 23rd landing attempt on ASOG on 28 August 2024.",
      "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/73_image_20220426161427.jpeg",
      "flights": 23,
      "last_launch_date": "2024-08-28T07:48:00Z",
      "first_launch_date": "2020-11-05T23:24:23Z"
    },
    {
      "id": 10,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/10/?format=api",
      "flight_proven": true,
      "serial_number": "B0005",
      "status": "lost",
      "details": "",
      "launcher_config": {
        "id": 169,
        "launch_library_id": 90,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/169/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 v1.0",
        "variant": "v1.0"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/10_image_20191115082622.jpeg",
      "flights": 1,
      "last_launch_date": "2012-05-22T07:44:38Z",
      "first_launch_date": "2012-05-22T07:44:38Z"
    },
    {
      "id": 15,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/15/?format=api",
      "flight_proven": true,
      "serial_number": "B1005",
      "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/15_image_20190226091005.jpg",
      "flights": 1,
      "last_launch_date": "2014-01-06T22:06:00Z",
      "first_launch_date": "2014-01-06T22:06:00Z"
    },
    {
      "id": 17,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/17/?format=api",
      "flight_proven": true,
      "serial_number": "B1007",
      "status": "lost",
      "details": "Broke up after sucessful water landing",
      "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/17_image_20190226091117.jpg",
      "flights": 1,
      "last_launch_date": "2014-07-14T15:15:00Z",
      "first_launch_date": "2014-07-14T15:15:00Z"
    }
  ]
}