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
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=10",
  "previous": null,
  "results": [
    {
      "id": 88,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/88/?format=api",
      "flight_proven": true,
      "serial_number": "16",
      "status": "retired",
      "details": "Electron first stage used for Rocket Lab's 'Return to Sender' test recovery.",
      "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/88_image_20201120013902.jpg",
      "flights": 1,
      "last_launch_date": "2020-11-20T02:20:01Z",
      "first_launch_date": "2020-11-20T02:20:01Z"
    },
    {
      "id": 97,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/97/?format=api",
      "flight_proven": true,
      "serial_number": "20",
      "status": "retired",
      "details": "Booster used for Electron's 20th flight (Running Out Of Toes). Successfully splashed down offshore.",
      "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/97_image_20210511100944.jpg",
      "flights": 1,
      "last_launch_date": "2021-05-15T11:11:00Z",
      "first_launch_date": "2021-05-15T11:11:00Z"
    },
    {
      "id": 104,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/104/?format=api",
      "flight_proven": true,
      "serial_number": "22",
      "status": "retired",
      "details": "Booster used for Electron's 22nd flight (Love At First Insight)",
      "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_20211109093154.jpg",
      "flights": 1,
      "last_launch_date": "2021-11-18T01:38:13Z",
      "first_launch_date": "2021-11-18T01:38:13Z"
    },
    {
      "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": 110,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/110/?format=api",
      "flight_proven": true,
      "serial_number": "26",
      "status": "retired",
      "details": "First stage used for Electron's 26th flight (There and Back Again).",
      "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/110_image_20220420085303.jpg",
      "flights": 1,
      "last_launch_date": "2022-05-02T22:49:52Z",
      "first_launch_date": "2022-05-02T22:49:52Z"
    },
    {
      "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"
    }
  ]
}