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__ids', 'launcher_config__manufacturer__name', 'is_placeholder' Example - /2.2.0/launcher/?serial_number=B1046

SEARCH EXAMPLE: /2.2.0/launcher/?search=expended Searches through serial number or status

ORDERING: Fields - 'id', 'flight_proven', Example - /2.2.0/launcher/?order=flight_proven

GET /2.2.0/launcher/?format=api&offset=190&ordering=id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 195,
  "next": null,
  "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=180&ordering=id",
  "results": [
    {
      "id": 256,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/256/?format=api",
      "flight_proven": false,
      "serial_number": "Booster 20",
      "is_placeholder": false,
      "status": "destroyed",
      "details": "Second Block 3 Super Heavy booster to fly with various enhancements including Raptor 3 engines, integrated interstage and 3 grid fins instead of 4 used. Used on the 13th Starship flight test. It was lost at splashdown, having completed a nominal boostback burn, but performed its landing burn with fewer engines than planned.",
      "launcher_config": {
        "id": 522,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/522/?format=api",
        "name": "Starship",
        "family": "Starship",
        "full_name": "Starship V3",
        "variant": "V3"
      },
      "image_url": null,
      "flights": 1,
      "last_launch_date": "2026-07-24T22:51:00Z",
      "first_launch_date": "2026-07-24T22:51:00Z"
    },
    {
      "id": 257,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/257/?format=api",
      "flight_proven": true,
      "serial_number": "ZQ-3 F2",
      "is_placeholder": false,
      "status": "lost",
      "details": "First stage booster used on the 2nd flight of LandSpace's Zhuque-3 rocket, which resulted in a successful landing, however it was damaged after tipped over due to post-landing fire induced landing leg failure.",
      "launcher_config": {
        "id": 539,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/539/?format=api",
        "name": "Zhuque-3",
        "family": "Zhuque",
        "full_name": "Zhuque-3",
        "variant": ""
      },
      "image_url": null,
      "flights": 1,
      "last_launch_date": "2026-08-18T23:35:20Z",
      "first_launch_date": "2026-08-18T23:35:20Z"
    },
    {
      "id": 258,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/258/?format=api",
      "flight_proven": false,
      "serial_number": "TL-3 F1",
      "is_placeholder": false,
      "status": "expended",
      "details": "First stage booster used on the 1st flight of Space Pioneer's Tianlong-3 rocket. No booster recovery was attempted, and there may have been problems with the stage during ascent.",
      "launcher_config": {
        "id": 540,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/540/?format=api",
        "name": "Tianlong-3",
        "family": "",
        "full_name": "Tianlong-3",
        "variant": ""
      },
      "image_url": null,
      "flights": 1,
      "last_launch_date": "2026-04-03T04:17:00Z",
      "first_launch_date": "2026-04-03T04:17:00Z"
    },
    {
      "id": 259,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/259/?format=api",
      "flight_proven": false,
      "serial_number": "Pallas1 F1",
      "is_placeholder": false,
      "status": "expended",
      "details": "First stage booster used on the 1st flight of Galactic Energy's Pallas-1 rocket. No booster recovery was attempted.",
      "launcher_config": {
        "id": 542,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/542/?format=api",
        "name": "Pallas-1",
        "family": "",
        "full_name": "Pallas-1",
        "variant": ""
      },
      "image_url": null,
      "flights": 1,
      "last_launch_date": "2026-09-01T02:00:00Z",
      "first_launch_date": "2026-09-01T02:00:00Z"
    },
    {
      "id": 260,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/260/?format=api",
      "flight_proven": false,
      "serial_number": "Booster 21",
      "is_placeholder": false,
      "status": "active",
      "details": "Third Block 3 Super Heavy booster to fly with various enhancements including Raptor 3 engines, integrated interstage and 3 grid fins instead of 4 used. To be used on the 14th Starship flight test, the first Starship flight to deploy satellites into stable Low Earth Orbit.",
      "launcher_config": {
        "id": 522,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/522/?format=api",
        "name": "Starship",
        "family": "Starship",
        "full_name": "Starship V3",
        "variant": "V3"
      },
      "image_url": null,
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    }
  ]
}