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

{
  "count": 184,
  "next": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=90&ordering=-attempted_landings",
  "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=70&ordering=-attempted_landings",
  "results": [
    {
      "id": 88,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/88/?format=api",
      "flight_proven": true,
      "serial_number": "16",
      "is_placeholder": false,
      "status": "retired",
      "details": "Electron first stage used for Rocket Lab's 'Return to Sender' test recovery.",
      "launcher_config": {
        "id": 26,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/26/?format=api",
        "name": "Electron",
        "family": "",
        "full_name": "Electron",
        "variant": ""
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/88_image_20201120013902.jpg",
      "flights": 1,
      "last_launch_date": "2020-11-20T02:20:01Z",
      "first_launch_date": "2020-11-20T02:20:01Z"
    },
    {
      "id": 111,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/111/?format=api",
      "flight_proven": true,
      "serial_number": "B1072",
      "is_placeholder": false,
      "status": "active",
      "details": "Falcon Heavy side booster first flown during the GOES-U mission.",
      "launcher_config": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/161/?format=api",
        "name": "Falcon Heavy",
        "family": "Falcon",
        "full_name": "Falcon Heavy",
        "variant": "Heavy"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1072_and_b1086_image_20240626195649.jpeg",
      "flights": 1,
      "last_launch_date": "2024-06-25T21:26:00Z",
      "first_launch_date": "2024-06-25T21:26:00Z"
    },
    {
      "id": 31,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/31/?format=api",
      "flight_proven": true,
      "serial_number": "B1022",
      "is_placeholder": false,
      "status": "retired",
      "details": "Removed from active fleet for Δ Qualification Testing. Retired after eight to ten test cycles.  Currently partially disassembled at McGregor.",
      "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/31_image_20190226082143.jpeg",
      "flights": 1,
      "last_launch_date": "2016-05-06T05:21:00Z",
      "first_launch_date": "2016-05-06T05:21:00Z"
    },
    {
      "id": 146,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/146/?format=api",
      "flight_proven": true,
      "serial_number": "43",
      "is_placeholder": false,
      "status": "retired",
      "details": "Booster used for the \"Four Of A Kind\" mission.",
      "launcher_config": {
        "id": 26,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/26/?format=api",
        "name": "Electron",
        "family": "",
        "full_name": "Electron",
        "variant": ""
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/146_image_20240119075144.jpeg",
      "flights": 1,
      "last_launch_date": "2024-01-31T06:34:00Z",
      "first_launch_date": "2024-01-31T06:34:00Z"
    },
    {
      "id": 137,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/137/?format=api",
      "flight_proven": false,
      "serial_number": "Booster 10",
      "is_placeholder": false,
      "status": "destroyed",
      "details": "Super Heavy booster used for the third Starship integrated flight test. It was lost to a hard water landing due to multiple Raptor engines failing to reignite.",
      "launcher_config": {
        "id": 464,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/464/?format=api",
        "name": "Starship",
        "family": "Starship",
        "full_name": "Starship V1",
        "variant": "V1"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/137_image_20231229222125.jpeg",
      "flights": 1,
      "last_launch_date": "2024-03-14T13:25:00Z",
      "first_launch_date": "2024-03-14T13:25: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": 83,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/83/?format=api",
      "flight_proven": true,
      "serial_number": "SN8",
      "is_placeholder": false,
      "status": "destroyed",
      "details": "SN8 was destroyed when attempting to land after its first flight due to low header tank pressure during landing burn.",
      "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/83_image_20201211002626.jpeg",
      "flights": 1,
      "last_launch_date": "2020-12-09T22:45:25Z",
      "first_launch_date": "2020-12-09T22:45:25Z"
    },
    {
      "id": 27,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/27/?format=api",
      "flight_proven": true,
      "serial_number": "B1019",
      "is_placeholder": false,
      "status": "retired",
      "details": "Retired; on permanent display outside SpaceX headquarters, Hawthorne, California.",
      "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/27_image_20190226080753.jpeg",
      "flights": 1,
      "last_launch_date": "2015-12-22T01:29:00Z",
      "first_launch_date": "2015-12-22T01:29:00Z"
    },
    {
      "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": 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"
    }
  ]
}