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

{
    "count": 224,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=210",
    "results": [
        {
            "id": 284,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/284/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1090 has landed back at the launch site after its 2nd flight.",
            "downrange_distance": 14.9,
            "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": 256,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 2,
                "launcher": {
                    "id": 190,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/190/?format=api",
                    "details": "Falcon 9 booster.",
                    "flight_proven": true,
                    "serial_number": "B1090",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1090_at_lz-1__image_20250316065021.jpg",
                    "successful_landings": 5,
                    "attempted_landings": 5,
                    "flights": 5,
                    "last_launch_date": "2025-06-18T05:55:10Z",
                    "first_launch_date": "2024-12-17T22:26:00Z"
                },
                "previous_flight_date": "2024-12-17T22:26:00Z",
                "turn_around_time_days": 87,
                "previous_flight": {
                    "id": "8ee42a39-0851-4674-9815-95b62e9a2c4b",
                    "name": "Falcon 9 Block 5 | O3b mPower 7 & 8"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 305,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/305/?format=api",
            "attempt": false,
            "success": null,
            "description": "The Falcon Heavy center core B1089 for this launch has been expended.",
            "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": 277,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 154,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/154/?format=api",
                    "details": "Falcon Heavy core booster expended during the Europa Clipper mission.",
                    "flight_proven": false,
                    "serial_number": "B1089",
                    "status": "expended",
                    "image_url": null,
                    "successful_landings": 0,
                    "attempted_landings": 0,
                    "flights": 1,
                    "last_launch_date": "2024-10-14T16:06:00Z",
                    "first_launch_date": "2024-10-14T16:06:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 307,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/307/?format=api",
            "attempt": false,
            "success": null,
            "description": "The Falcon Heavy side booster B1065 for this launch has been expended.",
            "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": 279,
                "type": "Strap-On Booster",
                "reused": true,
                "launcher_flight_number": 6,
                "launcher": {
                    "id": 86,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/86/?format=api",
                    "details": "Side booster paired with B1064, launched 3 USSF missions, EchoStar 24 and the Psyche mission before expended during launch of Europa Clipper.",
                    "flight_proven": true,
                    "serial_number": "B1065",
                    "status": "expended",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/85_image_20221102112709.jpeg",
                    "successful_landings": 5,
                    "attempted_landings": 5,
                    "flights": 6,
                    "last_launch_date": "2024-10-14T16:06:00Z",
                    "first_launch_date": "2022-11-01T13:41:00Z"
                },
                "previous_flight_date": "2023-12-29T01:07:00Z",
                "turn_around_time_days": 290,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 306,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/306/?format=api",
            "attempt": false,
            "success": null,
            "description": "The Falcon Heavy side booster B1064 for this launch has been expended.",
            "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": 278,
                "type": "Strap-On Booster",
                "reused": true,
                "launcher_flight_number": 6,
                "launcher": {
                    "id": 85,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/85/?format=api",
                    "details": "Side booster paired with B1065, launched 3 USSF missions, EchoStar 24 and the Psyche mission before expended during launch of Europa Clipper.",
                    "flight_proven": true,
                    "serial_number": "B1064",
                    "status": "expended",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/85_image_20221102112709.jpeg",
                    "successful_landings": 5,
                    "attempted_landings": 5,
                    "flights": 6,
                    "last_launch_date": "2024-10-14T16:06:00Z",
                    "first_launch_date": "2022-11-01T13:41:00Z"
                },
                "previous_flight_date": "2023-12-29T01:07:00Z",
                "turn_around_time_days": 290,
                "previous_flight": null
            },
            "spacecraftflight": null
        }
    ]
}