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

{
  "count": 188,
  "next": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=170",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=150",
  "results": [
    {
      "id": 67,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/67/?format=api",
      "flight_proven": true,
      "serial_number": "SARGE 1",
      "status": "destroyed",
      "details": "Sarge 1 is the first SARGE reusable sounding rocket.",
      "launcher_config": {
        "id": 197,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/197/?format=api",
        "name": "SARGE",
        "family": "",
        "full_name": "SARGE",
        "variant": ""
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/67_image_20190629182855.jpg",
      "flights": 4,
      "last_launch_date": "2019-10-26T17:40:15Z",
      "first_launch_date": "2018-08-25T18:15:00Z"
    },
    {
      "id": 76,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/76/?format=api",
      "flight_proven": false,
      "serial_number": "SN1",
      "status": "destroyed",
      "details": "SN1 was destroyed when undergoing pressurization.",
      "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/76_image_20200918010747.png",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 91,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/91/?format=api",
      "flight_proven": true,
      "serial_number": "SN10",
      "status": "destroyed",
      "details": "SN10 is a Starship Prototype similar in design to SN9. SN10 was destroyed during an explosion on the pad after landing.",
      "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/91_image_20210303201919.jpg",
      "flights": 1,
      "last_launch_date": "2021-03-03T23:15:00Z",
      "first_launch_date": "2021-03-03T23:15:00Z"
    },
    {
      "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": 94,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/94/?format=api",
      "flight_proven": true,
      "serial_number": "SN15",
      "status": "retired",
      "details": "Next Starship prototype built after SN11. It features hundreds of design improvements across structures, avionics, software and engine.\r\nFirst Starship prototype to successfully land after a high altitude flight.",
      "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/94_image_20210511112730.jpeg",
      "flights": 1,
      "last_launch_date": "2021-05-05T22:24:00Z",
      "first_launch_date": "2021-05-05T22:24:00Z"
    },
    {
      "id": 100,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/100/?format=api",
      "flight_proven": false,
      "serial_number": "SN16",
      "status": "scrapped",
      "details": "Last suborbital Starship prototype built after SN15, to which it is similar in design. SN16 was later scrapped as SpaceX gathered all data necessary through SN9-15 and shifted focus to the Orbital Flight Test.",
      "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": null,
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 77,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/77/?format=api",
      "flight_proven": false,
      "serial_number": "SN2",
      "status": "retired",
      "details": "SN2 successfully went through a pressure and cryo test, but was not used for a static fire or hop.",
      "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/77_image_20200917061818.jpg",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 78,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/78/?format=api",
      "flight_proven": false,
      "serial_number": "SN3",
      "status": "destroyed",
      "details": "SN3's cryo test failed, the result being the LOX (Liquid Oxygen) Tank collapsing due to underpressurisation.",
      "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/78_image_20200917062030.jpg",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 79,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/79/?format=api",
      "flight_proven": false,
      "serial_number": "SN4",
      "status": "destroyed",
      "details": "On April 26, 2020, SN4 successfully completed a cryogenic pressure test. On May 29, 2020, SN4 exploded after engine testing.",
      "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/79_image_20200821075148.jpeg",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 70,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/70/?format=api",
      "flight_proven": true,
      "serial_number": "SN5",
      "status": "scrapped",
      "details": "Fifth prototype of the Starship prototype vehicle. On the 4th of August, SN5 completed a 150m hop, its first successful launch and landing. SN5 was scrapped in February 2021.",
      "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/70_image_20200806074407.jpeg",
      "flights": 1,
      "last_launch_date": "2020-08-04T23:57:00Z",
      "first_launch_date": "2020-08-04T23:57:00Z"
    }
  ]
}