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

{
  "count": 186,
  "next": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=130&ordering=-successful_landings",
  "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=110&ordering=-successful_landings",
  "results": [
    {
      "id": 89,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/89/?format=api",
      "flight_proven": true,
      "serial_number": "SN9",
      "is_placeholder": false,
      "status": "destroyed",
      "details": "SN9 is the first starship prototype to be fully made of 304L stainless steel. It was destroyed on landing after its first flight.",
      "launcher_config": {
        "id": 207,
        "url": "https://ll.thespacedevs.com/2.2.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/89_image_20210128075700.jpeg",
      "flights": 1,
      "last_launch_date": "2021-02-02T20:25:15Z",
      "first_launch_date": "2021-02-02T20:25:15Z"
    },
    {
      "id": 33,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/33/?format=api",
      "flight_proven": true,
      "serial_number": "B1024",
      "is_placeholder": false,
      "status": "lost",
      "details": "RUD on deck of droneship (OCISLY)",
      "launcher_config": {
        "id": 55,
        "url": "https://ll.thespacedevs.com/2.2.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/33_image_20190226105723.jpg",
      "flights": 1,
      "last_launch_date": "2016-06-15T14:29:00Z",
      "first_launch_date": "2016-06-15T14:29:00Z"
    },
    {
      "id": 29,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/29/?format=api",
      "flight_proven": true,
      "serial_number": "B1020",
      "is_placeholder": false,
      "status": "lost",
      "details": "Destroyed on Impact with DroneShip (OCISLY) - Excess Velocity, Possible Fuel Exhaustion",
      "launcher_config": {
        "id": 55,
        "url": "https://ll.thespacedevs.com/2.2.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/29_image_20190226105526.jpg",
      "flights": 1,
      "last_launch_date": "2016-03-04T23:35:00Z",
      "first_launch_date": "2016-03-04T23:35:00Z"
    },
    {
      "id": 26,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/26/?format=api",
      "flight_proven": true,
      "serial_number": "B1018",
      "is_placeholder": false,
      "status": "lost",
      "details": "RUD at T + 139s - second stage overpressure event due to defective COPV strut heim joint",
      "launcher_config": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/14/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 v1.1",
        "variant": "v1.1"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/26_image_20190226105108.jpeg",
      "flights": 1,
      "last_launch_date": "2015-06-28T14:21:11Z",
      "first_launch_date": "2015-06-28T14:21:11Z"
    },
    {
      "id": 28,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/28/?format=api",
      "flight_proven": true,
      "serial_number": "B1017",
      "is_placeholder": false,
      "status": "lost",
      "details": "Destroyed after drone ship landing due to landing leg failure",
      "launcher_config": {
        "id": 55,
        "url": "https://ll.thespacedevs.com/2.2.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/28_image_20190226105336.jpeg",
      "flights": 1,
      "last_launch_date": "2016-01-17T18:42:18Z",
      "first_launch_date": "2016-01-17T18:42:18Z"
    },
    {
      "id": 250,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/250/?format=api",
      "flight_proven": false,
      "serial_number": "B1104",
      "is_placeholder": false,
      "status": "active",
      "details": "Falcon 9 booster.",
      "launcher_config": {
        "id": 164,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Block 5",
        "variant": "Block 5"
      },
      "image_url": null,
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 25,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/25/?format=api",
      "flight_proven": true,
      "serial_number": "B1016",
      "is_placeholder": false,
      "status": "lost",
      "details": "",
      "launcher_config": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/14/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 v1.1",
        "variant": "v1.1"
      },
      "image_url": "https://thespacedevs-prod.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": 24,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/24/?format=api",
      "flight_proven": true,
      "serial_number": "B1015",
      "is_placeholder": false,
      "status": "lost",
      "details": "Destroyed on impact with droneship due to excess lateral velocity - throttle stiction",
      "launcher_config": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/14/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 v1.1",
        "variant": "v1.1"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/24_image_20190226091549.jpg",
      "flights": 1,
      "last_launch_date": "2015-04-14T20:10:41Z",
      "first_launch_date": "2015-04-14T20:10:41Z"
    },
    {
      "id": 75,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/75/?format=api",
      "flight_proven": false,
      "serial_number": "Mk1",
      "is_placeholder": false,
      "status": "destroyed",
      "details": "Starship Mk1 was partially destroyed during max pressure tank testing, when the forward LOX tank ruptured along a weld line of the craft's steel structure, propelling the bulkhead several meters upwards.",
      "launcher_config": {
        "id": 207,
        "url": "https://ll.thespacedevs.com/2.2.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/starship_mk1_at_image_20240307091751.jpeg",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 234,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/234/?format=api",
      "flight_proven": false,
      "serial_number": "Booster 18",
      "is_placeholder": false,
      "status": "destroyed",
      "details": "First Block 3 Super Heavy booster with various enhancements including Raptor 3 engines, integrated interstage and 3 grid fins instead of 4 used. Originally planned for usage on the 12th Starship flight test, but was written off after severely damaged during gas system pressure testing on 21 November 2025.",
      "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
    }
  ]
}