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

{
    "id": 1464,
    "url": "https://lldev.thespacedevs.com/2.2.0/landings/1464/?format=api",
    "attempt": true,
    "success": false,
    "description": "The Superheavy booster No. 13 did not attempt a return back to the launch site at Starbase and splashed down in the Gulf of Mexico instead, due to hardware problems on the launch and catch tower triggering an abort.",
    "downrange_distance": 0.0,
    "landing_type": {
        "id": 2,
        "name": "Return to Launch Site",
        "abbrev": "RTLS",
        "description": "A return to launch site usually means that after stage separation the booster flips and does a burn back towards the launch site, landing near where it initially launched from."
    },
    "landing_location": {
        "id": 39,
        "name": "Orbital Launch Mount A",
        "abbrev": "OLM-A",
        "description": "",
        "location": {
            "id": 143,
            "url": "https://lldev.thespacedevs.com/2.2.0/location/143/?format=api",
            "name": "SpaceX Starbase, TX, USA",
            "country_code": "USA",
            "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
            "timezone_name": "America/Chicago",
            "total_launch_count": 18,
            "total_landing_count": 13
        },
        "successful_landings": 3
    },
    "firststage": {
        "id": 603,
        "type": "Core",
        "reused": false,
        "launcher_flight_number": 1,
        "launcher": {
            "id": 188,
            "url": "https://lldev.thespacedevs.com/2.2.0/launcher/188/?format=api",
            "details": "Super Heavy booster used for the sixth Starship integrated flight test.\r\n\r\nLost to the ocean after a soft splashdown, as part of an offshore divert from the originally planned tower catch at the launch site.",
            "flight_proven": false,
            "serial_number": "Booster 13",
            "status": "lost",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/booster_13_duri_image_20241023102335.jpg",
            "successful_landings": 0,
            "attempted_landings": 1,
            "flights": 1,
            "last_launch_date": "2024-11-19T22:00:00Z",
            "first_launch_date": "2024-11-19T22:00:00Z"
        },
        "previous_flight_date": null,
        "turn_around_time_days": null,
        "previous_flight": null
    },
    "spacecraftflight": null
}