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/1499/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 1499,
    "url": "https://lldev.thespacedevs.com/2.2.0/landings/1499/?format=api",
    "attempt": true,
    "success": true,
    "description": "The Falcon 9 1st stage B1086 has landed on ASDS ASOG after its 2nd flight.",
    "downrange_distance": 600.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": 17,
        "name": "A Shortfall of Gravitas",
        "abbrev": "ASOG",
        "description": "The fourth ASDS barge, A Shortfall of Gravitas (ASOG) is currently used to recover Falcon 9 and Heavy boosters in the Altantic Ocean.",
        "location": null,
        "successful_landings": 113
    },
    "firststage": {
        "id": 638,
        "type": "Core",
        "reused": true,
        "launcher_flight_number": 2,
        "launcher": {
            "id": 148,
            "url": "https://lldev.thespacedevs.com/2.2.0/launcher/148/?format=api",
            "details": "Falcon 9 booster that started out as a Falcon Heavy side booster flown during the GOES-U mission.\r\n\r\nWritten off on 3 March 2025 after safely landing aboard JRTI due to post-landing aft end fire damaging one of the landing legs and tipping it overboard.",
            "flight_proven": true,
            "serial_number": "B1086",
            "status": "lost",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1072_and_b1086_image_20240626195649.jpeg",
            "successful_landings": 5,
            "attempted_landings": 5,
            "flights": 5,
            "last_launch_date": "2025-03-03T02:24:00Z",
            "first_launch_date": "2024-06-25T21:26:00Z"
        },
        "previous_flight_date": "2024-06-25T21:26:00Z",
        "turn_around_time_days": 165,
        "previous_flight": null
    },
    "spacecraftflight": null
}