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=10
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=20",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10",
  "results": [
    {
      "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": 119,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/119/?format=api",
      "flight_proven": true,
      "serial_number": "32",
      "status": "retired",
      "details": "32nd Electron launch vehicle flown on 'Catch Me If You Can'.",
      "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/119_image_20221104200030.jpeg",
      "flights": 1,
      "last_launch_date": "2022-11-04T17:27:14Z",
      "first_launch_date": "2022-11-04T17:27:14Z"
    },
    {
      "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": 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": 122,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/122/?format=api",
      "flight_proven": true,
      "serial_number": "35",
      "status": "retired",
      "details": "35th Electron launch vehicle flown on 'The Beat Goes On'.",
      "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_20230307125526.jpeg",
      "flights": 1,
      "last_launch_date": "2023-03-24T09:14:56Z",
      "first_launch_date": "2023-03-24T09:14:56Z"
    },
    {
      "id": 133,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/133/?format=api",
      "flight_proven": true,
      "serial_number": "36",
      "status": "expended",
      "details": "Booster expended on the \"Rocket Like a Hurricane\" 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_20230824175906.jpeg",
      "flights": 1,
      "last_launch_date": "2023-05-08T01:00:00Z",
      "first_launch_date": "2023-05-08T01:00: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": 131,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/131/?format=api",
      "flight_proven": true,
      "serial_number": "38",
      "status": "expended",
      "details": "Booster was expened during the Scout's Arrow HASTE launch",
      "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_20230824130217.jpg",
      "flights": 1,
      "last_launch_date": "2023-06-18T01:24:00Z",
      "first_launch_date": "2023-06-18T01:24:00Z"
    },
    {
      "id": 129,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/129/?format=api",
      "flight_proven": true,
      "serial_number": "39",
      "status": "retired",
      "details": "39th Electron launch vehicle to be flown on 'Baby Come Back'.",
      "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/129_image_20230717200823.jpeg",
      "flights": 1,
      "last_launch_date": "2023-07-18T01:27:00Z",
      "first_launch_date": "2023-07-18T01:27:00Z"
    },
    {
      "id": 130,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/130/?format=api",
      "flight_proven": true,
      "serial_number": "40",
      "status": "retired",
      "details": "40th Electron launch vehicle flown on 'We Love the Nightlife'.",
      "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/130_image_20230824080859.jpeg",
      "flights": 1,
      "last_launch_date": "2023-08-23T23:45:00Z",
      "first_launch_date": "2023-08-23T23:45:00Z"
    }
  ]
}