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

{
  "count": 188,
  "next": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=40&ordering=-flight_proven",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=20&ordering=-flight_proven",
  "results": [
    {
      "id": 50,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/50/?format=api",
      "flight_proven": true,
      "serial_number": "B1043",
      "status": "expended",
      "details": "Stage Expended",
      "launcher_config": {
        "id": 145,
        "launch_library_id": 187,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/145/?format=api",
        "name": "Falcon 9",
        "family": "Falcon",
        "full_name": "Falcon 9 Block 4",
        "variant": "Block 4"
      },
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/50_image_20190226084234.jpeg",
      "flights": 2,
      "last_launch_date": "2018-05-22T19:47:58Z",
      "first_launch_date": "2018-01-08T01:00:00Z"
    },
    {
      "id": 62,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/62/?format=api",
      "flight_proven": true,
      "serial_number": "NS-2",
      "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,
        "launch_library_id": 9999,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
        "name": "New Shepard",
        "family": "",
        "full_name": "New Shepard",
        "variant": ""
      },
      "image_url": "https://thespacedevs-dev.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": 21,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/21/?format=api",
      "flight_proven": true,
      "serial_number": "B1012",
      "status": "lost",
      "details": "Destroyed on impact with droneship, grid fin hydraulic fluid depleted",
      "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/21_image_20190226091343.jpeg",
      "flights": 1,
      "last_launch_date": "2015-01-10T09:47:10Z",
      "first_launch_date": "2015-01-10T09:47:10Z"
    },
    {
      "id": 51,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/51/?format=api",
      "flight_proven": true,
      "serial_number": "B1033",
      "status": "lost",
      "details": "Two of the outer engines didn't re-ignite for the landing burn, ran out of TEA/TEB igniters. ",
      "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/51_image_20190226084354.jpeg",
      "flights": 1,
      "last_launch_date": "2018-02-06T20:45:00Z",
      "first_launch_date": "2018-02-06T20:45:00Z"
    },
    {
      "id": 123,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/123/?format=api",
      "flight_proven": true,
      "serial_number": "B1080",
      "status": "active",
      "details": "Falcon 9 Block 5 booster first used for the Axiom Space Mission 2 Crew Dragon mission.",
      "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/b1080_image_20240322071018.jpeg",
      "flights": 26,
      "last_launch_date": "2026-04-14T09:33:10Z",
      "first_launch_date": "2023-05-21T21:37:09Z"
    },
    {
      "id": 20,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/20/?format=api",
      "flight_proven": true,
      "serial_number": "B1010",
      "status": "lost",
      "details": "Broke up after sucessful water landing",
      "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/20_image_20190226091314.jpg",
      "flights": 1,
      "last_launch_date": "2014-09-21T05:52:03Z",
      "first_launch_date": "2014-09-21T05:52:03Z"
    },
    {
      "id": 24,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/24/?format=api",
      "flight_proven": true,
      "serial_number": "B1015",
      "status": "lost",
      "details": "Destroyed on impact with droneship due to excess lateral velocity - throttle stiction",
      "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/24_image_20190226091549.jpg",
      "flights": 1,
      "last_launch_date": "2015-04-14T20:10:41Z",
      "first_launch_date": "2015-04-14T20:10:41Z"
    },
    {
      "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": 46,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/46/?format=api",
      "flight_proven": true,
      "serial_number": "B1038",
      "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/46_image_20190226083648.jpeg",
      "flights": 2,
      "last_launch_date": "2018-02-22T14:17:00Z",
      "first_launch_date": "2017-08-24T18:51:00Z"
    },
    {
      "id": 74,
      "url": "https://lldev.thespacedevs.com/2.0.0/launcher/74/?format=api",
      "flight_proven": true,
      "serial_number": "Starhopper",
      "status": "retired",
      "details": "First prototype of the Starship vehicle. Starhopper was a short test article that flew once to a height of 150m before landing safely.",
      "launcher_config": {
        "id": 207,
        "launch_library_id": null,
        "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/none_image_20200820190716.jpeg",
      "flights": 2,
      "last_launch_date": "2019-08-27T22:02:00Z",
      "first_launch_date": "2019-07-26T03:45:00Z"
    }
  ]
}