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

{
  "count": 186,
  "next": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=90&ordering=flight_proven",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=70&ordering=flight_proven",
  "results": [
    {
      "id": 65,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/65/?format=api",
      "flight_proven": true,
      "serial_number": "B1056",
      "status": "lost",
      "details": "Missed the droneship and made successful water landing; apparently scuttled at sea afterward. ",
      "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": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/65_image_20190726210717.jpeg",
      "flights": 4,
      "last_launch_date": "2020-02-17T15:05:55Z",
      "first_launch_date": "2019-05-04T06:48:58Z"
    },
    {
      "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": 14,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/14/?format=api",
      "flight_proven": true,
      "serial_number": "B1004",
      "status": "lost",
      "details": "",
      "launcher_config": {
        "id": 14,
        "launch_library_id": 1,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/14/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 v1.1",
        "variant": "v1.1"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/14_image_20191115082913.jpeg",
      "flights": 1,
      "last_launch_date": "2013-12-03T22:41:00Z",
      "first_launch_date": "2013-12-03T22:41: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": 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": 44,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/44/?format=api",
      "flight_proven": true,
      "serial_number": "B1037",
      "status": "expended",
      "details": "Stage Expended",
      "launcher_config": {
        "id": 55,
        "launch_library_id": 80,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/55/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Full Thrust",
        "variant": "Full Thrust"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/44_image_20191115083053.jpeg",
      "flights": 1,
      "last_launch_date": "2017-07-05T23:38:00Z",
      "first_launch_date": "2017-07-05T23:38:00Z"
    },
    {
      "id": 71,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/71/?format=api",
      "flight_proven": true,
      "serial_number": "B1061",
      "status": "expended",
      "details": "Booster which launched Crew-1, Crew-2 and IXPE. Expended for the launch of Hera.",
      "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": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1061_landing_o_image_20250912154328.jpeg",
      "flights": 23,
      "last_launch_date": "2024-10-07T14:52:11Z",
      "first_launch_date": "2020-11-16T00:27:17Z"
    },
    {
      "id": 66,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/66/?format=api",
      "flight_proven": true,
      "serial_number": "B1057",
      "status": "lost",
      "details": "Exploded upon ocean impact a safe distance from OCISLY",
      "launcher_config": {
        "id": 161,
        "launch_library_id": 58,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/161/?format=api",
        "name": "Falcon Heavy",
        "family": "Falcon",
        "full_name": "Falcon Heavy",
        "variant": "Heavy"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/66_image_20191115083707.jpeg",
      "flights": 1,
      "last_launch_date": "2019-06-25T06:30:00Z",
      "first_launch_date": "2019-06-25T06:30:00Z"
    },
    {
      "id": 8,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/8/?format=api",
      "flight_proven": true,
      "serial_number": "B0003",
      "status": "expended",
      "details": "Stage Expended",
      "launcher_config": {
        "id": 169,
        "launch_library_id": 90,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/169/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 v1.0",
        "variant": "v1.0"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/8_image_20191115082425.jpg",
      "flights": 1,
      "last_launch_date": "2010-06-04T18:45:00Z",
      "first_launch_date": "2010-06-04T18:45:00Z"
    },
    {
      "id": 42,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/42/?format=api",
      "flight_proven": true,
      "serial_number": "B1035",
      "status": "retired",
      "details": "Retired; permanently displayed at Space Center Houston.",
      "launcher_config": {
        "id": 55,
        "launch_library_id": 80,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/55/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Full Thrust",
        "variant": "Full Thrust"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/42_image_20190226083209.jpeg",
      "flights": 2,
      "last_launch_date": "2017-12-15T15:36:09Z",
      "first_launch_date": "2017-06-03T21:07:38Z"
    }
  ]
}