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=120&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=130&ordering=flight_proven",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=110&ordering=flight_proven",
  "results": [
    {
      "id": 135,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/135/?format=api",
      "flight_proven": true,
      "serial_number": "33",
      "status": "expended",
      "details": "Booster used during the \"Virginia Is For Launch Lovers\" mission. First to launch from Wallops.",
      "launcher_config": {
        "id": 26,
        "launch_library_id": 148,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
        "name": "Electron",
        "family": "",
        "full_name": "Electron",
        "variant": ""
      },
      "image_url": "https://thespacedevs-dev.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": 141,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/141/?format=api",
      "flight_proven": true,
      "serial_number": "27",
      "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,
        "launch_library_id": 148,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
        "name": "Electron",
        "family": "",
        "full_name": "Electron",
        "variant": ""
      },
      "image_url": "https://thespacedevs-dev.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": 150,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/150/?format=api",
      "flight_proven": true,
      "serial_number": "Booster 12",
      "status": "retired",
      "details": "Super Heavy booster used for the fifth Starship integrated flight test.\r\n\r\nFirst Super Heavy sucessfully caught.",
      "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/booster_12_duri_image_20241013170813.jpg",
      "flights": 1,
      "last_launch_date": "2024-10-13T12:25:00Z",
      "first_launch_date": "2024-10-13T12:25:00Z"
    },
    {
      "id": 132,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/132/?format=api",
      "flight_proven": true,
      "serial_number": "37",
      "status": "expended",
      "details": "Booster expended on the \"Coming To A Storm Near You\" mission",
      "launcher_config": {
        "id": 26,
        "launch_library_id": 148,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
        "name": "Electron",
        "family": "",
        "full_name": "Electron",
        "variant": ""
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/none_image_20230824175716.jpeg",
      "flights": 1,
      "last_launch_date": "2023-05-26T03:46:00Z",
      "first_launch_date": "2023-05-26T03:46:00Z"
    },
    {
      "id": 134,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/134/?format=api",
      "flight_proven": true,
      "serial_number": "34",
      "status": "expended",
      "details": "Expended during the \"Stronger Together\" mission.",
      "launcher_config": {
        "id": 26,
        "launch_library_id": 148,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
        "name": "Electron",
        "family": "",
        "full_name": "Electron",
        "variant": ""
      },
      "image_url": "https://thespacedevs-dev.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": 136,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/136/?format=api",
      "flight_proven": true,
      "serial_number": "31",
      "status": "expended",
      "details": "Booster used during the \"It Argos Up From Here\" mission.",
      "launcher_config": {
        "id": 26,
        "launch_library_id": 148,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
        "name": "Electron",
        "family": "",
        "full_name": "Electron",
        "variant": ""
      },
      "image_url": "https://thespacedevs-dev.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": 142,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/142/?format=api",
      "flight_proven": true,
      "serial_number": "25",
      "status": "expended",
      "details": "Booster used during the \" Without Mission A Beat\" mission.",
      "launcher_config": {
        "id": 26,
        "launch_library_id": 148,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
        "name": "Electron",
        "family": "",
        "full_name": "Electron",
        "variant": ""
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/none_image_20231125062800.jpg",
      "flights": 1,
      "last_launch_date": "2022-04-02T12:41:38Z",
      "first_launch_date": "2022-04-02T12:41:38Z"
    },
    {
      "id": 149,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/149/?format=api",
      "flight_proven": true,
      "serial_number": "Booster 11",
      "status": "lost",
      "details": "Super Heavy booster used for the fourth Starship integrated flight test. Lost to the ocean after a successful soft splashdown.",
      "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/booster_11_duri_image_20240621062611.jpeg",
      "flights": 1,
      "last_launch_date": "2024-06-06T12:50:00Z",
      "first_launch_date": "2024-06-06T12:50:00Z"
    },
    {
      "id": 143,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/143/?format=api",
      "flight_proven": true,
      "serial_number": "24",
      "status": "expended",
      "details": "Booster used during the \"The Owl's Night Continues\" mission",
      "launcher_config": {
        "id": 26,
        "launch_library_id": 148,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
        "name": "Electron",
        "family": "",
        "full_name": "Electron",
        "variant": ""
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/none_image_20231125063340.jpeg",
      "flights": 1,
      "last_launch_date": "2022-02-28T20:37:25Z",
      "first_launch_date": "2022-02-28T20:37:25Z"
    },
    {
      "id": 248,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/248/?format=api",
      "flight_proven": true,
      "serial_number": "B1103",
      "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": 3,
      "last_launch_date": "2026-06-19T08:50:45Z",
      "first_launch_date": "2026-04-07T02:50:39Z"
    }
  ]
}