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

{
    "id": 1580,
    "url": "https://lldev.thespacedevs.com/2.2.0/landings/1580/?format=api",
    "attempt": true,
    "success": false,
    "description": "The Nova-C IM-2 lander landed on the lunar surface near Mons Mouton, however it toppled on sideways during landing and very limited mission objectives were achieved before it lost power due to the non-intended attitude on surface.",
    "downrange_distance": null,
    "landing_type": {
        "id": 9,
        "name": "Vertical Landing",
        "abbrev": "VL",
        "description": "Vertical landing using engines"
    },
    "landing_location": {
        "id": 57,
        "name": "Nova-C IM-2 landing site",
        "abbrev": "IM2",
        "description": "Landing site of Intuitive Machine's Nova-C IM-2 lunar lander.",
        "location": {
            "id": 183,
            "url": "https://lldev.thespacedevs.com/2.2.0/location/183/?format=api",
            "name": "Mons Mouton",
            "country_code": "",
            "description": "Mons Mouton is the Moon's tallest mountain that has been officially named. The base to peak height of this flat-topped mountain is 6 km per altimetry data from the Lunar Reconnaissance Orbiter. It lies between the craters Nobile and Malapert, within 6° of the lunar South Pole on the Moon's near-side. This is a region of special interest because of the presence of Permanently Shadowed Regions (PSRs) that could be cold traps for water, together with areas of extended solar illumination in their proximity.",
            "map_image": null,
            "timezone_name": "",
            "total_launch_count": 0,
            "total_landing_count": 0
        },
        "successful_landings": 0
    },
    "firststage": null,
    "spacecraftflight": null
}