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

{
    "id": 1383,
    "url": "https://lldev.thespacedevs.com/2.2.0/landings/1383/?format=api",
    "attempt": true,
    "success": true,
    "description": "B1076 has landed back at the launch site after this flight.",
    "downrange_distance": 9.1,
    "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": 4,
        "name": "Landing Zone 1",
        "abbrev": "LZ-1",
        "description": "LZ-1 Pad located at Cape Canaveral Space Force Station at the previous LC-13",
        "location": {
            "id": 12,
            "url": "https://lldev.thespacedevs.com/2.2.0/location/12/?format=api",
            "name": "Cape Canaveral SFS, FL, USA",
            "country_code": "USA",
            "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
            "timezone_name": "America/New_York",
            "total_launch_count": 1031,
            "total_landing_count": 64
        },
        "successful_landings": 51
    },
    "firststage": {
        "id": 396,
        "type": "Core",
        "reused": true,
        "launcher_flight_number": 16,
        "launcher": {
            "id": 118,
            "url": "https://lldev.thespacedevs.com/2.2.0/launcher/118/?format=api",
            "details": "Booster first launched the CRS-26 mission.",
            "flight_proven": true,
            "serial_number": "B1076",
            "status": "active",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1076_on_lc-39a_image_20240407145514.jpeg",
            "successful_landings": 21,
            "attempted_landings": 21,
            "flights": 21,
            "last_launch_date": "2025-02-21T15:19:00Z",
            "first_launch_date": "2022-11-26T19:20:43Z"
        },
        "previous_flight_date": "2024-07-08T23:30:00Z",
        "turn_around_time_days": 37,
        "previous_flight": {
            "id": "ae5db3d2-1162-41b3-8f19-697150f483a3",
            "url": "https://lldev.thespacedevs.com/2.2.0/launch/ae5db3d2-1162-41b3-8f19-697150f483a3/?format=api",
            "slug": "falcon-9-block-5-turksat-6a",
            "name": "Falcon 9 Block 5 | Türksat 6A",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-07-10T22:29:08Z",
            "net": "2024-07-08T23:30:00Z",
            "window_end": "2024-07-09T01:21:00Z",
            "window_start": "2024-07-08T21:21:00Z",
            "net_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "probability": 30,
            "weather_concerns": "Cumulus Cloud Rule, Anvil Cloud Rules, Surface Electric Fields Rule",
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7455,
                "configuration": {
                    "id": 164,
                    "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                    "name": "Falcon 9",
                    "family": "Falcon",
                    "full_name": "Falcon 9 Block 5",
                    "variant": "Block 5"
                }
            },
            "mission": {
                "id": 5853,
                "name": "Türksat 6A",
                "description": "Türksat 6A is Turkey's first domestically manufactured geostationary communications satellite. It is to reside in 42° East orbital slot, providing services to customers in Turkey, as well as in Europe, Northern coast of Africa, Middle East, India and Indonesia.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 80,
                "url": "https://lldev.thespacedevs.com/2.2.0/pad/80/?format=api",
                "agency_id": 121,
                "name": "Space Launch Complex 40",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
                "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
                "latitude": "28.56194122",
                "longitude": "-80.57735736",
                "location": {
                    "id": 12,
                    "url": "https://lldev.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1031,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
                "total_launch_count": 315,
                "orbital_launch_attempt_count": 315
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/f9_on_slc-40_2_image_20240708191203.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6719,
            "location_launch_attempt_count": 964,
            "pad_launch_attempt_count": 252,
            "agency_launch_attempt_count": 382,
            "orbital_launch_attempt_count_year": 130,
            "location_launch_attempt_count_year": 37,
            "pad_launch_attempt_count_year": 34,
            "agency_launch_attempt_count_year": 71,
            "type": "normal"
        }
    },
    "spacecraftflight": null
}