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

{
    "count": 1599,
    "next": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=1560",
    "previous": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=1540",
    "results": [
        {
            "id": 70,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/70/?format=api",
            "attempt": false,
            "success": null,
            "description": "B1030 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": 32,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 39,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/39/?format=api",
                    "details": "Stage Expended",
                    "flight_proven": true,
                    "serial_number": "B1030",
                    "status": "expended",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/39_image_20190226110321.jpg",
                    "successful_landings": 0,
                    "attempted_landings": 0,
                    "flights": 1,
                    "last_launch_date": "2017-03-16T06:00:00Z",
                    "first_launch_date": "2017-03-16T06:00:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 45,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/45/?format=api",
            "attempt": false,
            "success": null,
            "description": "B1005 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": 8,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/15/?format=api",
                    "details": "",
                    "flight_proven": true,
                    "serial_number": "B1005",
                    "status": "lost",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/15_image_20190226091005.jpg",
                    "successful_landings": 0,
                    "attempted_landings": 0,
                    "flights": 1,
                    "last_launch_date": "2014-01-06T22:06:00Z",
                    "first_launch_date": "2014-01-06T22:06:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 225,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/225/?format=api",
            "attempt": true,
            "success": true,
            "description": "NS4 has successfully landed at Corn Ranch Landing Pad after its fifth flight.",
            "downrange_distance": 3.2,
            "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": 11,
                "name": "Corn Ranch Landing Pad, West Texas",
                "abbrev": "CR",
                "description": "New Shepard landing site.",
                "location": {
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "country_code": "USA",
                    "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 36,
                    "total_landing_count": 36
                },
                "successful_landings": 31
            },
            "firststage": {
                "id": 198,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 5,
                "launcher": {
                    "id": 90,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/90/?format=api",
                    "details": "New Shepard vehicle #4 is the fourth flight vehicle of the New Shepard suborbital rocket. It was used for Blue Origin's first crewed launches.",
                    "flight_proven": true,
                    "serial_number": "NS-4",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/90_image_20210412202510.jpeg",
                    "successful_landings": 16,
                    "attempted_landings": 16,
                    "flights": 16,
                    "last_launch_date": "2025-10-08T13:40:27Z",
                    "first_launch_date": "2021-01-14T17:19:00Z"
                },
                "previous_flight_date": "2021-10-13T14:49:00Z",
                "turn_around_time_days": 59,
                "previous_flight": {
                    "id": "ede465a7-4aa0-41fe-a1f5-a8e3c8e68df8",
                    "name": "New Shepard | NS-18"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 199,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/199/?format=api",
            "attempt": true,
            "success": true,
            "description": "B1060 has successfully landed on the autonomous droneship OCISLY after its sixth flight.",
            "downrange_distance": 615.0,
            "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": 158
            },
            "firststage": {
                "id": 168,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 6,
                "launcher": {
                    "id": 72,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/72/?format=api",
                    "details": "Stage Expended for the Galileo L12 mission.",
                    "flight_proven": true,
                    "serial_number": "B1060",
                    "status": "expended",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/72_image_20230713061744.jpg",
                    "successful_landings": 19,
                    "attempted_landings": 19,
                    "flights": 20,
                    "last_launch_date": "2024-04-28T00:34:00Z",
                    "first_launch_date": "2020-06-30T20:10:46Z"
                },
                "previous_flight_date": "2021-02-04T06:19:54Z",
                "turn_around_time_days": 48,
                "previous_flight": {
                    "id": "f31702e8-6353-4c9a-932c-5bd104717500",
                    "name": "Falcon 9 Block 5 | Starlink 18"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1410,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1410/?format=api",
            "attempt": true,
            "success": false,
            "description": "B1062 tipped over at touchdown during its 23rd landing attempt.",
            "downrange_distance": 618.0,
            "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": 17,
                "name": "A Shortfall of Gravitas",
                "abbrev": "ASOG",
                "description": "The fourth ASDS barge, A Shortfall of Gravitas (ASOG) is currently used to recover Falcon 9 and Heavy boosters in the Altantic Ocean.",
                "location": null,
                "successful_landings": 128
            },
            "firststage": {
                "id": 552,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 23,
                "launcher": {
                    "id": 73,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/73/?format=api",
                    "details": "Notable launches include GPS III SV04 & SV05 , Inspiration4 and Axiom-1.\r\n\r\nDestroyed during its 23rd landing attempt.",
                    "flight_proven": true,
                    "serial_number": "B1062",
                    "status": "destroyed",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/73_image_20220426161427.jpeg",
                    "successful_landings": 22,
                    "attempted_landings": 23,
                    "flights": 23,
                    "last_launch_date": "2024-08-28T07:48:00Z",
                    "first_launch_date": "2020-11-05T23:24:23Z"
                },
                "previous_flight_date": "2024-06-27T11:14:00Z",
                "turn_around_time_days": 61,
                "previous_flight": {
                    "id": "89961315-355e-469d-af7a-b447ea70bce9",
                    "name": "Falcon 9 Block 5 | Starlink Group 10-3"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 60,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/60/?format=api",
            "attempt": true,
            "success": false,
            "description": "",
            "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": 158
            },
            "firststage": {
                "id": 21,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/29/?format=api",
                    "details": "Destroyed on Impact with DroneShip (OCISLY) - Excess Velocity, Possible Fuel Exhaustion",
                    "flight_proven": true,
                    "serial_number": "B1020",
                    "status": "lost",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/29_image_20190226105526.jpg",
                    "successful_landings": 0,
                    "attempted_landings": 1,
                    "flights": 1,
                    "last_launch_date": "2016-03-04T23:35:00Z",
                    "first_launch_date": "2016-03-04T23:35:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1638,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1638/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1090 has landed on ASDS JRTI after its 5th flight.",
            "downrange_distance": 600.0,
            "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": 3,
                "name": "Just Read the Instructions",
                "abbrev": "JRTI",
                "description": "Third (Marmac 303) ASDS barge, Just Read the Instructions (JRTI) is currently used to recover Falcon 9 and Heavy boosters in the Atlantic Ocean.",
                "location": null,
                "successful_landings": 136
            },
            "firststage": {
                "id": 756,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 5,
                "launcher": {
                    "id": 190,
                    "url": "https://ll.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": 8,
                    "attempted_landings": 8,
                    "flights": 8,
                    "last_launch_date": "2025-10-07T06:46:10Z",
                    "first_launch_date": "2024-12-17T22:26:00Z"
                },
                "previous_flight_date": "2025-05-14T16:38:50Z",
                "turn_around_time_days": 34,
                "previous_flight": {
                    "id": "05eef4ad-acc0-490d-822e-ce1c98f37c11",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-67"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 327,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/327/?format=api",
            "attempt": true,
            "success": true,
            "description": "B1067 has successfully landed on ASDS JRTI after its ninth flight.",
            "downrange_distance": 660.0,
            "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": 3,
                "name": "Just Read the Instructions",
                "abbrev": "JRTI",
                "description": "Third (Marmac 303) ASDS barge, Just Read the Instructions (JRTI) is currently used to recover Falcon 9 and Heavy boosters in the Atlantic Ocean.",
                "location": null,
                "successful_landings": 136
            },
            "firststage": {
                "id": 304,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 9,
                "launcher": {
                    "id": 101,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/101/?format=api",
                    "details": "Falcon 9 Block 5 booster first used for the CRS-22 mission.",
                    "flight_proven": true,
                    "serial_number": "B1067",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1067_landing_o_image_20250912153830.jpeg",
                    "successful_landings": 30,
                    "attempted_landings": 30,
                    "flights": 30,
                    "last_launch_date": "2025-08-28T08:12:00Z",
                    "first_launch_date": "2021-06-03T17:29:15Z"
                },
                "previous_flight_date": "2022-12-16T22:48:00Z",
                "turn_around_time_days": 40,
                "previous_flight": {
                    "id": "7105c4f4-7427-4f9a-a959-a8ecedd6062b",
                    "name": "Falcon 9 Block 5 | O3b mPower 1 & 2"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 105,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/105/?format=api",
            "attempt": true,
            "success": true,
            "description": "The first stage of the Falcon 9 has successfully landed on the ASDS, OCISLY, stationed off the east coast.",
            "downrange_distance": 658.0,
            "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": 158
            },
            "firststage": {
                "id": 68,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 2,
                "launcher": {
                    "id": 55,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/55/?format=api",
                    "details": "Stage Expended",
                    "flight_proven": true,
                    "serial_number": "B1047",
                    "status": "expended",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/55_image_20190226081347.jpeg",
                    "successful_landings": 2,
                    "attempted_landings": 2,
                    "flights": 3,
                    "last_launch_date": "2019-08-06T23:23:00Z",
                    "first_launch_date": "2018-07-22T05:50:00Z"
                },
                "previous_flight_date": "2018-07-22T05:50:00Z",
                "turn_around_time_days": 116,
                "previous_flight": {
                    "id": "0ea374f1-ac04-435d-bd6b-6d7e8d24760d",
                    "name": "Falcon 9 Block 5 | Telstar 19 VANTAGE"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1660,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1660/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1078 has landed on ASDS ASOG after its 22nd flight.",
            "downrange_distance": 600.0,
            "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": 17,
                "name": "A Shortfall of Gravitas",
                "abbrev": "ASOG",
                "description": "The fourth ASDS barge, A Shortfall of Gravitas (ASOG) is currently used to recover Falcon 9 and Heavy boosters in the Altantic Ocean.",
                "location": null,
                "successful_landings": 128
            },
            "firststage": {
                "id": 774,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 22,
                "launcher": {
                    "id": 120,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/120/?format=api",
                    "details": "Falcon 9 Block 5 booster first used for the Crew-6 mission.",
                    "flight_proven": true,
                    "serial_number": "B1078",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1078_landing_o_image_20250912151734.jpeg",
                    "successful_landings": 23,
                    "attempted_landings": 23,
                    "flights": 23,
                    "last_launch_date": "2025-09-12T01:56:00Z",
                    "first_launch_date": "2023-03-02T05:34:14Z"
                },
                "previous_flight_date": "2025-06-13T15:29:00Z",
                "turn_around_time_days": 42,
                "previous_flight": {
                    "id": "f52bce97-24cc-4ee5-9140-480c68bd65cf",
                    "name": "Falcon 9 Block 5 | Starlink Group 12-26"
                }
            },
            "spacecraftflight": null
        }
    ]
}