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

{
    "count": 1642,
    "next": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=1600&ordering=downrange_distance",
    "previous": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=1580&ordering=downrange_distance",
    "results": [
        {
            "id": 1216,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1216/?format=api",
            "attempt": true,
            "success": null,
            "description": "the sidebooster will attempt to land at the launch site after launch.",
            "downrange_distance": null,
            "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": 12,
                "name": "Unknown",
                "abbrev": "N/A",
                "description": null,
                "location": null,
                "successful_landings": 0
            },
            "firststage": {
                "id": 419,
                "type": "Strap-On Booster",
                "reused": null,
                "launcher_flight_number": null,
                "launcher": {
                    "id": 117,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/117/?format=api",
                    "details": "Booster serial number unknown.",
                    "flight_proven": false,
                    "serial_number": "Unknown FH",
                    "status": "N/A",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/117_image_20230723180948.png",
                    "successful_landings": null,
                    "attempted_landings": null,
                    "flights": null,
                    "last_launch_date": null,
                    "first_launch_date": null
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 89,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/89/?format=api",
            "attempt": false,
            "success": null,
            "description": "B1044 was expended after its first flight due to rough seas in the recovery area.",
            "downrange_distance": null,
            "landing_type": {
                "id": 8,
                "name": "Expended",
                "abbrev": "EXP",
                "description": "Vehicle did not perform any landing operations after launch"
            },
            "landing_location": {
                "id": 6,
                "name": "Atlantic Ocean",
                "abbrev": "ATL",
                "description": "Atlantic Ocean",
                "location": null,
                "successful_landings": 38
            },
            "firststage": {
                "id": 51,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 52,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/52/?format=api",
                    "details": "Stage Expended",
                    "flight_proven": true,
                    "serial_number": "B1044",
                    "status": "expended",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/52_image_20190226084428.jpeg",
                    "successful_landings": 0,
                    "attempted_landings": 0,
                    "flights": 1,
                    "last_launch_date": "2018-03-06T05:33:00Z",
                    "first_launch_date": "2018-03-06T05:33:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 90,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/90/?format=api",
            "attempt": false,
            "success": null,
            "description": "Booster performed a simulated water landing after its second flight.",
            "downrange_distance": null,
            "landing_type": {
                "id": 3,
                "name": "Ocean",
                "abbrev": "Ocean",
                "description": "No recovery attempt"
            },
            "landing_location": {
                "id": 18,
                "name": "Pacific Ocean",
                "abbrev": "PAC",
                "description": "Pacific Ocean",
                "location": null,
                "successful_landings": 49
            },
            "firststage": {
                "id": 52,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 2,
                "launcher": {
                    "id": 48,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/48/?format=api",
                    "details": "Stage Expended",
                    "flight_proven": true,
                    "serial_number": "B1041",
                    "status": "expended",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/48_image_20190226083958.jpeg",
                    "successful_landings": 1,
                    "attempted_landings": 1,
                    "flights": 2,
                    "last_launch_date": "2018-03-30T14:13:51Z",
                    "first_launch_date": "2017-10-09T12:37:01Z"
                },
                "previous_flight_date": "2017-10-09T12:37:01Z",
                "turn_around_time_days": 172,
                "previous_flight": {
                    "id": "b8800f25-3b09-48de-895d-ec2fb7981c0f",
                    "name": "Falcon 9 Block 4 | Iridium-3"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 91,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/91/?format=api",
            "attempt": false,
            "success": null,
            "description": "No attempt was made to recover the first stage booster; instead, the booster was used to conduct experimental maneuvers designed to test the limits of its flight trajectory.",
            "downrange_distance": null,
            "landing_type": {
                "id": 8,
                "name": "Expended",
                "abbrev": "EXP",
                "description": "Vehicle did not perform any landing operations after launch"
            },
            "landing_location": {
                "id": 6,
                "name": "Atlantic Ocean",
                "abbrev": "ATL",
                "description": "Atlantic Ocean",
                "location": null,
                "successful_landings": 38
            },
            "firststage": {
                "id": 53,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 2,
                "launcher": {
                    "id": 45,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/45/?format=api",
                    "details": "Stage Expended",
                    "flight_proven": true,
                    "serial_number": "B1039",
                    "status": "expended",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/45_image_20190226083552.jpeg",
                    "successful_landings": 1,
                    "attempted_landings": 1,
                    "flights": 2,
                    "last_launch_date": "2018-04-02T20:30:38Z",
                    "first_launch_date": "2017-08-14T16:31:37Z"
                },
                "previous_flight_date": "2017-08-14T16:31:37Z",
                "turn_around_time_days": 231,
                "previous_flight": {
                    "id": "8802f398-44b6-4b3c-a2e1-af73cbe9d44e",
                    "name": "Falcon 9 Block 4 | SpX CRS-12"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1722,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1722/?format=api",
            "attempt": false,
            "success": null,
            "description": "The Falcon 9 booster B1076 was expended during its 22nd mission.",
            "downrange_distance": null,
            "landing_type": {
                "id": 8,
                "name": "Expended",
                "abbrev": "EXP",
                "description": "Vehicle did not perform any landing operations after launch"
            },
            "landing_location": {
                "id": 6,
                "name": "Atlantic Ocean",
                "abbrev": "ATL",
                "description": "Atlantic Ocean",
                "location": null,
                "successful_landings": 38
            },
            "firststage": {
                "id": 797,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 22,
                "launcher": {
                    "id": 118,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/118/?format=api",
                    "details": "Booster first launched on the Dragon CRS-26 mission. Expended during the SPAINSAT-NG II launch.",
                    "flight_proven": true,
                    "serial_number": "B1076",
                    "status": "expended",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1076_landing_o_image_20250912152159.jpeg",
                    "successful_landings": 21,
                    "attempted_landings": 21,
                    "flights": 22,
                    "last_launch_date": "2025-10-24T01:30:00Z",
                    "first_launch_date": "2022-11-26T19:20:43Z"
                },
                "previous_flight_date": "2025-02-21T15:19:00Z",
                "turn_around_time_days": 244,
                "previous_flight": {
                    "id": "e97293bd-0594-428c-949d-367b5638da1b",
                    "name": "Falcon 9 Block 5 | Starlink Group 12-14"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1159,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1159/?format=api",
            "attempt": false,
            "success": null,
            "description": "B1032 performed an experimental water landing after its second flight. It remained in one piece after the landing and was later sunk.",
            "downrange_distance": null,
            "landing_type": {
                "id": 3,
                "name": "Ocean",
                "abbrev": "Ocean",
                "description": "No recovery attempt"
            },
            "landing_location": {
                "id": 6,
                "name": "Atlantic Ocean",
                "abbrev": "ATL",
                "description": "Atlantic Ocean",
                "location": null,
                "successful_landings": 38
            },
            "firststage": {
                "id": 342,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 2,
                "launcher": {
                    "id": 40,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/40/?format=api",
                    "details": "Survived water landing on a non-recovery launch, SpaceX couldn't tug it back to port, so they hired a company to destroy it.",
                    "flight_proven": true,
                    "serial_number": "B1032",
                    "status": "expended",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/40_image_20190226083004.jpeg",
                    "successful_landings": 1,
                    "attempted_landings": 1,
                    "flights": 2,
                    "last_launch_date": "2018-01-31T21:25:00Z",
                    "first_launch_date": "2017-05-01T11:15:00Z"
                },
                "previous_flight_date": "2017-05-01T11:15:00Z",
                "turn_around_time_days": 275,
                "previous_flight": {
                    "id": "df8a584b-3ca5-43ca-86b8-6cbd0c66b5ac",
                    "name": "Falcon 9 Full Thrust | NROL-76"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 43,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/43/?format=api",
            "attempt": false,
            "success": false,
            "description": "the first stage booster performed a controlled reentry, and an ocean touchdown test for the first time. This provided good test data, even though the booster started rolling as it neared the ocean, leading to the shutdown of the central engine as the roll depleted it of fuel, resulting in a hard impact with the ocean.",
            "downrange_distance": null,
            "landing_type": {
                "id": 3,
                "name": "Ocean",
                "abbrev": "Ocean",
                "description": "No recovery attempt"
            },
            "landing_location": {
                "id": 18,
                "name": "Pacific Ocean",
                "abbrev": "PAC",
                "description": "Pacific Ocean",
                "location": null,
                "successful_landings": 49
            },
            "firststage": {
                "id": 6,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/13/?format=api",
                    "details": "First flight of Falcon 9 v1.1 upgrade, first Spacex flight from Vandenberg",
                    "flight_proven": true,
                    "serial_number": "B1003",
                    "status": "lost",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/13_image_20191115082823.jpg",
                    "successful_landings": 0,
                    "attempted_landings": 0,
                    "flights": 1,
                    "last_launch_date": "2013-09-29T16:00:13Z",
                    "first_launch_date": "2013-09-29T16:00:13Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1190,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1190/?format=api",
            "attempt": false,
            "success": null,
            "description": "Booster destroyed during recontact with second stage.",
            "downrange_distance": null,
            "landing_type": {
                "id": 8,
                "name": "Expended",
                "abbrev": "EXP",
                "description": "Vehicle did not perform any landing operations after launch"
            },
            "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": 365,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/5/?format=api",
                    "details": "Residual stage-1 thrust led to collision between stage 1 and stage 2.",
                    "flight_proven": true,
                    "serial_number": "F1 B0003",
                    "status": "lost",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/5_image_20230707190424.jpg",
                    "successful_landings": 0,
                    "attempted_landings": 0,
                    "flights": 1,
                    "last_launch_date": "2008-08-03T03:34:00Z",
                    "first_launch_date": "2008-08-03T03:34:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1215,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1215/?format=api",
            "attempt": true,
            "success": null,
            "description": "the sidebooster will attempt to land at the launch site after launch.",
            "downrange_distance": null,
            "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": 12,
                "name": "Unknown",
                "abbrev": "N/A",
                "description": null,
                "location": null,
                "successful_landings": 0
            },
            "firststage": {
                "id": 418,
                "type": "Strap-On Booster",
                "reused": null,
                "launcher_flight_number": null,
                "launcher": {
                    "id": 117,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/117/?format=api",
                    "details": "Booster serial number unknown.",
                    "flight_proven": false,
                    "serial_number": "Unknown FH",
                    "status": "N/A",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/117_image_20230723180948.png",
                    "successful_landings": null,
                    "attempted_landings": null,
                    "flights": null,
                    "last_launch_date": null,
                    "first_launch_date": null
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1192,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1192/?format=api",
            "attempt": true,
            "success": false,
            "description": "Booster destroyed mid-flight.",
            "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": 363,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/3/?format=api",
                    "details": "Engine failure at T+33 seconds resulted in loss of vehicle",
                    "flight_proven": true,
                    "serial_number": "F1 B0001",
                    "status": "lost",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/3_image_20230707185714.jpg",
                    "successful_landings": 0,
                    "attempted_landings": 1,
                    "flights": 1,
                    "last_launch_date": "2006-03-24T22:30:00Z",
                    "first_launch_date": "2006-03-24T22:30:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        }
    ]
}