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=30&ordering=flight_proven
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=40&ordering=flight_proven",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=20&ordering=flight_proven",
  "results": [
    {
      "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": 200,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/200/?format=api",
      "flight_proven": false,
      "serial_number": "Unknown SH",
      "status": "N/A",
      "details": "Super Heavy for this launch is not yet known.",
      "launcher_config": {
        "id": 464,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/464/?format=api",
        "name": "Starship",
        "family": "Starship",
        "full_name": "Starship V1",
        "variant": "V1"
      },
      "image_url": null,
      "flights": null,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 98,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/98/?format=api",
      "flight_proven": false,
      "serial_number": "BN2.1",
      "status": "converted",
      "details": "Second Super Heavy prototype. Transformed into a test tank.",
      "launcher_config": {
        "id": 463,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/463/?format=api",
        "name": "Super Heavy Prototype",
        "family": "Starship",
        "full_name": "Super Heavy Prototype",
        "variant": "Prototype"
      },
      "image_url": null,
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 99,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/99/?format=api",
      "flight_proven": false,
      "serial_number": "Booster 3",
      "status": "scrapped",
      "details": "Super Heavy prototype used for ground testing. First Super Heavy to static fire.",
      "launcher_config": {
        "id": 463,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/463/?format=api",
        "name": "Super Heavy Prototype",
        "family": "Starship",
        "full_name": "Super Heavy Prototype",
        "variant": "Prototype"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/99_image_20210615130010.jpg",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 81,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/81/?format=api",
      "flight_proven": false,
      "serial_number": "SN7",
      "status": "destroyed",
      "details": "Intentionally destroyed during a pressurization 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": 95,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/95/?format=api",
      "flight_proven": false,
      "serial_number": "SN7.2",
      "status": "retired",
      "details": "SpaceX test tank for 3mm stainless steel sheets. Retired after two pressure tests.",
      "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": 103,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/103/?format=api",
      "flight_proven": false,
      "serial_number": "Booster 4",
      "status": "retired",
      "details": "First Super Heavy booster to complete a cryogenic proof test at the Orbital Launch Pad, as well as the first full stack cryogenic proof test for a Starship vehicle. Booster 4 is now on display at SpaceX's Rocket Garden in Boca Chica.",
      "launcher_config": {
        "id": 464,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/464/?format=api",
        "name": "Starship",
        "family": "Starship",
        "full_name": "Starship V1",
        "variant": "V1"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/103_image_20210807065411.jpg",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 242,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/242/?format=api",
      "flight_proven": false,
      "serial_number": "UnknownZQ3",
      "status": "N/A",
      "details": "Booster serial number unknown.",
      "launcher_config": {
        "id": 539,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/539/?format=api",
        "name": "Zhuque-3",
        "family": "Zhuque",
        "full_name": "Zhuque-3",
        "variant": ""
      },
      "image_url": null,
      "flights": null,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 250,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/250/?format=api",
      "flight_proven": false,
      "serial_number": "B1104",
      "status": "active",
      "details": "Falcon 9 booster.",
      "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": null,
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 137,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/137/?format=api",
      "flight_proven": false,
      "serial_number": "Booster 10",
      "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,
        "launch_library_id": null,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/464/?format=api",
        "name": "Starship",
        "family": "Starship",
        "full_name": "Starship V1",
        "variant": "V1"
      },
      "image_url": "https://thespacedevs-dev.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"
    }
  ]
}