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=1620
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=1630",
    "previous": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=1610",
    "results": [
        {
            "id": 1747,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1747/?format=api",
            "attempt": true,
            "success": false,
            "description": "The Zhuque-3 first stage booster executed its re-entry burn normally, but the landing burn was abnormal and the booster crashed next to its downrange landing pad on its landing attempt.",
            "downrange_distance": 390.0,
            "landing_type": {
                "id": 9,
                "name": "Vertical Landing",
                "abbrev": "VL",
                "description": "Vertical landing using engines"
            },
            "landing_location": {
                "id": 60,
                "name": "Zhuque-3 Landing Site",
                "abbrev": "ZQ-3 LZ",
                "description": "Landing site for first stage boosters of LandSpace’s Zhuque-3 rocket at Minqin County, Gansu Province, China.",
                "location": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                    "timezone_name": "Asia/Shanghai",
                    "total_launch_count": 273,
                    "total_landing_count": 2
                },
                "successful_landings": 0
            },
            "firststage": {
                "id": 852,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 245,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/245/?format=api",
                    "details": "First stage booster used on the 1st flight of LandSpace's Zhuque-3 rocket. Booster attempted to land downrange on its dedicated landing pad, but impacted the edge of the pad following an abnormal landing burn.",
                    "flight_proven": false,
                    "serial_number": "ZQ-3 F1",
                    "status": "destroyed",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zq-3_flight_1_l_image_20251203064230.jpg",
                    "successful_landings": 0,
                    "attempted_landings": 1,
                    "flights": 1,
                    "last_launch_date": "2025-12-03T04:00:00Z",
                    "first_launch_date": "2025-12-03T04:00:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1739,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1739/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1088 has landed on ASDS OCISLY after its 12th flight.",
            "downrange_distance": 574.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": 172
            },
            "firststage": {
                "id": 844,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 12,
                "launcher": {
                    "id": 153,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/153/?format=api",
                    "details": "Falcon 9 booster.",
                    "flight_proven": true,
                    "serial_number": "B1088",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1088_landing_o_image_20250912151209.jpeg",
                    "successful_landings": 12,
                    "attempted_landings": 12,
                    "flights": 12,
                    "last_launch_date": "2025-12-07T17:58:30Z",
                    "first_launch_date": "2024-11-30T08:10:00Z"
                },
                "previous_flight_date": "2025-10-19T19:24:00Z",
                "turn_around_time_days": 48,
                "previous_flight": {
                    "id": "0d2920f2-87d9-4c5a-aebe-614d8baae2a2",
                    "name": "Falcon 9 Block 5 | Starlink Group 11-19"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1754,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1754/?format=api",
            "attempt": true,
            "success": null,
            "description": "The Falcon 9 first stage will attempt to land on one of two East Coast ASDS after its flight.",
            "downrange_distance": 605.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": 12,
                "name": "Unknown",
                "abbrev": "N/A",
                "description": null,
                "location": null,
                "successful_landings": 0
            },
            "firststage": {
                "id": 859,
                "type": "Core",
                "reused": null,
                "launcher_flight_number": null,
                "launcher": {
                    "id": 106,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/106/?format=api",
                    "details": "Booster serial number unknown.",
                    "flight_proven": false,
                    "serial_number": "Unknown F9",
                    "status": "N/A",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/106_image_20230708172214.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": 1744,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1744/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1082 has landed on ASDS OCISLY after its 18th flight.",
            "downrange_distance": 574.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": 172
            },
            "firststage": {
                "id": 849,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 18,
                "launcher": {
                    "id": 125,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/125/?format=api",
                    "details": "Falcon 9 Block 5 booster.",
                    "flight_proven": true,
                    "serial_number": "B1082",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1082_landing_a_image_20251219191159.jpg",
                    "successful_landings": 18,
                    "attempted_landings": 18,
                    "flights": 18,
                    "last_launch_date": "2025-12-10T11:40:30Z",
                    "first_launch_date": "2024-01-03T03:44:20Z"
                },
                "previous_flight_date": "2025-10-28T00:43:49Z",
                "turn_around_time_days": 43,
                "previous_flight": {
                    "id": "22eb6520-2a51-4f60-b1b8-41a6bf711768",
                    "name": "Falcon 9 Block 5 | Starlink Group 11-21"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1743,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1743/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1067 has landed on ASDS ASOG after its 32nd 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": 138
            },
            "firststage": {
                "id": 848,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 32,
                "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": 32,
                    "attempted_landings": 32,
                    "flights": 32,
                    "last_launch_date": "2025-12-08T22:26:10Z",
                    "first_launch_date": "2021-06-03T17:29:15Z"
                },
                "previous_flight_date": "2025-10-19T17:39:40Z",
                "turn_around_time_days": 50,
                "previous_flight": {
                    "id": "ed145de1-b768-43b5-8563-18ebc93b69b5",
                    "name": "Falcon 9 Block 5 | Starlink Group 10-17"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1745,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1745/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1096 has landed back at the launch site at Landing Zone 2 (LZ-2) after its 4th flight.",
            "downrange_distance": 14.6,
            "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": 5,
                "name": "Landing Zone 2",
                "abbrev": "LZ-2",
                "description": "LZ-2 Pad located at Cape Canaveral Space Force Station at the previous LC-13. Directly next to LZ-1",
                "location": {
                    "id": 12,
                    "url": "https://ll.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": 1079,
                    "total_landing_count": 70
                },
                "successful_landings": 16
            },
            "firststage": {
                "id": 850,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 4,
                "launcher": {
                    "id": 197,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/197/?format=api",
                    "details": "Falcon 9 booster.",
                    "flight_proven": true,
                    "serial_number": "B1096",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1096_landing_a_image_20251219190526.jpg",
                    "successful_landings": 4,
                    "attempted_landings": 4,
                    "flights": 4,
                    "last_launch_date": "2025-12-09T19:16:25Z",
                    "first_launch_date": "2025-07-16T06:30:00Z"
                },
                "previous_flight_date": "2025-11-11T03:21:30Z",
                "turn_around_time_days": 28,
                "previous_flight": {
                    "id": "a63253be-6084-4151-81db-57fe4d13b164",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-87"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1748,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1748/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1083 has landed on ASDS JRTI after its 16th 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": 147
            },
            "firststage": {
                "id": 853,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 16,
                "launcher": {
                    "id": 126,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/126/?format=api",
                    "details": "Booster first flown during the Crew-8 mission.",
                    "flight_proven": true,
                    "serial_number": "B1083",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/126_image_20240304081131.jpeg",
                    "successful_landings": 16,
                    "attempted_landings": 16,
                    "flights": 16,
                    "last_launch_date": "2025-12-11T22:01:20Z",
                    "first_launch_date": "2024-03-04T03:53:38Z"
                },
                "previous_flight_date": "2025-10-29T16:35:20Z",
                "turn_around_time_days": 43,
                "previous_flight": {
                    "id": "94ec1605-bd9c-47fa-9f36-69148ee4e370",
                    "name": "Falcon 9 Block 5 | Starlink Group 10-37"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1750,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1750/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1093 has landed on ASDS OCISLY after its 9th flight.",
            "downrange_distance": 574.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": 172
            },
            "firststage": {
                "id": 854,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 9,
                "launcher": {
                    "id": 193,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/193/?format=api",
                    "details": "Falcon 9 booster debuting on Starlink Group 11-11.",
                    "flight_proven": true,
                    "serial_number": "B1093",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_on_slc_image_20250910140450.jpeg",
                    "successful_landings": 9,
                    "attempted_landings": 9,
                    "flights": 9,
                    "last_launch_date": "2025-12-14T05:49:00Z",
                    "first_launch_date": "2025-04-07T23:06:10Z"
                },
                "previous_flight_date": "2025-11-06T21:13:50Z",
                "turn_around_time_days": 37,
                "previous_flight": {
                    "id": "6602c88f-cbff-4495-b417-a184ddb0a426",
                    "name": "Falcon 9 Block 5 | Starlink Group 11-14"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1752,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1752/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1092 has landed on ASDS ASOG after its 9th 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": 138
            },
            "firststage": {
                "id": 856,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 9,
                "launcher": {
                    "id": 192,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/192/?format=api",
                    "details": "Falcon 9 booster debuting on Starlink Group 12-13.",
                    "flight_proven": true,
                    "serial_number": "B1092",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1092_landing_a_image_20250325084800.jpg",
                    "successful_landings": 9,
                    "attempted_landings": 9,
                    "flights": 9,
                    "last_launch_date": "2025-12-15T05:25:10Z",
                    "first_launch_date": "2025-02-27T03:34:20Z"
                },
                "previous_flight_date": "2025-11-15T03:08:10Z",
                "turn_around_time_days": 30,
                "previous_flight": {
                    "id": "fdb8c931-b1ec-441e-b0ce-75f7a8799189",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-89"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1753,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1753/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1063 has landed on ASDS OCISLY after its 30th flight.",
            "downrange_distance": 574.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": 172
            },
            "firststage": {
                "id": 858,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 30,
                "launcher": {
                    "id": 84,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/84/?format=api",
                    "details": "Notable launches include Sentinel-6 and Dart.",
                    "flight_proven": true,
                    "serial_number": "B1063",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/84_image_20201122121517.jpeg",
                    "successful_landings": 30,
                    "attempted_landings": 30,
                    "flights": 30,
                    "last_launch_date": "2025-12-17T15:27:50Z",
                    "first_launch_date": "2020-11-21T17:17:08Z"
                },
                "previous_flight_date": "2025-10-31T20:41:10Z",
                "turn_around_time_days": 46,
                "previous_flight": {
                    "id": "e92f090c-cb6a-4e1a-8e07-5a97dbf1c450",
                    "name": "Falcon 9 Block 5 | Starlink Group 11-23"
                }
            },
            "spacecraftflight": null
        }
    ]
}