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=60&ordering=flights
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=70&ordering=flights",
  "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=50&ordering=flights",
  "results": [
    {
      "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": 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": 129,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/129/?format=api",
      "flight_proven": true,
      "serial_number": "39",
      "is_placeholder": false,
      "status": "retired",
      "details": "39th Electron launch vehicle to be flown on 'Baby Come Back'.",
      "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/129_image_20230717200823.jpeg",
      "flights": 1,
      "last_launch_date": "2023-07-18T01:27:00Z",
      "first_launch_date": "2023-07-18T01:27:00Z"
    },
    {
      "id": 139,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/139/?format=api",
      "flight_proven": true,
      "serial_number": "29",
      "is_placeholder": false,
      "status": "expended",
      "details": "Booster used during the \"Antipodean Adventure\" 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/none_image_20231125060446.jpeg",
      "flights": 1,
      "last_launch_date": "2022-08-04T05:00:00Z",
      "first_launch_date": "2022-08-04T05:00:00Z"
    },
    {
      "id": 108,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/108/?format=api",
      "flight_proven": true,
      "serial_number": "B1068",
      "is_placeholder": false,
      "status": "expended",
      "details": "Falcon Heavy core booster expended on its first flight as part of the ViaSat-3 Americas 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/falcon2520heav_image_20230426123306.jpeg",
      "flights": 1,
      "last_launch_date": "2023-05-01T00:26:00Z",
      "first_launch_date": "2023-05-01T00:26:00Z"
    },
    {
      "id": 23,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/23/?format=api",
      "flight_proven": true,
      "serial_number": "B1014",
      "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/23_image_20190226091459.jpeg",
      "flights": 1,
      "last_launch_date": "2015-03-02T03:50:00Z",
      "first_launch_date": "2015-03-02T03:50:00Z"
    },
    {
      "id": 22,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/22/?format=api",
      "flight_proven": true,
      "serial_number": "B1013",
      "is_placeholder": false,
      "status": "lost",
      "details": "Broke up after sucessful water landing",
      "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/22_image_20190226091415.jpg",
      "flights": 1,
      "last_launch_date": "2015-02-11T23:03:32Z",
      "first_launch_date": "2015-02-11T23:03:32Z"
    },
    {
      "id": 131,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/131/?format=api",
      "flight_proven": true,
      "serial_number": "38",
      "is_placeholder": false,
      "status": "expended",
      "details": "Booster was expened during the Scout's Arrow HASTE launch",
      "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/none_image_20230824130217.jpg",
      "flights": 1,
      "last_launch_date": "2023-06-18T01:24:00Z",
      "first_launch_date": "2023-06-18T01:24:00Z"
    },
    {
      "id": 21,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/21/?format=api",
      "flight_proven": true,
      "serial_number": "B1012",
      "is_placeholder": false,
      "status": "lost",
      "details": "Destroyed on impact with droneship, grid fin hydraulic fluid depleted",
      "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/21_image_20190226091343.jpeg",
      "flights": 1,
      "last_launch_date": "2015-01-10T09:47:10Z",
      "first_launch_date": "2015-01-10T09:47:10Z"
    },
    {
      "id": 19,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/19/?format=api",
      "flight_proven": true,
      "serial_number": "B1011",
      "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/19_image_20190226091240.jpg",
      "flights": 1,
      "last_launch_date": "2014-09-07T05:00:00Z",
      "first_launch_date": "2014-09-07T05:00:00Z"
    }
  ]
}