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

{
    "id": 315,
    "url": "https://ll.thespacedevs.com/2.2.0/landings/315/?format=api",
    "attempt": true,
    "success": false,
    "description": "Helicopter capture of the Electron first stage was not achieved.",
    "downrange_distance": null,
    "landing_type": {
        "id": 5,
        "name": "Helicopter Catch",
        "abbrev": "HC",
        "description": "The first stage is caught by a helicopter while slowly descending towards the sea under a parachute."
    },
    "landing_location": {
        "id": 15,
        "name": "South Pacific",
        "abbrev": "PAC",
        "description": "Pacific Ocean off the coast of Mahia Peninsula, New Zealand.",
        "location": {
            "id": 10,
            "url": "https://ll.thespacedevs.com/2.2.0/location/10/?format=api",
            "name": "Rocket Lab Launch Complex 1, Mahia Peninsula, New Zealand",
            "country_code": "NZL",
            "description": "Rocket Lab Launch Complex 1 is a commercial spaceport located close to Ahuriri Point at the southern tip of Māhia Peninsula, on the east coast of New Zealand's North Island. It is owned and operated by private spaceflight company Rocket Lab and supports launches of the company's Electron rocket for small satellites. With the launch of Electron on 25 May 2017, it became the first private spaceport to host an orbital launch attempt, and the first site in New Zealand to host an orbital launch attempt. With the Electron launch of 21 January 2018, it became the first private spaceport to host a successful orbital launch.",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_10_20200803142509.jpg",
            "timezone_name": "Pacific/Auckland",
            "total_launch_count": 69,
            "total_landing_count": 17
        },
        "successful_landings": 4
    },
    "firststage": {
        "id": 293,
        "type": "Core",
        "reused": false,
        "launcher_flight_number": 1,
        "launcher": {
            "id": 119,
            "url": "https://ll.thespacedevs.com/2.2.0/launcher/119/?format=api",
            "details": "32nd Electron launch vehicle flown on 'Catch Me If You Can'.",
            "flight_proven": true,
            "serial_number": "32",
            "status": "retired",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/119_image_20221104200030.jpeg",
            "successful_landings": 0,
            "attempted_landings": 1,
            "flights": 1,
            "last_launch_date": "2022-11-04T17:27:14Z",
            "first_launch_date": "2022-11-04T17:27:14Z"
        },
        "previous_flight_date": null,
        "turn_around_time_days": null,
        "previous_flight": null
    },
    "spacecraftflight": null
}