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__ids', 'launcher_config__manufacturer__name', 'is_placeholder' Example - /2.2.0/launcher/?serial_number=B1046

SEARCH EXAMPLE: /2.2.0/launcher/?search=expended Searches through serial number or status

ORDERING: Fields - 'id', 'flight_proven', Example - /2.2.0/launcher/?order=flight_proven

GET /2.2.0/launcher/?format=api&offset=140&ordering=attempted_landings
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 188,
  "next": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=150&ordering=attempted_landings",
  "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=130&ordering=attempted_landings",
  "results": [
    {
      "id": 65,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/65/?format=api",
      "flight_proven": true,
      "serial_number": "B1056",
      "is_placeholder": false,
      "status": "lost",
      "details": "Missed the droneship and made successful water landing; apparently scuttled at sea afterward. ",
      "launcher_config": {
        "id": 164,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Block 5",
        "variant": "Block 5"
      },
      "image_url": "https://thespacedevs-prod.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": 56,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/56/?format=api",
      "flight_proven": true,
      "serial_number": "B1048",
      "is_placeholder": false,
      "status": "lost",
      "details": "Landing burn not performed after premature engine shutdown during ascent",
      "launcher_config": {
        "id": 164,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Block 5",
        "variant": "Block 5"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/56_image_20191123114656.jpg",
      "flights": 5,
      "last_launch_date": "2020-03-18T12:16:39Z",
      "first_launch_date": "2018-07-25T11:39:30Z"
    },
    {
      "id": 148,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/148/?format=api",
      "flight_proven": true,
      "serial_number": "B1086",
      "is_placeholder": false,
      "status": "lost",
      "details": "Falcon 9 booster that started out as a Falcon Heavy side booster flown during the GOES-U mission.\r\n\r\nWritten off on 3 March 2025 after safely landing aboard JRTI due to post-landing aft end fire damaging one of the landing legs and tipping it overboard.",
      "launcher_config": {
        "id": 164,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Block 5",
        "variant": "Block 5"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1072_and_b1086_image_20240626195649.jpeg",
      "flights": 5,
      "last_launch_date": "2025-03-03T02:24:00Z",
      "first_launch_date": "2024-06-25T21:26:00Z"
    },
    {
      "id": 62,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/62/?format=api",
      "flight_proven": true,
      "serial_number": "NS-2",
      "is_placeholder": false,
      "status": "retired",
      "details": "The New Shepard 2 or NS2, made five successful flights in 2015 and 2016, being retired after its fifth flight in October 2016. It was the first booster which Blue Origin successfully landed and reused.",
      "launcher_config": {
        "id": 137,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
        "name": "New Shepard",
        "family": "",
        "full_name": "New Shepard",
        "variant": ""
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/62_image_20190225163937.jpeg",
      "flights": 5,
      "last_launch_date": "2016-10-05T16:36:00Z",
      "first_launch_date": "2015-11-23T17:21:00Z"
    },
    {
      "id": 85,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/85/?format=api",
      "flight_proven": true,
      "serial_number": "B1064",
      "is_placeholder": false,
      "status": "expended",
      "details": "Side booster paired with B1065, launched 3 USSF missions, EchoStar 24 and the Psyche mission before expended during launch of Europa Clipper.",
      "launcher_config": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/161/?format=api",
        "name": "Falcon Heavy",
        "family": "Falcon",
        "full_name": "Falcon Heavy",
        "variant": "Heavy"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/85_image_20221102112709.jpeg",
      "flights": 6,
      "last_launch_date": "2024-10-14T16:06:00Z",
      "first_launch_date": "2022-11-01T13:41:00Z"
    },
    {
      "id": 86,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/86/?format=api",
      "flight_proven": true,
      "serial_number": "B1065",
      "is_placeholder": false,
      "status": "expended",
      "details": "Side booster paired with B1064, launched 3 USSF missions, EchoStar 24 and the Psyche mission before expended during launch of Europa Clipper.",
      "launcher_config": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/161/?format=api",
        "name": "Falcon Heavy",
        "family": "Falcon",
        "full_name": "Falcon Heavy",
        "variant": "Heavy"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/85_image_20221102112709.jpeg",
      "flights": 6,
      "last_launch_date": "2024-10-14T16:06:00Z",
      "first_launch_date": "2022-11-01T13:41:00Z"
    },
    {
      "id": 239,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/239/?format=api",
      "flight_proven": true,
      "serial_number": "B1100",
      "is_placeholder": false,
      "status": "active",
      "details": "Falcon 9 booster, with a special “100” logo in lieu of the usual serial number style painted on the booster.",
      "launcher_config": {
        "id": 164,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Block 5",
        "variant": "Block 5"
      },
      "image_url": null,
      "flights": 6,
      "last_launch_date": "2026-05-26T14:50:34Z",
      "first_launch_date": "2025-11-23T08:48:00Z"
    },
    {
      "id": 187,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/187/?format=api",
      "flight_proven": true,
      "serial_number": "NS-5",
      "is_placeholder": false,
      "status": "active",
      "details": "5th New Shepard booster.",
      "launcher_config": {
        "id": 137,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
        "name": "New Shepard",
        "family": "",
        "full_name": "New Shepard",
        "variant": ""
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns-5_on_the_lau_image_20250204174818.jpg",
      "flights": 6,
      "last_launch_date": "2025-12-20T14:15:00Z",
      "first_launch_date": "2024-10-23T15:27:00Z"
    },
    {
      "id": 68,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/68/?format=api",
      "flight_proven": true,
      "serial_number": "B1059",
      "is_placeholder": false,
      "status": "lost",
      "details": "Exploded upon ocean impact a safe distance from OCISLY",
      "launcher_config": {
        "id": 164,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Block 5",
        "variant": "Block 5"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/68_image_20191207205858.jpg",
      "flights": 6,
      "last_launch_date": "2021-02-16T03:59:37Z",
      "first_launch_date": "2019-12-05T17:29:24Z"
    },
    {
      "id": 197,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/197/?format=api",
      "flight_proven": true,
      "serial_number": "B1096",
      "is_placeholder": false,
      "status": "active",
      "details": "Falcon 9 booster.",
      "launcher_config": {
        "id": 164,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Block 5",
        "variant": "Block 5"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1096_landing_a_image_20251219190526.jpg",
      "flights": 6,
      "last_launch_date": "2026-05-15T22:05:41Z",
      "first_launch_date": "2025-07-16T06:30:00Z"
    }
  ]
}