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=30&ordering=-id
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=40&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=20&ordering=-id",
    "results": [
        {
            "id": 1692,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1692/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Super Heavy Booster 15-2 has made a planned splashdown near the launch site.",
            "downrange_distance": null,
            "landing_type": {
                "id": 3,
                "name": "Ocean",
                "abbrev": "Ocean",
                "description": "No recovery attempt"
            },
            "landing_location": {
                "id": 16,
                "name": "Gulf of Mexico",
                "abbrev": "GOM",
                "description": "Gulf of Mexico",
                "location": null,
                "successful_landings": 18
            },
            "firststage": {
                "id": 794,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 2,
                "launcher": {
                    "id": 191,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/191/?format=api",
                    "details": "Super Heavy booster used for the 8th Starship flight test. Successfully caught by the launch tower. Reused on the 11th Starship flight test and completed a planned high speed water splashdown.",
                    "flight_proven": true,
                    "serial_number": "Booster 15",
                    "status": "lost",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_booste_image_20250221071521.jpg",
                    "successful_landings": 2,
                    "attempted_landings": 2,
                    "flights": 2,
                    "last_launch_date": "2025-10-13T23:23:41Z",
                    "first_launch_date": "2025-03-06T23:30:00Z"
                },
                "previous_flight_date": "2025-03-06T23:30:00Z",
                "turn_around_time_days": 220,
                "previous_flight": {
                    "id": "a2b94add-d1e8-4b1d-9f25-afe7904580d3",
                    "name": "Starship | Flight 8"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1691,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1691/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1088 has landed on ASDS OCISLY after its 10th 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": 158
            },
            "firststage": {
                "id": 796,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 10,
                "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": 10,
                    "attempted_landings": 10,
                    "flights": 10,
                    "last_launch_date": "2025-09-19T16:31:39Z",
                    "first_launch_date": "2024-11-30T08:10:00Z"
                },
                "previous_flight_date": "2025-08-18T16:26:49Z",
                "turn_around_time_days": 32,
                "previous_flight": {
                    "id": "d66bb4a0-cb32-45d8-81ba-d86e43dd3eb2",
                    "name": "Falcon 9 Block 5 | Starlink Group 17-5"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1690,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1690/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1071 landed on ASDS OCISLY after its 28th 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": 158
            },
            "firststage": {
                "id": 795,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 28,
                "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": "2025-07-31T18:35:09Z",
                "turn_around_time_days": 43,
                "previous_flight": {
                    "id": "77260245-22c9-4a05-8df6-af7441206c83",
                    "name": "Falcon 9 Block 5 | Starlink Group 13-4"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1689,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1689/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1093 has landed on ASDS OCISLY after its 6th flight.",
            "downrange_distance": 650.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": 773,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 6,
                "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": 7,
                    "attempted_landings": 7,
                    "flights": 6,
                    "last_launch_date": "2025-10-15T23:06:06Z",
                    "first_launch_date": "2025-04-07T23:06:10Z"
                },
                "previous_flight_date": "2025-08-14T05:05:37Z",
                "turn_around_time_days": 27,
                "previous_flight": {
                    "id": "258dd7cc-3e26-45bd-ac48-b58f8a501fb3",
                    "name": "Falcon 9 Block 5 | Starlink Group 17-4"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1688,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1688/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1078 has landed on ASDS ASOG after its 23rd flight.",
            "downrange_distance": 650.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": 393,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 23,
                "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-07-26T09:01:40Z",
                "turn_around_time_days": 47,
                "previous_flight": {
                    "id": "d4eba3cb-9474-41f9-9618-a90d1c0b7025",
                    "name": "Falcon 9 Block 5 | Starlink Group 10-26"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1687,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1687/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1094 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": 1058,
                    "total_landing_count": 68
                },
                "successful_landings": 14
            },
            "firststage": {
                "id": 730,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 4,
                "launcher": {
                    "id": 194,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/194/?format=api",
                    "details": "Falcon 9 booster debuting on Starlink Group 12-10.",
                    "flight_proven": true,
                    "serial_number": "B1094",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1094_landing_o_image_20250912150803.jpeg",
                    "successful_landings": 4,
                    "attempted_landings": 4,
                    "flights": 4,
                    "last_launch_date": "2025-09-14T22:11:48Z",
                    "first_launch_date": "2025-04-29T02:34:10Z"
                },
                "previous_flight_date": "2025-08-01T15:43:42Z",
                "turn_around_time_days": 44,
                "previous_flight": {
                    "id": "88b4b179-c4ed-4bd1-868d-ced568a2342a",
                    "name": "Falcon 9 Block 5 | Crew-11"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1686,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1686/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1075 landed on ASDS OCISLY after its 20th 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": 158
            },
            "firststage": {
                "id": 793,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 20,
                "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": "2025-07-27T04:31:09Z",
                "turn_around_time_days": 41,
                "previous_flight": {
                    "id": "a483028f-2dda-447b-bacd-bcb534903074",
                    "name": "Falcon 9 Block 5 | Starlink Group 17-2"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1685,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1685/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1069 has landed on ASDS JRTI 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": 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": 792,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 27,
                "launcher": {
                    "id": 105,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/105/?format=api",
                    "details": "Falcon 9 Block 5 booster first used for the CRS-24 mission.",
                    "flight_proven": true,
                    "serial_number": "B1069",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1069_at_lz-1_a_image_20250912153047.jpeg",
                    "successful_landings": 27,
                    "attempted_landings": 27,
                    "flights": 27,
                    "last_launch_date": "2025-09-05T12:32:30Z",
                    "first_launch_date": "2021-12-21T10:07:08Z"
                },
                "previous_flight_date": "2025-07-30T03:37:50Z",
                "turn_around_time_days": 37,
                "previous_flight": {
                    "id": "760cea4c-78f9-4b98-83a5-231fc098c5ab",
                    "name": "Falcon 9 Block 5 | Starlink Group 10-29"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1684,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1684/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1083 has landed on ASDS ASOG after its 14th 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": 791,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 14,
                "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": 14,
                    "attempted_landings": 14,
                    "flights": 14,
                    "last_launch_date": "2025-09-03T11:56:10Z",
                    "first_launch_date": "2024-03-04T03:53:38Z"
                },
                "previous_flight_date": "2025-07-13T05:04:00Z",
                "turn_around_time_days": 52,
                "previous_flight": {
                    "id": "d54113f9-985e-4e40-a7e7-dbeb07b85b44",
                    "name": "Falcon 9 Block 5 | Dror-1"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1683,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1683/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1097 has landed on ASDS OCISLY after its 1st 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": 158
            },
            "firststage": {
                "id": 790,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 199,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/199/?format=api",
                    "details": "Falcon 9 booster.",
                    "flight_proven": true,
                    "serial_number": "B1097",
                    "status": "active",
                    "image_url": null,
                    "successful_landings": 2,
                    "attempted_landings": 2,
                    "flights": 2,
                    "last_launch_date": "2025-10-03T14:06:50Z",
                    "first_launch_date": "2025-09-03T03:51:26Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        }
    ]
}