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=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=70&ordering=attempted_landings",
  "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=50&ordering=attempted_landings",
  "results": [
    {
      "id": 15,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/15/?format=api",
      "flight_proven": true,
      "serial_number": "B1005",
      "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/15_image_20190226091005.jpg",
      "flights": 1,
      "last_launch_date": "2014-01-06T22:06:00Z",
      "first_launch_date": "2014-01-06T22:06:00Z"
    },
    {
      "id": 81,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/81/?format=api",
      "flight_proven": false,
      "serial_number": "SN7",
      "is_placeholder": false,
      "status": "destroyed",
      "details": "Intentionally destroyed during a pressurization test.",
      "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": null,
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 16,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/16/?format=api",
      "flight_proven": true,
      "serial_number": "B1006",
      "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/16_image_20190226091044.jpeg",
      "flights": 1,
      "last_launch_date": "2014-04-18T19:25:22Z",
      "first_launch_date": "2014-04-18T19:25:22Z"
    },
    {
      "id": 141,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/141/?format=api",
      "flight_proven": true,
      "serial_number": "27",
      "is_placeholder": false,
      "status": "expended",
      "details": "Booster used during the NASA Capstone mission.\r\n\r\nBooster features the NASA Worm logo and was flown without onboard cameras to save weight.",
      "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_20231125062131.jpg",
      "flights": 1,
      "last_launch_date": "2022-06-28T09:55:52Z",
      "first_launch_date": "2022-06-28T09:55:52Z"
    },
    {
      "id": 17,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/17/?format=api",
      "flight_proven": true,
      "serial_number": "B1007",
      "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/17_image_20190226091117.jpg",
      "flights": 1,
      "last_launch_date": "2014-07-14T15:15:00Z",
      "first_launch_date": "2014-07-14T15:15:00Z"
    },
    {
      "id": 52,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/52/?format=api",
      "flight_proven": true,
      "serial_number": "B1044",
      "is_placeholder": false,
      "status": "expended",
      "details": "Stage Expended",
      "launcher_config": {
        "id": 145,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/145/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Block 4",
        "variant": "Block 4"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/52_image_20190226084428.jpeg",
      "flights": 1,
      "last_launch_date": "2018-03-06T05:33:00Z",
      "first_launch_date": "2018-03-06T05:33:00Z"
    },
    {
      "id": 47,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/47/?format=api",
      "flight_proven": true,
      "serial_number": "B1040",
      "is_placeholder": false,
      "status": "expended",
      "details": "Stage Expended",
      "launcher_config": {
        "id": 145,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/145/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Block 4",
        "variant": "Block 4"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/47_image_20190226083837.jpeg",
      "flights": 2,
      "last_launch_date": "2018-06-04T04:45:00Z",
      "first_launch_date": "2017-09-07T14:00:00Z"
    },
    {
      "id": 45,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/45/?format=api",
      "flight_proven": true,
      "serial_number": "B1039",
      "is_placeholder": false,
      "status": "expended",
      "details": "Stage Expended",
      "launcher_config": {
        "id": 145,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/145/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Block 4",
        "variant": "Block 4"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/45_image_20190226083552.jpeg",
      "flights": 2,
      "last_launch_date": "2018-04-02T20:30:38Z",
      "first_launch_date": "2017-08-14T16:31:37Z"
    },
    {
      "id": 46,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/46/?format=api",
      "flight_proven": true,
      "serial_number": "B1038",
      "is_placeholder": false,
      "status": "expended",
      "details": "Stage Expended",
      "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/46_image_20190226083648.jpeg",
      "flights": 2,
      "last_launch_date": "2018-02-22T14:17:00Z",
      "first_launch_date": "2017-08-24T18:51:00Z"
    },
    {
      "id": 43,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/43/?format=api",
      "flight_proven": true,
      "serial_number": "B1036",
      "is_placeholder": false,
      "status": "expended",
      "details": "Broke Up After Successful Water Landing",
      "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/43_image_20190226083438.jpeg",
      "flights": 2,
      "last_launch_date": "2017-12-23T01:27:34Z",
      "first_launch_date": "2017-06-25T20:25:18Z"
    }
  ]
}