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=10&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=20&ordering=-flight_proven",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&ordering=-flight_proven",
  "results": [
    {
      "id": 151,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/151/?format=api",
      "flight_proven": true,
      "serial_number": "B1085",
      "status": "active",
      "details": "Booster used during the Crew-9 and Fram2 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/b1085_during_la_image_20241217151951.jpg",
      "flights": 15,
      "last_launch_date": "2026-04-02T11:55:10Z",
      "first_launch_date": "2024-08-20T13:20:00Z"
    },
    {
      "id": 42,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/42/?format=api",
      "flight_proven": true,
      "serial_number": "B1035",
      "status": "retired",
      "details": "Retired; permanently displayed at Space Center Houston.",
      "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/42_image_20190226083209.jpeg",
      "flights": 2,
      "last_launch_date": "2017-12-15T15:36:09Z",
      "first_launch_date": "2017-06-03T21:07:38Z"
    },
    {
      "id": 39,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/39/?format=api",
      "flight_proven": true,
      "serial_number": "B1030",
      "status": "expended",
      "details": "Stage Expended",
      "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/39_image_20190226110321.jpg",
      "flights": 1,
      "last_launch_date": "2017-03-16T06:00:00Z",
      "first_launch_date": "2017-03-16T06:00:00Z"
    },
    {
      "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": 195,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/195/?format=api",
      "flight_proven": true,
      "serial_number": "B1091",
      "status": "active",
      "details": "Planned Falcon Heavy center core stage that will first be used as a Falcon 9 first stage booster for several 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/b1091_on_slc-40_image_20250807141845.jpeg",
      "flights": 3,
      "last_launch_date": "2025-11-02T05:09:59Z",
      "first_launch_date": "2025-08-11T12:35:00Z"
    },
    {
      "id": 44,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/44/?format=api",
      "flight_proven": true,
      "serial_number": "B1037",
      "status": "expended",
      "details": "Stage Expended",
      "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/44_image_20191115083053.jpeg",
      "flights": 1,
      "last_launch_date": "2017-07-05T23:38:00Z",
      "first_launch_date": "2017-07-05T23:38:00Z"
    },
    {
      "id": 38,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/38/?format=api",
      "flight_proven": true,
      "serial_number": "B1031",
      "status": "retired",
      "details": "Stored outside at McGregor, partially disassembled (missing engines).",
      "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/38_image_20190226082801.jpeg",
      "flights": 2,
      "last_launch_date": "2017-10-11T22:53:00Z",
      "first_launch_date": "2017-02-19T14:39: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": 4,
      "last_launch_date": "2026-03-20T21:51:49Z",
      "first_launch_date": "2025-11-23T08:48:00Z"
    },
    {
      "id": 45,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/45/?format=api",
      "flight_proven": true,
      "serial_number": "B1039",
      "status": "expended",
      "details": "Stage Expended",
      "launcher_config": {
        "id": 145,
        "launch_library_id": 187,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/145/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Block 4",
        "variant": "Block 4"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/45_image_20190226083552.jpeg",
      "flights": 2,
      "last_launch_date": "2018-04-02T20:30:38Z",
      "first_launch_date": "2017-08-14T16:31:37Z"
    },
    {
      "id": 21,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/21/?format=api",
      "flight_proven": true,
      "serial_number": "B1012",
      "status": "lost",
      "details": "Destroyed on impact with droneship, grid fin hydraulic fluid depleted",
      "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/21_image_20190226091343.jpeg",
      "flights": 1,
      "last_launch_date": "2015-01-10T09:47:10Z",
      "first_launch_date": "2015-01-10T09:47:10Z"
    }
  ]
}