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__manufacturer' Example - /2.0.0/launcher/?serial_number=B1046

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

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

GET /2.0.0/launcher/?format=api&offset=70&ordering=-flight_proven
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 184,
  "next": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=80&ordering=-flight_proven",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=60&ordering=-flight_proven",
  "results": [
    {
      "id": 13,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/13/?format=api",
      "flight_proven": true,
      "serial_number": "B1003",
      "status": "lost",
      "details": "First flight of Falcon 9 v1.1 upgrade, first Spacex flight from Vandenberg",
      "launcher_config": {
        "id": 14,
        "launch_library_id": 1,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/14/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 v1.1",
        "variant": "v1.1"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/13_image_20191115082823.jpg",
      "flights": 1,
      "last_launch_date": "2013-09-29T16:00:13Z",
      "first_launch_date": "2013-09-29T16:00:13Z"
    },
    {
      "id": 34,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/34/?format=api",
      "flight_proven": true,
      "serial_number": "B1025",
      "status": "retired",
      "details": "Retired.",
      "launcher_config": {
        "id": 55,
        "launch_library_id": 80,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/55/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Full Thrust",
        "variant": "Full Thrust"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/34_image_20190226082254.jpeg",
      "flights": 2,
      "last_launch_date": "2018-02-06T20:45:00Z",
      "first_launch_date": "2016-07-18T04:45:29Z"
    },
    {
      "id": 73,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/73/?format=api",
      "flight_proven": true,
      "serial_number": "B1062",
      "status": "destroyed",
      "details": "Notable launches include GPS III SV04 & SV05, Inspiration4 and Axiom-1.\r\n\r\nDestroyed during its 23rd landing attempt on ASOG on 28 August 2024.",
      "launcher_config": {
        "id": 164,
        "launch_library_id": 188,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Block 5",
        "variant": "Block 5"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/73_image_20220426161427.jpeg",
      "flights": 23,
      "last_launch_date": "2024-08-28T07:48:00Z",
      "first_launch_date": "2020-11-05T23:24:23Z"
    },
    {
      "id": 61,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/61/?format=api",
      "flight_proven": true,
      "serial_number": "B1054",
      "status": "expended",
      "details": "Stage Expended",
      "launcher_config": {
        "id": 164,
        "launch_library_id": 188,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Block 5",
        "variant": "Block 5"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/61_image_20190228071607.jpg",
      "flights": 1,
      "last_launch_date": "2018-12-23T13:51:00Z",
      "first_launch_date": "2018-12-23T13:51:00Z"
    },
    {
      "id": 39,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/39/?format=api",
      "flight_proven": true,
      "serial_number": "B1030",
      "status": "expended",
      "details": "Stage Expended",
      "launcher_config": {
        "id": 55,
        "launch_library_id": 80,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/55/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Full Thrust",
        "variant": "Full Thrust"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/39_image_20190226110321.jpg",
      "flights": 1,
      "last_launch_date": "2017-03-16T06:00:00Z",
      "first_launch_date": "2017-03-16T06:00:00Z"
    },
    {
      "id": 68,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/68/?format=api",
      "flight_proven": true,
      "serial_number": "B1059",
      "status": "lost",
      "details": "Exploded upon ocean impact a safe distance from OCISLY",
      "launcher_config": {
        "id": 164,
        "launch_library_id": 188,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Block 5",
        "variant": "Block 5"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/68_image_20191207205858.jpg",
      "flights": 6,
      "last_launch_date": "2021-02-16T03:59:37Z",
      "first_launch_date": "2019-12-05T17:29:24Z"
    },
    {
      "id": 92,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/92/?format=api",
      "flight_proven": true,
      "serial_number": "SN11",
      "status": "destroyed",
      "details": "SN11 is a Starship Prototype similar in design to SN10 and SN9. It got destroyed during its first flight to an altitude of 10 km.",
      "launcher_config": {
        "id": 207,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/207/?format=api",
        "name": "Starship Prototype",
        "family": "Starship",
        "full_name": "Starship Prototype",
        "variant": "Prototype"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/92_image_20210326174157.jpeg",
      "flights": 1,
      "last_launch_date": "2021-03-30T13:00:00Z",
      "first_launch_date": "2021-03-30T13:00:00Z"
    },
    {
      "id": 10,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/10/?format=api",
      "flight_proven": true,
      "serial_number": "B0005",
      "status": "lost",
      "details": "",
      "launcher_config": {
        "id": 169,
        "launch_library_id": 90,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/169/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 v1.0",
        "variant": "v1.0"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/10_image_20191115082622.jpeg",
      "flights": 1,
      "last_launch_date": "2012-05-22T07:44:38Z",
      "first_launch_date": "2012-05-22T07:44:38Z"
    },
    {
      "id": 41,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/41/?format=api",
      "flight_proven": true,
      "serial_number": "B1034",
      "status": "expended",
      "details": "Stage Expended",
      "launcher_config": {
        "id": 55,
        "launch_library_id": 80,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/55/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Full Thrust",
        "variant": "Full Thrust"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/41_image_20190226110440.jpg",
      "flights": 1,
      "last_launch_date": "2017-05-15T23:21:00Z",
      "first_launch_date": "2017-05-15T23:21:00Z"
    },
    {
      "id": 87,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/87/?format=api",
      "flight_proven": true,
      "serial_number": "B1066",
      "status": "expended",
      "details": "Stage Expended",
      "launcher_config": {
        "id": 161,
        "launch_library_id": 58,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/161/?format=api",
        "name": "Falcon Heavy",
        "family": "Falcon",
        "full_name": "Falcon Heavy",
        "variant": "Heavy"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/87_image_20221102112720.jpeg",
      "flights": 1,
      "last_launch_date": "2022-11-01T13:41:00Z",
      "first_launch_date": "2022-11-01T13:41:00Z"
    }
  ]
}