API endpoint that allows Landings to be viewed.

GET: Return a list of all the existing landings.

MODE: Normal, Detailed, and List /2.2.0/landings/?mode=detailed

FILTERS: Fields - 'attempt', 'success', 'landing_location__ids', 'landing_type__ids', 'spacecraft__ids', 'launcher__ids', 'spacecraft_launch__ids', 'firststage_launch__ids', 'spacecraft_config__ids', 'launcher_config__ids', 'launcher_serial_numbers'

Get all Landings with the launcher serial number of B1049. Example - /2.2.0/landings/?launcher_serial_numbers=B1049

ORDERING: Fields - 'id', 'downrange_distance' Example - /2.2.0/landings/?ordering=-downrange_distance

GET /2.2.0/landings/?format=api&offset=1720&ordering=id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 1722,
  "next": null,
  "previous": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=1710&ordering=id",
  "results": [
    {
      "id": 1875,
      "url": "https://ll.thespacedevs.com/2.2.0/landings/1875/?format=api",
      "attempt": true,
      "success": null,
      "description": "The Falcon 9 first stage B1063 will land on ASDS OCISLY after its 33rd flight.",
      "downrange_distance": 574.0,
      "landing_type": {
        "id": 1,
        "name": "Autonomous Spaceport Drone Ship",
        "abbrev": "ASDS",
        "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
      },
      "landing_location": {
        "id": 1,
        "name": "Of Course I Still Love You",
        "abbrev": "OCISLY",
        "description": "The second ASDS barge, Of Course I Still Love You (OCISLY) services launches in the Pacific Ocean and was the site of the first landing of a SpaceX Falcon 9 first stage during CRS-8, the launch of a Dragon spacecraft to the International Space Station.",
        "location": null,
        "successful_landings": 203
      },
      "firststage": {
        "id": 947,
        "type": "Core",
        "reused": true,
        "launcher_flight_number": 33,
        "launcher": {
          "id": 84,
          "url": "https://ll.thespacedevs.com/2.2.0/launcher/84/?format=api",
          "details": "Notable launches include Sentinel-6 and Dart.",
          "flight_proven": true,
          "serial_number": "B1063",
          "status": "active",
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/84_image_20201122121517.jpeg",
          "successful_landings": 32,
          "attempted_landings": 32,
          "flights": 32,
          "last_launch_date": "2026-04-11T05:04:19Z",
          "first_launch_date": "2020-11-21T17:17:08Z"
        },
        "previous_flight_date": "2026-04-11T05:04:19Z",
        "turn_around_time_days": 70,
        "previous_flight": {
          "id": "f6c9396f-5f02-49e6-a847-83e4c774e0e9",
          "name": "Falcon 9 Block 5 | Starlink Group 17-21"
        }
      },
      "spacecraftflight": null
    },
    {
      "id": 1876,
      "url": "https://ll.thespacedevs.com/2.2.0/landings/1876/?format=api",
      "attempt": true,
      "success": null,
      "description": "The Falcon 9 first stage B1081 will land on ASDS OCISLY after its 25th flight.",
      "downrange_distance": 574.0,
      "landing_type": {
        "id": 1,
        "name": "Autonomous Spaceport Drone Ship",
        "abbrev": "ASDS",
        "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
      },
      "landing_location": {
        "id": 1,
        "name": "Of Course I Still Love You",
        "abbrev": "OCISLY",
        "description": "The second ASDS barge, Of Course I Still Love You (OCISLY) services launches in the Pacific Ocean and was the site of the first landing of a SpaceX Falcon 9 first stage during CRS-8, the launch of a Dragon spacecraft to the International Space Station.",
        "location": null,
        "successful_landings": 203
      },
      "firststage": {
        "id": 948,
        "type": "Core",
        "reused": true,
        "launcher_flight_number": 25,
        "launcher": {
          "id": 124,
          "url": "https://ll.thespacedevs.com/2.2.0/launcher/124/?format=api",
          "details": "Launched Crew-7 on its first flight.",
          "flight_proven": true,
          "serial_number": "B1081",
          "status": "active",
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/124_image_20230827172435.jpeg",
          "successful_landings": 24,
          "attempted_landings": 24,
          "flights": 24,
          "last_launch_date": "2026-05-06T03:59:19Z",
          "first_launch_date": "2023-08-26T07:27:27Z"
        },
        "previous_flight_date": "2026-05-06T03:59:19Z",
        "turn_around_time_days": 49,
        "previous_flight": {
          "id": "dd82ccd7-9ab2-410a-ac41-306218015c05",
          "name": "Falcon 9 Block 5 | Starlink Group 17-29"
        }
      },
      "spacecraftflight": null
    }
  ]
}