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/1186/?format=api
{ "id": 1186, "url": "https://ll.thespacedevs.com/2.2.0/landings/1186/?format=api", "attempt": true, "success": true, "description": "Rocket Lab has successfully recovered the Electron booster after a soft parachute splashdown in the Pacific Ocean.", "downrange_distance": null, "landing_type": { "id": 4, "name": "Parachute Landing", "abbrev": "PCL", "description": "Unpowered landing using parachute(s)." }, "landing_location": { "id": 18, "name": "Pacific Ocean", "abbrev": "PAC", "description": "Pacific Ocean", "location": null, "successful_landings": 49 }, "firststage": { "id": 361, "type": "Core", "reused": false, "launcher_flight_number": 1, "launcher": { "id": 129, "url": "https://ll.thespacedevs.com/2.2.0/launcher/129/?format=api", "details": "39th Electron launch vehicle to be flown on 'Baby Come Back'.", "flight_proven": true, "serial_number": "39", "status": "retired", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/129_image_20230717200823.jpeg", "successful_landings": 1, "attempted_landings": 1, "flights": 1, "last_launch_date": "2023-07-18T01:27:00Z", "first_launch_date": "2023-07-18T01:27:00Z" }, "previous_flight_date": null, "turn_around_time_days": null, "previous_flight": null }, "spacecraftflight": null }