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

{
  "count": 184,
  "next": null,
  "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=170&ordering=-flight_proven",
  "results": [
    {
      "id": 236,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/236/?format=api",
      "flight_proven": false,
      "serial_number": "T1E",
      "is_placeholder": false,
      "status": "active",
      "details": "T1E, which stands for Themis 1-Engine Evolution, is the second Themis demonstrator flight model, designed for medium-altitude hop tests at the Esrange Space Center in Sweden.",
      "launcher_config": {
        "id": 523,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/523/?format=api",
        "name": "Themis Demonstrator",
        "family": "",
        "full_name": "Themis Demonstrator",
        "variant": ""
      },
      "image_url": null,
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 75,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/75/?format=api",
      "flight_proven": false,
      "serial_number": "Mk1",
      "is_placeholder": false,
      "status": "destroyed",
      "details": "Starship Mk1 was partially destroyed during max pressure tank testing, when the forward LOX tank ruptured along a weld line of the craft's steel structure, propelling the bulkhead several meters upwards.",
      "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_mk1_at_image_20240307091751.jpeg",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 244,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/244/?format=api",
      "flight_proven": false,
      "serial_number": "B1102",
      "is_placeholder": false,
      "status": "active",
      "details": "Falcon Heavy side booster.",
      "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": null,
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 242,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/242/?format=api",
      "flight_proven": false,
      "serial_number": "UnknownZQ3",
      "is_placeholder": true,
      "status": "N/A",
      "details": "Booster serial number unknown.",
      "launcher_config": {
        "id": 539,
        "url": "https://ll.thespacedevs.com/2.2.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
    }
  ]
}