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=40&ordering=-flight_proven
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 184,
  "next": "https://ll.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=50&ordering=-flight_proven",
  "previous": "https://ll.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=30&ordering=-flight_proven",
  "results": [
    {
      "id": 57,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/57/?format=api",
      "flight_proven": true,
      "serial_number": "B1049",
      "status": "expended",
      "details": "Stage Expended",
      "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/57_image_20190226084723.jpeg",
      "flights": 11,
      "last_launch_date": "2022-11-23T02:57:00Z",
      "first_launch_date": "2018-09-10T04:45:00Z"
    },
    {
      "id": 60,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/60/?format=api",
      "flight_proven": true,
      "serial_number": "NS-1",
      "status": "destroyed",
      "details": "New Shepard 1 was destroyed on landing during its first flight.",
      "launcher_config": {
        "id": 137,
        "launch_library_id": 9999,
        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
        "name": "New Shepard",
        "family": "",
        "full_name": "New Shepard",
        "variant": ""
      },
      "image_url": null,
      "flights": 1,
      "last_launch_date": "2015-04-29T17:06:00Z",
      "first_launch_date": "2015-04-29T17:06:00Z"
    },
    {
      "id": 61,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/61/?format=api",
      "flight_proven": true,
      "serial_number": "B1054",
      "status": "expended",
      "details": "Stage Expended",
      "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/61_image_20190228071607.jpg",
      "flights": 1,
      "last_launch_date": "2018-12-23T13:51:00Z",
      "first_launch_date": "2018-12-23T13:51:00Z"
    },
    {
      "id": 92,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/92/?format=api",
      "flight_proven": true,
      "serial_number": "SN11",
      "status": "destroyed",
      "details": "SN11 is a Starship Prototype similar in design to SN10 and SN9. It got destroyed during its first flight to an altitude of 10 km.",
      "launcher_config": {
        "id": 207,
        "launch_library_id": null,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/92_image_20210326174157.jpeg",
      "flights": 1,
      "last_launch_date": "2021-03-30T13:00:00Z",
      "first_launch_date": "2021-03-30T13:00:00Z"
    },
    {
      "id": 105,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/105/?format=api",
      "flight_proven": true,
      "serial_number": "B1069",
      "status": "active",
      "details": "Falcon 9 Block 5 booster first used for the CRS-24 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/b1069_at_lz-1_a_image_20250912153047.jpeg",
      "flights": 30,
      "last_launch_date": "2026-02-27T12:16:10Z",
      "first_launch_date": "2021-12-21T10:07:08Z"
    },
    {
      "id": 39,
      "url": "https://ll.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://ll.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-prod.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": 44,
      "url": "https://ll.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://ll.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-prod.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": 124,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/124/?format=api",
      "flight_proven": true,
      "serial_number": "B1081",
      "status": "active",
      "details": "Launched Crew-7 on its first flight.",
      "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/124_image_20230827172435.jpeg",
      "flights": 23,
      "last_launch_date": "2026-03-26T23:03:19Z",
      "first_launch_date": "2023-08-26T07:27:27Z"
    },
    {
      "id": 151,
      "url": "https://ll.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://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/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": 11,
      "url": "https://ll.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://ll.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-prod.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"
    }
  ]
}