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=1610&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=1620&ordering=downrange_distance",
    "previous": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=1600&ordering=downrange_distance",
    "results": [
        {
            "id": 83,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/83/?format=api",
            "attempt": false,
            "success": null,
            "description": "Controlled water-landing, no recovery attempt was made.",
            "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": 45,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 2,
                "launcher": {
                    "id": 43,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/43/?format=api",
                    "details": "Broke Up After Successful Water Landing",
                    "flight_proven": true,
                    "serial_number": "B1036",
                    "status": "expended",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/43_image_20190226083438.jpeg",
                    "successful_landings": 1,
                    "attempted_landings": 1,
                    "flights": 2,
                    "last_launch_date": "2017-12-23T01:27:34Z",
                    "first_launch_date": "2017-06-25T20:25:18Z"
                },
                "previous_flight_date": "2017-06-25T20:25:18Z",
                "turn_around_time_days": 180,
                "previous_flight": {
                    "id": "eb953c99-1267-4892-85b2-51a4f22cbb08",
                    "name": "Falcon 9 Full Thrust | Iridium-2"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 77,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/77/?format=api",
            "attempt": false,
            "success": null,
            "description": "B1037 was expended after its first flight.",
            "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": 39,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/44/?format=api",
                    "details": "Stage Expended",
                    "flight_proven": true,
                    "serial_number": "B1037",
                    "status": "expended",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/44_image_20191115083053.jpeg",
                    "successful_landings": 0,
                    "attempted_landings": 0,
                    "flights": 1,
                    "last_launch_date": "2017-07-05T23:38:00Z",
                    "first_launch_date": "2017-07-05T23:38:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 313,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/313/?format=api",
            "attempt": false,
            "success": null,
            "description": "B1049 was 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": 283,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 11,
                "launcher": {
                    "id": 57,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/57/?format=api",
                    "details": "Stage Expended",
                    "flight_proven": true,
                    "serial_number": "B1049",
                    "status": "expended",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/57_image_20190226084723.jpeg",
                    "successful_landings": 10,
                    "attempted_landings": 10,
                    "flights": 11,
                    "last_launch_date": "2022-11-23T02:57:00Z",
                    "first_launch_date": "2018-09-10T04:45:00Z"
                },
                "previous_flight_date": "2021-09-14T03:55:50Z",
                "turn_around_time_days": 434,
                "previous_flight": {
                    "id": "6b9f9fe6-7f94-498b-a664-7c9e42dbe76d",
                    "name": "Falcon 9 Block 5 | Starlink Group 2-1"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 350,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/350/?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": 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": 328,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 122,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/122/?format=api",
                    "details": "35th Electron launch vehicle flown on 'The Beat Goes On'.",
                    "flight_proven": true,
                    "serial_number": "35",
                    "status": "retired",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/none_image_20230307125526.jpeg",
                    "successful_landings": 1,
                    "attempted_landings": 1,
                    "flights": 1,
                    "last_launch_date": "2023-03-24T09:14:56Z",
                    "first_launch_date": "2023-03-24T09:14:56Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 53,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/53/?format=api",
            "attempt": false,
            "success": null,
            "description": "B1014 was expended after its first launch",
            "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": 16,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 23,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/23/?format=api",
                    "details": "",
                    "flight_proven": true,
                    "serial_number": "B1014",
                    "status": "lost",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/23_image_20190226091459.jpeg",
                    "successful_landings": 0,
                    "attempted_landings": 0,
                    "flights": 1,
                    "last_launch_date": "2015-03-02T03:50:00Z",
                    "first_launch_date": "2015-03-02T03:50:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 315,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/315/?format=api",
            "attempt": true,
            "success": false,
            "description": "Helicopter capture of the Electron first stage was not achieved.",
            "downrange_distance": null,
            "landing_type": {
                "id": 5,
                "name": "Helicopter Catch",
                "abbrev": "HC",
                "description": "The first stage is caught by a helicopter while slowly descending towards the sea under a parachute."
            },
            "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": 293,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 119,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/119/?format=api",
                    "details": "32nd Electron launch vehicle flown on 'Catch Me If You Can'.",
                    "flight_proven": true,
                    "serial_number": "32",
                    "status": "retired",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/119_image_20221104200030.jpeg",
                    "successful_landings": 0,
                    "attempted_landings": 1,
                    "flights": 1,
                    "last_launch_date": "2022-11-04T17:27:14Z",
                    "first_launch_date": "2022-11-04T17:27:14Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 312,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/312/?format=api",
            "attempt": false,
            "success": null,
            "description": "B1051 was 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": 289,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 14,
                "launcher": {
                    "id": 2,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/2/?format=api",
                    "details": "Stage Expended",
                    "flight_proven": true,
                    "serial_number": "B1051",
                    "status": "expended",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/2_image_20200211104751.jpeg",
                    "successful_landings": 13,
                    "attempted_landings": 13,
                    "flights": 14,
                    "last_launch_date": "2022-11-12T16:06:00Z",
                    "first_launch_date": "2019-03-02T07:49:00Z"
                },
                "previous_flight_date": "2022-07-17T14:20:00Z",
                "turn_around_time_days": 118,
                "previous_flight": {
                    "id": "84f9bbdd-0e2c-468e-b1d0-73d640745c13",
                    "name": "Falcon 9 Block 5 | Starlink Group 4-22"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 67,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/67/?format=api",
            "attempt": false,
            "success": null,
            "description": "The first stage of the Falcon 9 intended to land out on the ASDS OCISLY but suffered an anomaly during its static fire. Meaning the launch and landing never occurred.",
            "downrange_distance": null,
            "landing_type": {
                "id": 1,
                "name": "Autonomous Spaceport Drone Ship",
                "abbrev": "ASDS",
                "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
            },
            "landing_location": {
                "id": 1,
                "name": "Of Course I Still Love You",
                "abbrev": "OCISLY",
                "description": "The second ASDS barge, Of Course I Still Love You (OCISLY) services launches in the Pacific Ocean and was the site of the first landing of a SpaceX Falcon 9 first stage during CRS-8, the launch of a Dragon spacecraft to the International Space Station.",
                "location": null,
                "successful_landings": 172
            },
            "firststage": {
                "id": 28,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 36,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/36/?format=api",
                    "details": "---",
                    "flight_proven": true,
                    "serial_number": "B1028",
                    "status": "lost",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/36_image_20190226110009.jpg",
                    "successful_landings": 0,
                    "attempted_landings": 0,
                    "flights": 1,
                    "last_launch_date": "2016-09-03T07:00:00Z",
                    "first_launch_date": "2016-09-03T07:00:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 305,
            "url": "https://ll.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://ll.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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_heavy_la_image_20250912154542.jpeg",
                    "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://ll.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://ll.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": {
                    "id": "0098c032-73de-4c6f-8d73-5d68b9a12fdf",
                    "name": "Falcon Heavy | OTV-7 (X-37B) (USSF-52)"
                }
            },
            "spacecraftflight": null
        }
    ]
}