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

{
  "count": 184,
  "next": "https://ll.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=60&ordering=-flight_proven",
  "previous": "https://ll.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=40&ordering=-flight_proven",
  "results": [
    {
      "id": 1,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/1/?format=api",
      "flight_proven": true,
      "serial_number": "B1050",
      "status": "retired",
      "details": "Towed to Port of Canaveral; cannibalized for parts to build Starhopper.",
      "launcher_config": {
        "id": 164,
        "launch_library_id": 188,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/1_image_20230201124850.jpg",
      "flights": 1,
      "last_launch_date": "2018-12-05T18:16:16Z",
      "first_launch_date": "2018-12-05T18:16:16Z"
    },
    {
      "id": 16,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/16/?format=api",
      "flight_proven": true,
      "serial_number": "B1006",
      "status": "lost",
      "details": "Broke up after sucessful water landing",
      "launcher_config": {
        "id": 14,
        "launch_library_id": 1,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/16_image_20190226091044.jpeg",
      "flights": 1,
      "last_launch_date": "2014-04-18T19:25:22Z",
      "first_launch_date": "2014-04-18T19:25:22Z"
    },
    {
      "id": 26,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/26/?format=api",
      "flight_proven": true,
      "serial_number": "B1018",
      "status": "lost",
      "details": "RUD at T + 139s - second stage overpressure event due to defective COPV strut heim joint",
      "launcher_config": {
        "id": 14,
        "launch_library_id": 1,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/26_image_20190226105108.jpeg",
      "flights": 1,
      "last_launch_date": "2015-06-28T14:21:11Z",
      "first_launch_date": "2015-06-28T14:21:11Z"
    },
    {
      "id": 27,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/27/?format=api",
      "flight_proven": true,
      "serial_number": "B1019",
      "status": "retired",
      "details": "Retired; on permanent display outside SpaceX headquarters, Hawthorne, California.",
      "launcher_config": {
        "id": 55,
        "launch_library_id": 80,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/27_image_20190226080753.jpeg",
      "flights": 1,
      "last_launch_date": "2015-12-22T01:29:00Z",
      "first_launch_date": "2015-12-22T01:29:00Z"
    },
    {
      "id": 32,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/32/?format=api",
      "flight_proven": true,
      "serial_number": "B1023",
      "status": "retired",
      "details": "Retired; on permanent display indoors at the Kennedy Space Center Visitor Complex.",
      "launcher_config": {
        "id": 55,
        "launch_library_id": 80,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/32_image_20190226081021.jpeg",
      "flights": 2,
      "last_launch_date": "2018-02-06T20:45:00Z",
      "first_launch_date": "2016-05-27T21:39:00Z"
    },
    {
      "id": 80,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/80/?format=api",
      "flight_proven": true,
      "serial_number": "SN6",
      "status": "scrapped",
      "details": "Starship SN6 first flew on Sept. 3rd in Boca Chica, Texas with a single Raptor engine. It flew to height of 150m before landing safely. SN6 was scrapped in January 2021.",
      "launcher_config": {
        "id": 207,
        "launch_library_id": null,
        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/207/?format=api",
        "name": "Starship Prototype",
        "family": "Starship",
        "full_name": "Starship Prototype",
        "variant": "Prototype"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/80_image_20210421034912.png",
      "flights": 1,
      "last_launch_date": "2020-09-03T17:48:00Z",
      "first_launch_date": "2020-09-03T17:48:00Z"
    },
    {
      "id": 68,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/68/?format=api",
      "flight_proven": true,
      "serial_number": "B1059",
      "status": "lost",
      "details": "Exploded upon ocean impact a safe distance from OCISLY",
      "launcher_config": {
        "id": 164,
        "launch_library_id": 188,
        "url": "https://ll.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-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": 83,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/83/?format=api",
      "flight_proven": true,
      "serial_number": "SN8",
      "status": "destroyed",
      "details": "SN8 was destroyed when attempting to land after its first flight due to low header tank pressure during landing burn.",
      "launcher_config": {
        "id": 207,
        "launch_library_id": null,
        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/207/?format=api",
        "name": "Starship Prototype",
        "family": "Starship",
        "full_name": "Starship Prototype",
        "variant": "Prototype"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/83_image_20201211002626.jpeg",
      "flights": 1,
      "last_launch_date": "2020-12-09T22:45:25Z",
      "first_launch_date": "2020-12-09T22:45:25Z"
    },
    {
      "id": 148,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/148/?format=api",
      "flight_proven": true,
      "serial_number": "B1086",
      "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,
        "launch_library_id": 188,
        "url": "https://ll.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-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": 18,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/18/?format=api",
      "flight_proven": true,
      "serial_number": "B1008",
      "status": "lost",
      "details": "",
      "launcher_config": {
        "id": 14,
        "launch_library_id": 1,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/18_image_20190226091204.jpg",
      "flights": 1,
      "last_launch_date": "2014-08-05T08:00:00Z",
      "first_launch_date": "2014-08-05T08:00:00Z"
    }
  ]
}