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": 61,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/61/?format=api",
      "flight_proven": true,
      "serial_number": "B1054",
      "status": "expended",
      "details": "Stage Expended",
      "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/61_image_20190228071607.jpg",
      "flights": 1,
      "last_launch_date": "2018-12-23T13:51:00Z",
      "first_launch_date": "2018-12-23T13:51:00Z"
    },
    {
      "id": 35,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/35/?format=api",
      "flight_proven": true,
      "serial_number": "B1026",
      "status": "retired",
      "details": "Permanently scrapped.",
      "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/35_image_20190226082335.jpeg",
      "flights": 1,
      "last_launch_date": "2016-08-14T05:26:00Z",
      "first_launch_date": "2016-08-14T05:26:00Z"
    },
    {
      "id": 153,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/153/?format=api",
      "flight_proven": true,
      "serial_number": "B1088",
      "status": "active",
      "details": "Falcon 9 booster.",
      "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/b1088_landing_o_image_20250912151209.jpeg",
      "flights": 15,
      "last_launch_date": "2026-04-26T14:37:09Z",
      "first_launch_date": "2024-11-30T08:10:00Z"
    },
    {
      "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": 25,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/25/?format=api",
      "flight_proven": true,
      "serial_number": "B1016",
      "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/25_image_20190226091642.jpeg",
      "flights": 1,
      "last_launch_date": "2015-04-27T23:03:00Z",
      "first_launch_date": "2015-04-27T23:03:00Z"
    },
    {
      "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": 9,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/9/?format=api",
      "flight_proven": true,
      "serial_number": "B0004",
      "status": "lost",
      "details": "First flight of Dragon",
      "launcher_config": {
        "id": 169,
        "launch_library_id": 90,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/9_image_20191115082500.jpg",
      "flights": 1,
      "last_launch_date": "2010-12-08T15:43:00Z",
      "first_launch_date": "2010-12-08T15:43:00Z"
    },
    {
      "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": 60,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/60/?format=api",
      "flight_proven": true,
      "serial_number": "NS-1",
      "status": "destroyed",
      "details": "New Shepard 1 was destroyed on landing during its first flight.",
      "launcher_config": {
        "id": 137,
        "launch_library_id": 9999,
        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
        "name": "New Shepard",
        "family": "",
        "full_name": "New Shepard",
        "variant": ""
      },
      "image_url": null,
      "flights": 1,
      "last_launch_date": "2015-04-29T17:06:00Z",
      "first_launch_date": "2015-04-29T17:06:00Z"
    },
    {
      "id": 55,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/55/?format=api",
      "flight_proven": true,
      "serial_number": "B1047",
      "status": "expended",
      "details": "Stage Expended",
      "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/55_image_20190226081347.jpeg",
      "flights": 3,
      "last_launch_date": "2019-08-06T23:23:00Z",
      "first_launch_date": "2018-07-22T05:50:00Z"
    }
  ]
}