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

{
    "count": 1673,
    "next": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=1660",
    "previous": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=1640",
    "results": [
        {
            "id": 1803,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1803/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1071 has landed on ASDS OCISLY after its 31st 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": 184
            },
            "firststage": {
                "id": 879,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 31,
                "launcher": {
                    "id": 107,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/107/?format=api",
                    "details": "Falcon 9 Block 5 booster first used for the NROL-87 mission.",
                    "flight_proven": true,
                    "serial_number": "B1071",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1071_landing_o_image_20250912153658.jpeg",
                    "successful_landings": 32,
                    "attempted_landings": 32,
                    "flights": 32,
                    "last_launch_date": "2026-03-13T14:57:59Z",
                    "first_launch_date": "2022-02-02T20:27:26Z"
                },
                "previous_flight_date": "2025-11-28T18:44:30Z",
                "turn_around_time_days": 65,
                "previous_flight": {
                    "id": "dc4c201e-b11d-4650-91cc-ecc2eec95598",
                    "name": "Falcon 9 Block 5 | Transporter 15 (Dedicated SSO Rideshare)"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1826,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1826/?format=api",
            "attempt": true,
            "success": null,
            "description": "The Falcon 9 1st stage B1078 will land on ASDS ASOG after its 27th 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": 146
            },
            "firststage": {
                "id": 900,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 27,
                "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": 26,
                    "attempted_landings": 26,
                    "flights": 26,
                    "last_launch_date": "2026-03-02T02:56:40Z",
                    "first_launch_date": "2023-03-02T05:34:14Z"
                },
                "previous_flight_date": "2026-03-02T02:56:40Z",
                "turn_around_time_days": 20,
                "previous_flight": {
                    "id": "3f71a8a7-118f-460c-953b-984de24aba5c",
                    "name": "Falcon 9 Block 5 | Starlink Group 10-41"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1821,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1821/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1095 has landed on ASDS JRTI after its 6th 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": 151
            },
            "firststage": {
                "id": 896,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 6,
                "launcher": {
                    "id": 196,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/196/?format=api",
                    "details": "Falcon 9 booster debuting on Starlink Group 12-15.",
                    "flight_proven": true,
                    "serial_number": "B1095",
                    "status": "active",
                    "image_url": null,
                    "successful_landings": 6,
                    "attempted_landings": 6,
                    "flights": 6,
                    "last_launch_date": "2026-03-14T12:37:10Z",
                    "first_launch_date": "2025-05-21T03:19:10Z"
                },
                "previous_flight_date": "2026-01-30T07:22:00Z",
                "turn_around_time_days": 43,
                "previous_flight": {
                    "id": "5d4e8970-46cd-4c5e-9b9b-391eeb0700a6",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-101"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1806,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1806/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1088 has landed on ASDS OCISLY after its 13th 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": 184
            },
            "firststage": {
                "id": 881,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 13,
                "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": 13,
                    "attempted_landings": 13,
                    "flights": 13,
                    "last_launch_date": "2026-02-07T20:58:09Z",
                    "first_launch_date": "2024-11-30T08:10:00Z"
                },
                "previous_flight_date": "2025-12-07T17:58:30Z",
                "turn_around_time_days": 62,
                "previous_flight": {
                    "id": "e9a5374e-b091-45dc-830c-d2ffa1b1ed47",
                    "name": "Falcon 9 Block 5 | Starlink Group 11-15"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1807,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1807/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1100 has landed on ASDS OCISLY after its 3rd 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": 184
            },
            "firststage": {
                "id": 882,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 3,
                "launcher": {
                    "id": 239,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/239/?format=api",
                    "details": "Falcon 9 booster, with a special “100” logo in lieu of the usual serial number style painted on the booster.",
                    "flight_proven": true,
                    "serial_number": "B1100",
                    "status": "active",
                    "image_url": null,
                    "successful_landings": 3,
                    "attempted_landings": 3,
                    "flights": 3,
                    "last_launch_date": "2026-02-11T17:11:29Z",
                    "first_launch_date": "2025-11-23T08:48:00Z"
                },
                "previous_flight_date": "2026-01-17T04:39:51Z",
                "turn_around_time_days": 25,
                "previous_flight": {
                    "id": "1cdbe42e-22bb-470e-9107-edcc4c902ee5",
                    "name": "Falcon 9 Block 5 | NROL-105"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1814,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1814/?format=api",
            "attempt": true,
            "success": null,
            "description": "The Falcon 9 first stage will land back at the launch site after its flight.",
            "downrange_distance": 0.3,
            "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": 62,
                "name": "Landing Zone 40",
                "abbrev": "LZ-40",
                "description": "Landing Pad at SLC-40 for Falcon 9 boosters. Built as an replacement for LZ-1 & LZ-2.",
                "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": 1094,
                    "total_landing_count": 71
                },
                "successful_landings": 1
            },
            "firststage": {
                "id": 889,
                "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": 1808,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1808/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1081 has landed on ASDS OCISLY after its 22nd 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": 184
            },
            "firststage": {
                "id": 883,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 22,
                "launcher": {
                    "id": 124,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/124/?format=api",
                    "details": "Launched Crew-7 on its first flight.",
                    "flight_proven": true,
                    "serial_number": "B1081",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/124_image_20230827172435.jpeg",
                    "successful_landings": 22,
                    "attempted_landings": 22,
                    "flights": 22,
                    "last_launch_date": "2026-02-15T01:59:59Z",
                    "first_launch_date": "2023-08-26T07:27:27Z"
                },
                "previous_flight_date": "2026-01-03T02:09:16Z",
                "turn_around_time_days": 42,
                "previous_flight": {
                    "id": "63ddb2d1-8369-4681-8a50-e95819150382",
                    "name": "Falcon 9 Block 5 | CSG-3"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1802,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1802/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1090 has landed on ASDS ASOG after its 10th 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": 146
            },
            "firststage": {
                "id": 878,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 10,
                "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": 10,
                    "attempted_landings": 10,
                    "flights": 10,
                    "last_launch_date": "2026-02-16T07:59:40Z",
                    "first_launch_date": "2024-12-17T22:26:00Z"
                },
                "previous_flight_date": "2025-11-22T07:53:50Z",
                "turn_around_time_days": 86,
                "previous_flight": {
                    "id": "3a22283a-4521-429c-bf45-0d53aa0fcff3",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-79"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1754,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1754/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1077 has landed on ASDS JRTI after its 26th 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": 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": 151
            },
            "firststage": {
                "id": 859,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 26,
                "launcher": {
                    "id": 116,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/116/?format=api",
                    "details": "Falcon 9 Block 5 booster first used for the Crew-5 mission.",
                    "flight_proven": true,
                    "serial_number": "B1077",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/116_image_20240201065853.jpg",
                    "successful_landings": 26,
                    "attempted_landings": 26,
                    "flights": 26,
                    "last_launch_date": "2026-02-20T01:41:40Z",
                    "first_launch_date": "2022-10-05T16:00:57Z"
                },
                "previous_flight_date": "2025-12-02T22:18:50Z",
                "turn_around_time_days": 79,
                "previous_flight": {
                    "id": "d1ee3587-a7f7-455c-9dc3-1624352262b4",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-95"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1809,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1809/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1063 has landed on ASDS OCISLY after its 31st 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": 184
            },
            "firststage": {
                "id": 885,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 31,
                "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": 31,
                    "attempted_landings": 31,
                    "flights": 31,
                    "last_launch_date": "2026-02-21T09:04:19Z",
                    "first_launch_date": "2020-11-21T17:17:08Z"
                },
                "previous_flight_date": "2025-12-17T15:27:50Z",
                "turn_around_time_days": 65,
                "previous_flight": {
                    "id": "0b5da6e2-9141-427b-ab22-bcdd3ca6520a",
                    "name": "Falcon 9 Block 5 | Starlink Group 15-13"
                }
            },
            "spacecraftflight": null
        }
    ]
}