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

{
  "count": 191,
  "next": "https://ll.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=140&ordering=-flight_proven",
  "previous": "https://ll.thespacedevs.com/2.0.0/launcher/?format=api&limit=10&offset=120&ordering=-flight_proven",
  "results": [
    {
      "id": 70,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/70/?format=api",
      "flight_proven": true,
      "serial_number": "SN5",
      "status": "scrapped",
      "details": "Fifth prototype of the Starship prototype vehicle. On the 4th of August, SN5 completed a 150m hop, its first successful launch and landing. SN5 was scrapped in February 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/70_image_20200806074407.jpeg",
      "flights": 1,
      "last_launch_date": "2020-08-04T23:57:00Z",
      "first_launch_date": "2020-08-04T23:57:00Z"
    },
    {
      "id": 57,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/57/?format=api",
      "flight_proven": true,
      "serial_number": "B1049",
      "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/57_image_20190226084723.jpeg",
      "flights": 11,
      "last_launch_date": "2022-11-23T02:57:00Z",
      "first_launch_date": "2018-09-10T04:45:00Z"
    },
    {
      "id": 63,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/63/?format=api",
      "flight_proven": true,
      "serial_number": "NS-3",
      "status": "destroyed",
      "details": "New Shepard vehicle #3 was the third flight vehicle of the New Shepard suborbital rocket. It suffered an anomaly during its ninth 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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/63_image_20190225165029.jpeg",
      "flights": 9,
      "last_launch_date": "2022-09-12T14:27:00Z",
      "first_launch_date": "2017-12-12T16:59:00Z"
    },
    {
      "id": 86,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/86/?format=api",
      "flight_proven": true,
      "serial_number": "B1065",
      "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,
        "launch_library_id": 58,
        "url": "https://ll.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-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": 97,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/97/?format=api",
      "flight_proven": true,
      "serial_number": "20",
      "status": "retired",
      "details": "Booster used for Electron's 20th flight (Running Out Of Toes). Successfully splashed down offshore.",
      "launcher_config": {
        "id": 26,
        "launch_library_id": 148,
        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
        "name": "Electron",
        "family": "",
        "full_name": "Electron",
        "variant": ""
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/97_image_20210511100944.jpg",
      "flights": 1,
      "last_launch_date": "2021-05-15T11:11:00Z",
      "first_launch_date": "2021-05-15T11:11:00Z"
    },
    {
      "id": 104,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/104/?format=api",
      "flight_proven": true,
      "serial_number": "22",
      "status": "retired",
      "details": "Booster used for Electron's 22nd flight (Love At First Insight)",
      "launcher_config": {
        "id": 26,
        "launch_library_id": 148,
        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
        "name": "Electron",
        "family": "",
        "full_name": "Electron",
        "variant": ""
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/none_image_20211109093154.jpg",
      "flights": 1,
      "last_launch_date": "2021-11-18T01:38:13Z",
      "first_launch_date": "2021-11-18T01:38:13Z"
    },
    {
      "id": 59,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/59/?format=api",
      "flight_proven": true,
      "serial_number": "B1053",
      "status": "expended",
      "details": "Stage Expended",
      "launcher_config": {
        "id": 161,
        "launch_library_id": 58,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/59_image_20191115083445.jpeg",
      "flights": 3,
      "last_launch_date": "2023-05-01T00:26:00Z",
      "first_launch_date": "2019-04-11T22:35:00Z"
    },
    {
      "id": 85,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/85/?format=api",
      "flight_proven": true,
      "serial_number": "B1064",
      "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,
        "launch_library_id": 58,
        "url": "https://ll.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-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": 108,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/108/?format=api",
      "flight_proven": true,
      "serial_number": "B1068",
      "status": "expended",
      "details": "Falcon Heavy core booster expended on its first flight as part of the ViaSat-3 Americas mission.",
      "launcher_config": {
        "id": 161,
        "launch_library_id": 58,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520heav_image_20230426123306.jpeg",
      "flights": 1,
      "last_launch_date": "2023-05-01T00:26:00Z",
      "first_launch_date": "2023-05-01T00:26:00Z"
    },
    {
      "id": 110,
      "url": "https://ll.thespacedevs.com/2.0.0/launcher/110/?format=api",
      "flight_proven": true,
      "serial_number": "26",
      "status": "retired",
      "details": "First stage used for Electron's 26th flight (There and Back Again).",
      "launcher_config": {
        "id": 26,
        "launch_library_id": 148,
        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
        "name": "Electron",
        "family": "",
        "full_name": "Electron",
        "variant": ""
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/110_image_20220420085303.jpg",
      "flights": 1,
      "last_launch_date": "2022-05-02T22:49:52Z",
      "first_launch_date": "2022-05-02T22:49:52Z"
    }
  ]
}