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

{
  "count": 184,
  "next": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=50&ordering=-id",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=30&ordering=-id",
  "results": [
    {
      "id": 146,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/146/?format=api",
      "flight_proven": true,
      "serial_number": "43",
      "status": "retired",
      "details": "Booster used for the \"Four Of A Kind\" 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/146_image_20240119075144.jpeg",
      "flights": 1,
      "last_launch_date": "2024-01-31T06:34:00Z",
      "first_launch_date": "2024-01-31T06:34:00Z"
    },
    {
      "id": 145,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/145/?format=api",
      "flight_proven": false,
      "serial_number": "42",
      "status": "expended",
      "details": "Booster used for the \"The Moon God Awakens\" 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_20231217192954.jpg",
      "flights": 1,
      "last_launch_date": "2023-12-15T04:05:54Z",
      "first_launch_date": "2023-12-15T04:05:54Z"
    },
    {
      "id": 144,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/144/?format=api",
      "flight_proven": false,
      "serial_number": "Unknown NS",
      "status": "N/A",
      "details": "Booster serial number unknown.",
      "launcher_config": {
        "id": 137,
        "launch_library_id": 9999,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
        "name": "New Shepard",
        "family": "",
        "full_name": "New Shepard",
        "variant": ""
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/none_image_20231212212416.png",
      "flights": null,
      "last_launch_date": null,
      "first_launch_date": null
    },
    {
      "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": 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": 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": 140,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/140/?format=api",
      "flight_proven": true,
      "serial_number": "28",
      "status": "expended",
      "details": "Booster used during the \"Wise One Looks Ahead\" 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_20231125061605.jpeg",
      "flights": 1,
      "last_launch_date": "2022-07-13T06:30:00Z",
      "first_launch_date": "2022-07-13T06:30:00Z"
    },
    {
      "id": 139,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/139/?format=api",
      "flight_proven": true,
      "serial_number": "29",
      "status": "expended",
      "details": "Booster used during the \"Antipodean Adventure\" 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_20231125060446.jpeg",
      "flights": 1,
      "last_launch_date": "2022-08-04T05:00:00Z",
      "first_launch_date": "2022-08-04T05:00:00Z"
    },
    {
      "id": 138,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/138/?format=api",
      "flight_proven": true,
      "serial_number": "30",
      "status": "expended",
      "details": "Booster used for the \"The Owl Spreads Its Wings\" 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_20231125055933.jpg",
      "flights": 1,
      "last_launch_date": "2022-09-15T20:38:00Z",
      "first_launch_date": "2022-09-15T20:38:00Z"
    },
    {
      "id": 137,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/137/?format=api",
      "flight_proven": false,
      "serial_number": "Booster 10",
      "status": "destroyed",
      "details": "Super Heavy booster used for the third Starship integrated flight test. It was lost to a hard water landing due to multiple Raptor engines failing to reignite.",
      "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/137_image_20231229222125.jpeg",
      "flights": 1,
      "last_launch_date": "2024-03-14T13:25:00Z",
      "first_launch_date": "2024-03-14T13:25:00Z"
    }
  ]
}