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

{
  "count": 186,
  "next": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=170&ordering=-attempted_landings",
  "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=150&ordering=-attempted_landings",
  "results": [
    {
      "id": 133,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/133/?format=api",
      "flight_proven": true,
      "serial_number": "36",
      "is_placeholder": false,
      "status": "expended",
      "details": "Booster expended on the \"Rocket Like a Hurricane\" mission.",
      "launcher_config": {
        "id": 26,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/26/?format=api",
        "name": "Electron",
        "family": "",
        "full_name": "Electron",
        "variant": ""
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/none_image_20230824175906.jpeg",
      "flights": 1,
      "last_launch_date": "2023-05-08T01:00:00Z",
      "first_launch_date": "2023-05-08T01:00:00Z"
    },
    {
      "id": 134,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/134/?format=api",
      "flight_proven": true,
      "serial_number": "34",
      "is_placeholder": false,
      "status": "expended",
      "details": "Expended during the \"Stronger Together\" mission.",
      "launcher_config": {
        "id": 26,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/26/?format=api",
        "name": "Electron",
        "family": "",
        "full_name": "Electron",
        "variant": ""
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/none_image_20230824185238.jpg",
      "flights": 1,
      "last_launch_date": "2023-03-16T22:38:59Z",
      "first_launch_date": "2023-03-16T22:38:59Z"
    },
    {
      "id": 135,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/135/?format=api",
      "flight_proven": true,
      "serial_number": "33",
      "is_placeholder": false,
      "status": "expended",
      "details": "Booster used during the \"Virginia Is For Launch Lovers\" mission. First to launch from Wallops.",
      "launcher_config": {
        "id": 26,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/26/?format=api",
        "name": "Electron",
        "family": "",
        "full_name": "Electron",
        "variant": ""
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/none_image_20230824193823.jpg",
      "flights": 1,
      "last_launch_date": "2023-01-24T23:00:00Z",
      "first_launch_date": "2023-01-24T23:00:00Z"
    },
    {
      "id": 98,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/98/?format=api",
      "flight_proven": false,
      "serial_number": "BN2.1",
      "is_placeholder": false,
      "status": "converted",
      "details": "Second Super Heavy prototype. Transformed into a test tank.",
      "launcher_config": {
        "id": 463,
        "url": "https://ll.thespacedevs.com/2.2.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": 136,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/136/?format=api",
      "flight_proven": true,
      "serial_number": "31",
      "is_placeholder": false,
      "status": "expended",
      "details": "Booster used during the \"It Argos Up From Here\" mission.",
      "launcher_config": {
        "id": 26,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/26/?format=api",
        "name": "Electron",
        "family": "",
        "full_name": "Electron",
        "variant": ""
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/none_image_20230824194534.jpg",
      "flights": 1,
      "last_launch_date": "2022-10-07T17:09:21Z",
      "first_launch_date": "2022-10-07T17:09:21Z"
    },
    {
      "id": 249,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/249/?format=api",
      "flight_proven": false,
      "serial_number": "GS1-SN003",
      "is_placeholder": false,
      "status": "active",
      "details": "Third New Glenn first stage booster. Named \"No, It's Necessary\".",
      "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gs1-sn003_image_20260410172611.jpg",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 138,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/138/?format=api",
      "flight_proven": true,
      "serial_number": "30",
      "is_placeholder": false,
      "status": "expended",
      "details": "Booster used for the \"The Owl Spreads Its Wings\" mission.",
      "launcher_config": {
        "id": 26,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/26/?format=api",
        "name": "Electron",
        "family": "",
        "full_name": "Electron",
        "variant": ""
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/none_image_20231125055933.jpg",
      "flights": 1,
      "last_launch_date": "2022-09-15T20:38:00Z",
      "first_launch_date": "2022-09-15T20:38:00Z"
    },
    {
      "id": 201,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/201/?format=api",
      "flight_proven": false,
      "serial_number": "B1098",
      "is_placeholder": false,
      "status": "expended",
      "details": "Falcon Heavy core booster expended during the ViaSat-3 F3 mission.",
      "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/viasat-3_f3_lau_image_20260429200823.jpg",
      "flights": 1,
      "last_launch_date": "2026-04-29T14:13:00Z",
      "first_launch_date": "2026-04-29T14:13:00Z"
    },
    {
      "id": 250,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/250/?format=api",
      "flight_proven": false,
      "serial_number": "B1104",
      "is_placeholder": false,
      "status": "active",
      "details": "Falcon 9 booster.",
      "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": null,
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 76,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/76/?format=api",
      "flight_proven": false,
      "serial_number": "SN1",
      "is_placeholder": false,
      "status": "destroyed",
      "details": "SN1 was destroyed when undergoing pressurization.",
      "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/76_image_20200918010747.png",
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    }
  ]
}