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

{
  "count": 184,
  "next": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=170&ordering=-successful_landings",
  "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=150&ordering=-successful_landings",
  "results": [
    {
      "id": 119,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/119/?format=api",
      "flight_proven": true,
      "serial_number": "32",
      "is_placeholder": false,
      "status": "retired",
      "details": "32nd Electron launch vehicle flown on 'Catch Me If You Can'.",
      "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/119_image_20221104200030.jpeg",
      "flights": 1,
      "last_launch_date": "2022-11-04T17:27:14Z",
      "first_launch_date": "2022-11-04T17:27:14Z"
    },
    {
      "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": 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": 246,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/246/?format=api",
      "flight_proven": false,
      "serial_number": "LM-12A F1",
      "is_placeholder": false,
      "status": "destroyed",
      "details": "First stage booster used on the 1st flight of CASC's Long March 12A rocket. Booster attempted to land downrange on its dedicated landing pad, but the entry-landing burn was abnormal and it impacted the ground several kilometers from the landing pad.",
      "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_12a__image_20251224005749.jpg",
      "flights": 1,
      "last_launch_date": "2025-12-23T02:00:00Z",
      "first_launch_date": "2025-12-23T02:00:00Z"
    },
    {
      "id": 139,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/139/?format=api",
      "flight_proven": true,
      "serial_number": "29",
      "is_placeholder": false,
      "status": "expended",
      "details": "Booster used during the \"Antipodean Adventure\" 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_20231125060446.jpeg",
      "flights": 1,
      "last_launch_date": "2022-08-04T05:00:00Z",
      "first_launch_date": "2022-08-04T05:00:00Z"
    },
    {
      "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": 140,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/140/?format=api",
      "flight_proven": true,
      "serial_number": "28",
      "is_placeholder": false,
      "status": "expended",
      "details": "Booster used during the \"Wise One Looks Ahead\" 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_20231125061605.jpeg",
      "flights": 1,
      "last_launch_date": "2022-07-13T06:30:00Z",
      "first_launch_date": "2022-07-13T06:30:00Z"
    },
    {
      "id": 141,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/141/?format=api",
      "flight_proven": true,
      "serial_number": "27",
      "is_placeholder": false,
      "status": "expended",
      "details": "Booster used during the NASA Capstone mission.\r\n\r\nBooster features the NASA Worm logo and was flown without onboard cameras to save weight.",
      "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_20231125062131.jpg",
      "flights": 1,
      "last_launch_date": "2022-06-28T09:55:52Z",
      "first_launch_date": "2022-06-28T09:55:52Z"
    },
    {
      "id": 243,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/243/?format=api",
      "flight_proven": false,
      "serial_number": "Booster 19",
      "is_placeholder": false,
      "status": "active",
      "details": "First Block 3 Super Heavy booster to fly with various enhancements including Raptor 3 engines, integrated interstage and 3 grid fins instead of 4 used. Planned for usage on the 12th Starship flight test, replacing Booster 18 written off during ground testing in November 2025.",
      "launcher_config": {
        "id": 522,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/522/?format=api",
        "name": "Starship",
        "family": "Starship",
        "full_name": "Starship V3",
        "variant": "V3"
      },
      "image_url": null,
      "flights": 0,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "id": 247,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/247/?format=api",
      "flight_proven": false,
      "serial_number": "B1099",
      "is_placeholder": false,
      "status": "active",
      "details": "Falcon Heavy core 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
    }
  ]
}