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

{
  "count": 191,
  "next": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=160&ordering=-flights",
  "previous": "https://ll.thespacedevs.com/2.2.0/launcher/?format=api&limit=10&offset=140&ordering=-flights",
  "results": [
    {
      "id": 113,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/113/?format=api",
      "flight_proven": true,
      "serial_number": "B1074",
      "is_placeholder": false,
      "status": "expended",
      "details": "Falcon Heavy core booster for the EchoStar 24/Jupiter-3 mission. Planned to be expended.",
      "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/113_image_20230727155352.jpeg",
      "flights": 1,
      "last_launch_date": "2023-07-29T03:04:00Z",
      "first_launch_date": "2023-07-29T03:04:00Z"
    },
    {
      "id": 121,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/121/?format=api",
      "flight_proven": true,
      "serial_number": "B1079",
      "is_placeholder": false,
      "status": "expended",
      "details": "Falcon Heavy core booster expended during the Psyche mission.",
      "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/121_image_20231014091824.jpg",
      "flights": 1,
      "last_launch_date": "2023-10-13T14:19:43Z",
      "first_launch_date": "2023-10-13T14:19:43Z"
    },
    {
      "id": 127,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/127/?format=api",
      "flight_proven": false,
      "serial_number": "B1084",
      "is_placeholder": false,
      "status": "expended",
      "details": "Falcon Heavy core booster expended during the USSF-52 mission.",
      "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/127_image_20231229222119.jpeg",
      "flights": 1,
      "last_launch_date": "2023-12-29T01:07:00Z",
      "first_launch_date": "2023-12-29T01:07:00Z"
    },
    {
      "id": 137,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/137/?format=api",
      "flight_proven": false,
      "serial_number": "Booster 10",
      "is_placeholder": false,
      "status": "destroyed",
      "details": "Super Heavy booster used for the third Starship integrated flight test. It was lost to a hard water landing due to multiple Raptor engines failing to reignite.",
      "launcher_config": {
        "id": 464,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/464/?format=api",
        "name": "Starship",
        "family": "Starship",
        "full_name": "Starship V1",
        "variant": "V1"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/137_image_20231229222125.jpeg",
      "flights": 1,
      "last_launch_date": "2024-03-14T13:25:00Z",
      "first_launch_date": "2024-03-14T13:25:00Z"
    },
    {
      "id": 115,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/115/?format=api",
      "flight_proven": true,
      "serial_number": "Booster 7",
      "is_placeholder": false,
      "status": "destroyed",
      "details": "Booster 7 is the first Super Heavy booster with 33 Raptor 2 engines and was used for the first Starship integrated flight test with Ship 24. Lost in a launch failure.",
      "launcher_config": {
        "id": 464,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/464/?format=api",
        "name": "Starship",
        "family": "Starship",
        "full_name": "Starship V1",
        "variant": "V1"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/115_image_20220915030149.jpeg",
      "flights": 1,
      "last_launch_date": "2023-04-20T13:33:09Z",
      "first_launch_date": "2023-04-20T13:33:09Z"
    },
    {
      "id": 3,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/3/?format=api",
      "flight_proven": true,
      "serial_number": "F1 B0001",
      "is_placeholder": false,
      "status": "lost",
      "details": "Engine failure at T+33 seconds resulted in loss of vehicle",
      "launcher_config": {
        "id": 133,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/133/?format=api",
        "name": "Falcon 1",
        "family": "Falcon",
        "full_name": "Falcon 1",
        "variant": "1"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/3_image_20230707185714.jpg",
      "flights": 1,
      "last_launch_date": "2006-03-24T22:30:00Z",
      "first_launch_date": "2006-03-24T22:30:00Z"
    },
    {
      "id": 4,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/4/?format=api",
      "flight_proven": true,
      "serial_number": "F1 B0002",
      "is_placeholder": false,
      "status": "lost",
      "details": "Successful first-stage burn and transition to second stage, maximal altitude 289 km. Harmonic oscillation at T+5 minutes Premature engine shutdown at T+7 min 30 s. Failed to reach orbit.",
      "launcher_config": {
        "id": 133,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/133/?format=api",
        "name": "Falcon 1",
        "family": "Falcon",
        "full_name": "Falcon 1",
        "variant": "1"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/4_image_20230707185728.jpg",
      "flights": 1,
      "last_launch_date": "2007-03-21T01:10:00Z",
      "first_launch_date": "2007-03-21T01:10:00Z"
    },
    {
      "id": 5,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/5/?format=api",
      "flight_proven": true,
      "serial_number": "F1 B0003",
      "is_placeholder": false,
      "status": "lost",
      "details": "Residual stage-1 thrust led to collision between stage 1 and stage 2.",
      "launcher_config": {
        "id": 133,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/133/?format=api",
        "name": "Falcon 1",
        "family": "Falcon",
        "full_name": "Falcon 1",
        "variant": "1"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/5_image_20230707190424.jpg",
      "flights": 1,
      "last_launch_date": "2008-08-03T03:34:00Z",
      "first_launch_date": "2008-08-03T03:34:00Z"
    },
    {
      "id": 6,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/6/?format=api",
      "flight_proven": true,
      "serial_number": "F1 B0004",
      "is_placeholder": false,
      "status": "lost",
      "details": "Initially scheduled for 23–25 Sep, carried dummy payload – mass simulator, 165 kg (originally intended to be RazakSAT.",
      "launcher_config": {
        "id": 133,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/133/?format=api",
        "name": "Falcon 1",
        "family": "Falcon",
        "full_name": "Falcon 1",
        "variant": "1"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/6_image_20230707190325.jpg",
      "flights": 1,
      "last_launch_date": "2008-09-28T23:15:00Z",
      "first_launch_date": "2008-09-28T23:15:00Z"
    },
    {
      "id": 7,
      "url": "https://ll.thespacedevs.com/2.2.0/launcher/7/?format=api",
      "flight_proven": true,
      "serial_number": "F1 B0005",
      "is_placeholder": false,
      "status": "lost",
      "details": "Booster expended during the second successful flight of Falcon 1.",
      "launcher_config": {
        "id": 133,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/133/?format=api",
        "name": "Falcon 1",
        "family": "Falcon",
        "full_name": "Falcon 1",
        "variant": "1"
      },
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/7_image_20230707190228.jpg",
      "flights": 1,
      "last_launch_date": "2009-07-14T03:36:00Z",
      "first_launch_date": "2009-07-14T03:36:00Z"
    }
  ]
}