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=20&ordering=downrange_distance
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=30&ordering=downrange_distance",
    "previous": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=10&ordering=downrange_distance",
    "results": [
        {
            "id": 162,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/162/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Starship prototype successfully landed next to its launchpad after its 150m hop.",
            "downrange_distance": 0.15,
            "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": 14,
                "name": "SpaceX Starship Landing Pad",
                "abbrev": "LZ",
                "description": "This is the landing pad used for early Starship development flights.",
                "location": {
                    "id": 143,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/143/?format=api",
                    "name": "SpaceX Starbase, TX, USA",
                    "country_code": "USA",
                    "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 20,
                    "total_landing_count": 13
                },
                "successful_landings": 5
            },
            "firststage": {
                "id": 122,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 70,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/70/?format=api",
                    "details": "Fifth prototype of the Starship prototype vehicle. On the 4th of August, SN5 completed a 150m hop, its first successful launch and landing. SN5 was scrapped in February 2021.",
                    "flight_proven": true,
                    "serial_number": "SN5",
                    "status": "scrapped",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/70_image_20200806074407.jpeg",
                    "successful_landings": 1,
                    "attempted_landings": 1,
                    "flights": 1,
                    "last_launch_date": "2020-08-04T23:57:00Z",
                    "first_launch_date": "2020-08-04T23:57:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 198,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/198/?format=api",
            "attempt": true,
            "success": false,
            "description": "Starship SN11 failed to land back at the launch site after its high-altitude flight.",
            "downrange_distance": 0.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": 14,
                "name": "SpaceX Starship Landing Pad",
                "abbrev": "LZ",
                "description": "This is the landing pad used for early Starship development flights.",
                "location": {
                    "id": 143,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/143/?format=api",
                    "name": "SpaceX Starbase, TX, USA",
                    "country_code": "USA",
                    "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 20,
                    "total_landing_count": 13
                },
                "successful_landings": 5
            },
            "firststage": {
                "id": 167,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 92,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/92/?format=api",
                    "details": "SN11 is a Starship Prototype similar in design to SN10 and SN9. It got destroyed during its first flight to an altitude of 10 km.",
                    "flight_proven": true,
                    "serial_number": "SN11",
                    "status": "destroyed",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/92_image_20210326174157.jpeg",
                    "successful_landings": 0,
                    "attempted_landings": 1,
                    "flights": 1,
                    "last_launch_date": "2021-03-30T13:00:00Z",
                    "first_launch_date": "2021-03-30T13:00:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 188,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/188/?format=api",
            "attempt": true,
            "success": false,
            "description": "SN9 was destroyed on landing.",
            "downrange_distance": 0.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": 14,
                "name": "SpaceX Starship Landing Pad",
                "abbrev": "LZ",
                "description": "This is the landing pad used for early Starship development flights.",
                "location": {
                    "id": 143,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/143/?format=api",
                    "name": "SpaceX Starbase, TX, USA",
                    "country_code": "USA",
                    "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 20,
                    "total_landing_count": 13
                },
                "successful_landings": 5
            },
            "firststage": {
                "id": 157,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 89,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/89/?format=api",
                    "details": "SN9 is the first starship prototype to be fully made of 304L stainless steel. It was destroyed on landing after its first flight.",
                    "flight_proven": true,
                    "serial_number": "SN9",
                    "status": "destroyed",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/89_image_20210128075700.jpeg",
                    "successful_landings": 0,
                    "attempted_landings": 1,
                    "flights": 1,
                    "last_launch_date": "2021-02-02T20:25:15Z",
                    "first_launch_date": "2021-02-02T20:25:15Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 104,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/104/?format=api",
            "attempt": true,
            "success": true,
            "description": "The first stage of the Falcon 9 rocket landed at LZ-4. This was the first attempt of an RTLS at Vandenberg.",
            "downrange_distance": 0.4,
            "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": 7,
                "name": "Landing Zone 4",
                "abbrev": "LZ-4",
                "description": "LZ at Vandenberg",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "timezone_name": "America/Los_Angeles",
                    "total_launch_count": 837,
                    "total_landing_count": 29
                },
                "successful_landings": 29
            },
            "firststage": {
                "id": 66,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 2,
                "launcher": {
                    "id": 56,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/56/?format=api",
                    "details": "Landing burn not performed after premature engine shutdown during ascent",
                    "flight_proven": true,
                    "serial_number": "B1048",
                    "status": "lost",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/56_image_20191123114656.jpg",
                    "successful_landings": 4,
                    "attempted_landings": 5,
                    "flights": 5,
                    "last_launch_date": "2020-03-18T12:16:39Z",
                    "first_launch_date": "2018-07-25T11:39:30Z"
                },
                "previous_flight_date": "2018-07-25T11:39:30Z",
                "turn_around_time_days": 74,
                "previous_flight": {
                    "id": "143b7f89-c64b-44ba-b8f3-f40ba8ad068c",
                    "name": "Falcon 9 Block 5 | Iridium-7"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1272,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1272/?format=api",
            "attempt": true,
            "success": true,
            "description": "B1061 has landed back at the launch site after its 17th flight.",
            "downrange_distance": 0.4,
            "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": 7,
                "name": "Landing Zone 4",
                "abbrev": "LZ-4",
                "description": "LZ at Vandenberg",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "timezone_name": "America/Los_Angeles",
                    "total_launch_count": 837,
                    "total_landing_count": 29
                },
                "successful_landings": 29
            },
            "firststage": {
                "id": 471,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 17,
                "launcher": {
                    "id": 71,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/71/?format=api",
                    "details": "Booster which launched Crew-1, Crew-2 and IXPE. Expended for the launch of Hera.",
                    "flight_proven": true,
                    "serial_number": "B1061",
                    "status": "expended",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1061_landing_o_image_20250912154328.jpeg",
                    "successful_landings": 22,
                    "attempted_landings": 22,
                    "flights": 23,
                    "last_launch_date": "2024-10-07T14:52:11Z",
                    "first_launch_date": "2020-11-16T00:27:17Z"
                },
                "previous_flight_date": "2023-10-21T08:23:00Z",
                "turn_around_time_days": 41,
                "previous_flight": {
                    "id": "327a3fa6-8144-4e4a-8398-709ddfac7291",
                    "name": "Falcon 9 Block 5 | Starlink Group 7-5"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 319,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/319/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1075 has landed back at LZ-4 after its 8th flight.",
            "downrange_distance": 0.4,
            "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": 7,
                "name": "Landing Zone 4",
                "abbrev": "LZ-4",
                "description": "LZ at Vandenberg",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "timezone_name": "America/Los_Angeles",
                    "total_launch_count": 837,
                    "total_landing_count": 29
                },
                "successful_landings": 29
            },
            "firststage": {
                "id": 296,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 8,
                "launcher": {
                    "id": 114,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/114/?format=api",
                    "details": "Falcon 9 Block 5 booster first used for the Starlink Group 2-4 mission.",
                    "flight_proven": true,
                    "serial_number": "B1075",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1075_landing_o_image_20250912152358.jpeg",
                    "successful_landings": 20,
                    "attempted_landings": 20,
                    "flights": 20,
                    "last_launch_date": "2025-09-06T18:06:39Z",
                    "first_launch_date": "2023-01-19T15:43:10Z"
                },
                "previous_flight_date": "2023-10-29T09:00:00Z",
                "turn_around_time_days": 56,
                "previous_flight": {
                    "id": "9bfd7559-da1a-4286-baf8-e2342d55ef52",
                    "name": "Falcon 9 Block 5 | Starlink Group 7-6"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1171,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1171/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage landed back at LZ-4 after this flight.",
            "downrange_distance": 0.4,
            "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": 7,
                "name": "Landing Zone 4",
                "abbrev": "LZ-4",
                "description": "LZ at Vandenberg",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "timezone_name": "America/Los_Angeles",
                    "total_launch_count": 837,
                    "total_landing_count": 29
                },
                "successful_landings": 29
            },
            "firststage": {
                "id": 347,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 9,
                "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": 29,
                    "attempted_landings": 29,
                    "flights": 29,
                    "last_launch_date": "2025-10-08T03:54:00Z",
                    "first_launch_date": "2022-02-02T20:27:26Z"
                },
                "previous_flight_date": "2023-03-17T19:26:40Z",
                "turn_around_time_days": 87,
                "previous_flight": {
                    "id": "4470fe15-bd51-408b-9d58-283891f97344",
                    "name": "Falcon 9 Block 5 | Starlink Group 2-8"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1679,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1679/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 booster B1063 landed back at the launch site at LZ-4 after its 27th flight.",
            "downrange_distance": 0.4,
            "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": 7,
                "name": "Landing Zone 4",
                "abbrev": "LZ-4",
                "description": "LZ at Vandenberg",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "timezone_name": "America/Los_Angeles",
                    "total_launch_count": 837,
                    "total_landing_count": 29
                },
                "successful_landings": 29
            },
            "firststage": {
                "id": 609,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 27,
                "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": 28,
                    "attempted_landings": 28,
                    "flights": 28,
                    "last_launch_date": "2025-09-29T02:04:50Z",
                    "first_launch_date": "2020-11-21T17:17:08Z"
                },
                "previous_flight_date": "2025-06-04T23:40:30Z",
                "turn_around_time_days": 82,
                "previous_flight": {
                    "id": "93f37c4a-f5d5-4c5d-b21a-a618c8540918",
                    "name": "Falcon 9 Block 5 | Starlink Group 11-22"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1581,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1581/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 booster B1081 has returned to the launch site at LZ-4 after its 13th flight.",
            "downrange_distance": 0.4,
            "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": 7,
                "name": "Landing Zone 4",
                "abbrev": "LZ-4",
                "description": "LZ at Vandenberg",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "timezone_name": "America/Los_Angeles",
                    "total_launch_count": 837,
                    "total_landing_count": 29
                },
                "successful_landings": 29
            },
            "firststage": {
                "id": 493,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 13,
                "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": 18,
                    "attempted_landings": 18,
                    "flights": 18,
                    "last_launch_date": "2025-09-22T17:38:00Z",
                    "first_launch_date": "2023-08-26T07:27:27Z"
                },
                "previous_flight_date": "2024-12-05T03:05:00Z",
                "turn_around_time_days": 100,
                "previous_flight": {
                    "id": "a757f8b0-4e5c-4223-bc27-361a8206a3bf",
                    "name": "Falcon 9 Block 5 | Starlink Group 9-14"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1658,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1658/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 booster B1081 has returned to the launch site at LZ-4 after its 16th flight.",
            "downrange_distance": 0.4,
            "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": 7,
                "name": "Landing Zone 4",
                "abbrev": "LZ-4",
                "description": "LZ at Vandenberg",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "timezone_name": "America/Los_Angeles",
                    "total_launch_count": 837,
                    "total_landing_count": 29
                },
                "successful_landings": 29
            },
            "firststage": {
                "id": 690,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 16,
                "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": 18,
                    "attempted_landings": 18,
                    "flights": 18,
                    "last_launch_date": "2025-09-22T17:38:00Z",
                    "first_launch_date": "2023-08-26T07:27:27Z"
                },
                "previous_flight_date": "2025-06-13T01:54:50Z",
                "turn_around_time_days": 40,
                "previous_flight": {
                    "id": "20f57212-6c6c-45c9-ba80-b4f90a470c7c",
                    "name": "Falcon 9 Block 5 | Starlink Group 15-6"
                }
            },
            "spacecraftflight": null
        }
    ]
}