Landing Instance
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/1746/?format=api
{ "id": 1746, "url": "https://ll.thespacedevs.com/2.2.0/landings/1746/?format=api", "attempt": true, "success": false, "description": "The Long March 12A first stage booster performed its entry burn with issues and the booster crashed within several kilometers of the landing pad.", "downrange_distance": 252.0, "landing_type": { "id": 9, "name": "Vertical Landing", "abbrev": "VL", "description": "Vertical landing using engines" }, "landing_location": { "id": 61, "name": "Long March 12A Landing Site", "abbrev": "CZ-12A LZ", "description": "Landing site for first stage boosters of CASC’s Long March 12A rocket at Minqin County, Gansu Province, China.", "location": { "id": 17, "url": "https://ll.thespacedevs.com/2.2.0/location/17/?format=api", "name": "Jiuquan Satellite Launch Center, People's Republic of China", "country_code": "CHN", "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg", "timezone_name": "Asia/Shanghai", "total_launch_count": 273, "total_landing_count": 2 }, "successful_landings": 0 }, "firststage": { "id": 851, "type": "Core", "reused": false, "launcher_flight_number": 1, "launcher": { "id": 246, "url": "https://ll.thespacedevs.com/2.2.0/launcher/246/?format=api", "details": "First stage booster used on the 1st flight of CASC's Long March 12A rocket. Booster attempted to land downrange on its dedicated landing pad, but the entry-landing burn was abnormal and it impacted the ground several kilometers from the landing pad.", "flight_proven": false, "serial_number": "LM-12A F1", "status": "destroyed", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_12a__image_20251224005749.jpg", "successful_landings": 0, "attempted_landings": 1, "flights": 1, "last_launch_date": "2025-12-23T02:00:00Z", "first_launch_date": "2025-12-23T02:00:00Z" }, "previous_flight_date": null, "turn_around_time_days": null, "previous_flight": null }, "spacecraftflight": null }