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

{
  "count": 188,
  "next": null,
  "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=170&ordering=successful_landings",
  "results": [
    {
      "id": 253,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/253/?format=api",
      "flight_proven": false,
      "serial_number": "Unknown12B",
      "is_placeholder": true,
      "status": "N/A",
      "details": "Booster serial number unknown.",
      "launcher_config": {
        "id": 552,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/552/?format=api",
        "name": "Long March 12B",
        "family": "Long March",
        "full_name": "Long March 12B",
        "variant": ""
      },
      "image_url": null,
      "flights": null,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 106,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/106/?format=api",
      "flight_proven": false,
      "serial_number": "Unknown F9",
      "is_placeholder": true,
      "status": "N/A",
      "details": "Booster serial number unknown.",
      "launcher_config": {
        "id": 164,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Block 5",
        "variant": "Block 5"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/106_image_20230708172214.png",
      "flights": null,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 117,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/117/?format=api",
      "flight_proven": false,
      "serial_number": "Unknown FH",
      "is_placeholder": true,
      "status": "N/A",
      "details": "Booster serial number unknown.",
      "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/117_image_20230723180948.png",
      "flights": null,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 152,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/152/?format=api",
      "flight_proven": false,
      "serial_number": "Unknown NG",
      "is_placeholder": true,
      "status": "N/A",
      "details": "Booster serial number unknown.",
      "launcher_config": {
        "id": 138,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/138/?format=api",
        "name": "New Glenn",
        "family": "New Glenn",
        "full_name": "New Glenn",
        "variant": ""
      },
      "image_url": null,
      "flights": null,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 200,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/200/?format=api",
      "flight_proven": false,
      "serial_number": "Unknown SH",
      "is_placeholder": true,
      "status": "N/A",
      "details": "Super Heavy for this launch is not yet known.",
      "launcher_config": {
        "id": 464,
        "url": "https://ll.thespacedevs.com/2.2.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": 241,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/241/?format=api",
      "flight_proven": false,
      "serial_number": "Unknown12A",
      "is_placeholder": true,
      "status": "N/A",
      "details": "Booster serial number unknown.",
      "launcher_config": {
        "id": 538,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/538/?format=api",
        "name": "Long March 12A",
        "family": "Long March",
        "full_name": "Long March 12A",
        "variant": ""
      },
      "image_url": null,
      "flights": null,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 144,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/144/?format=api",
      "flight_proven": false,
      "serial_number": "Unknown NS",
      "is_placeholder": true,
      "status": "N/A",
      "details": "Booster serial number unknown.",
      "launcher_config": {
        "id": 137,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
        "name": "New Shepard",
        "family": "",
        "full_name": "New Shepard",
        "variant": ""
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/none_image_20231212212416.png",
      "flights": null,
      "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
    }
  ]
}