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

{
    "count": 224,
    "next": "https://lldev.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=200",
    "previous": "https://lldev.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=180",
    "results": [
        {
            "id": 1386,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1386/?format=api",
            "attempt": true,
            "success": true,
            "description": "B1080 has landed back at the launch site at LZ-1 after its flight.",
            "downrange_distance": 9.1,
            "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": 4,
                "name": "Landing Zone 1",
                "abbrev": "LZ-1",
                "description": "LZ-1 Pad located at Cape Canaveral Space Force Station at the previous LC-13",
                "location": {
                    "id": 12,
                    "url": "https://lldev.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": 1031,
                    "total_landing_count": 64
                },
                "successful_landings": 51
            },
            "firststage": {
                "id": 405,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 10,
                "launcher": {
                    "id": 123,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/123/?format=api",
                    "details": "Falcon 9 Block 5 booster first used for the Axiom Space Mission 2 Crew Dragon mission.",
                    "flight_proven": true,
                    "serial_number": "B1080",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1080_image_20240322071018.jpeg",
                    "successful_landings": 19,
                    "attempted_landings": 19,
                    "flights": 19,
                    "last_launch_date": "2025-05-28T13:30:00Z",
                    "first_launch_date": "2023-05-21T21:37:09Z"
                },
                "previous_flight_date": "2024-06-20T21:35:00Z",
                "turn_around_time_days": 44,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1317,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1317/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1077 has landed on ASDS ASOG after its 14th flight.",
            "downrange_distance": 618.0,
            "landing_type": {
                "id": 1,
                "name": "Autonomous Spaceport Drone Ship",
                "abbrev": "ASDS",
                "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
            },
            "landing_location": {
                "id": 17,
                "name": "A Shortfall of Gravitas",
                "abbrev": "ASOG",
                "description": "The fourth ASDS barge, A Shortfall of Gravitas (ASOG) is currently used to recover Falcon 9 and Heavy boosters in the Altantic Ocean.",
                "location": null,
                "successful_landings": 113
            },
            "firststage": {
                "id": 503,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 14,
                "launcher": {
                    "id": 116,
                    "url": "https://lldev.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": 21,
                    "attempted_landings": 21,
                    "flights": 21,
                    "last_launch_date": "2025-06-03T04:43:40Z",
                    "first_launch_date": "2022-10-05T16:00:57Z"
                },
                "previous_flight_date": "2024-05-24T02:45:00Z",
                "turn_around_time_days": 65,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1350,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1350/?format=api",
            "attempt": true,
            "success": true,
            "description": "B1069 landed on ASDS JRTI after its 17th flight.",
            "downrange_distance": 618.0,
            "landing_type": {
                "id": 1,
                "name": "Autonomous Spaceport Drone Ship",
                "abbrev": "ASDS",
                "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
            },
            "landing_location": {
                "id": 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 Altantic Ocean.",
                "location": null,
                "successful_landings": 124
            },
            "firststage": {
                "id": 527,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 17,
                "launcher": {
                    "id": 105,
                    "url": "https://lldev.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/105_image_20211220081646.jpeg",
                    "successful_landings": 24,
                    "attempted_landings": 24,
                    "flights": 24,
                    "last_launch_date": "2025-05-24T17:19:10Z",
                    "first_launch_date": "2021-12-21T10:07:08Z"
                },
                "previous_flight_date": "2024-06-08T01:56:00Z",
                "turn_around_time_days": 49,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1382,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1382/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1076 has landed on ASDS JRTI after its 15th flight.",
            "downrange_distance": 660.0,
            "landing_type": {
                "id": 1,
                "name": "Autonomous Spaceport Drone Ship",
                "abbrev": "ASDS",
                "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
            },
            "landing_location": {
                "id": 3,
                "name": "Just Read the Instructions",
                "abbrev": "JRTI",
                "description": "Third (Marmac 303) ASDS barge, Just Read the Instructions (JRTI) is currently used to recover Falcon 9 and Heavy boosters in the Altantic Ocean.",
                "location": null,
                "successful_landings": 124
            },
            "firststage": {
                "id": 403,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 15,
                "launcher": {
                    "id": 118,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/118/?format=api",
                    "details": "Booster first launched the CRS-26 mission.",
                    "flight_proven": true,
                    "serial_number": "B1076",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1076_on_lc-39a_image_20240407145514.jpeg",
                    "successful_landings": 21,
                    "attempted_landings": 21,
                    "flights": 21,
                    "last_launch_date": "2025-02-21T15:19:00Z",
                    "first_launch_date": "2022-11-26T19:20:43Z"
                },
                "previous_flight_date": "2024-06-01T02:37:00Z",
                "turn_around_time_days": 37,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1381,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1381/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1081 has landed on ASDS OCISLY after its 8th flight.",
            "downrange_distance": 637.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": 138
            },
            "firststage": {
                "id": 547,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 8,
                "launcher": {
                    "id": 124,
                    "url": "https://lldev.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": 15,
                    "attempted_landings": 15,
                    "flights": 15,
                    "last_launch_date": "2025-06-13T01:54:50Z",
                    "first_launch_date": "2023-08-26T07:27:27Z"
                },
                "previous_flight_date": "2024-05-28T22:20:10Z",
                "turn_around_time_days": 31,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1296,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1296/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1073 has landed on ASDS JRTI after its 19th flight.",
            "downrange_distance": 644.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 Altantic Ocean.",
                "location": null,
                "successful_landings": 124
            },
            "firststage": {
                "id": 487,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 19,
                "launcher": {
                    "id": 112,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/112/?format=api",
                    "details": "Notable missions include SES-22, Hakuto-R and CRS-27. Expended during the SPAINSAT-NG I launch.",
                    "flight_proven": true,
                    "serial_number": "B1073",
                    "status": "expended",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/112_image_20220516182658.jpeg",
                    "successful_landings": 20,
                    "attempted_landings": 20,
                    "flights": 21,
                    "last_launch_date": "2025-01-30T01:34:00Z",
                    "first_launch_date": "2022-05-14T20:40:50Z"
                },
                "previous_flight_date": "2024-10-23T21:47:00Z",
                "turn_around_time_days": 25,
                "previous_flight": {
                    "id": "beb6bfff-c584-42d9-9fea-e3e82a5fd32a",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-61"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1324,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1324/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1069 has landed on ASDS JRTI after its 18th flight.",
            "downrange_distance": 618.0,
            "landing_type": {
                "id": 1,
                "name": "Autonomous Spaceport Drone Ship",
                "abbrev": "ASDS",
                "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
            },
            "landing_location": {
                "id": 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 Altantic Ocean.",
                "location": null,
                "successful_landings": 124
            },
            "firststage": {
                "id": 510,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 18,
                "launcher": {
                    "id": 105,
                    "url": "https://lldev.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/105_image_20211220081646.jpeg",
                    "successful_landings": 24,
                    "attempted_landings": 24,
                    "flights": 24,
                    "last_launch_date": "2025-05-24T17:19:10Z",
                    "first_launch_date": "2021-12-21T10:07:08Z"
                },
                "previous_flight_date": "2024-07-27T05:45:00Z",
                "turn_around_time_days": 35,
                "previous_flight": {
                    "id": "0f63b33d-1a83-4eb2-8c2e-d4157bf71230",
                    "name": "Falcon 9 Block 5 | Starlink Group 10-9"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1303,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1303/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1078 has landed back at the launch site after its 13th flight.",
            "downrange_distance": 9.1,
            "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": 4,
                "name": "Landing Zone 1",
                "abbrev": "LZ-1",
                "description": "LZ-1 Pad located at Cape Canaveral Space Force Station at the previous LC-13",
                "location": {
                    "id": 12,
                    "url": "https://lldev.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": 1031,
                    "total_landing_count": 64
                },
                "successful_landings": 51
            },
            "firststage": {
                "id": 402,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 13,
                "launcher": {
                    "id": 120,
                    "url": "https://lldev.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/120_image_20230227075809.jpeg",
                    "successful_landings": 21,
                    "attempted_landings": 21,
                    "flights": 21,
                    "last_launch_date": "2025-06-13T15:29:00Z",
                    "first_launch_date": "2023-03-02T05:34:14Z"
                },
                "previous_flight_date": "2024-08-02T05:01:00Z",
                "turn_around_time_days": 41,
                "previous_flight": {
                    "id": "172111f8-35c3-413e-9f6e-06676a462895",
                    "name": "Falcon 9 Block 5 | Starlink Group 10-6"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1326,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1326/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1085 has landed on ASDS ASOG after its 1st flight.",
            "downrange_distance": 618.0,
            "landing_type": {
                "id": 1,
                "name": "Autonomous Spaceport Drone Ship",
                "abbrev": "ASDS",
                "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
            },
            "landing_location": {
                "id": 17,
                "name": "A Shortfall of Gravitas",
                "abbrev": "ASOG",
                "description": "The fourth ASDS barge, A Shortfall of Gravitas (ASOG) is currently used to recover Falcon 9 and Heavy boosters in the Altantic Ocean.",
                "location": null,
                "successful_landings": 113
            },
            "firststage": {
                "id": 512,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 151,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/151/?format=api",
                    "details": "Booster to be flown during the Crew-9 mission.",
                    "flight_proven": true,
                    "serial_number": "B1085",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1085_during_la_image_20241217151951.jpg",
                    "successful_landings": 8,
                    "attempted_landings": 8,
                    "flights": 8,
                    "last_launch_date": "2025-06-07T04:54:00Z",
                    "first_launch_date": "2024-08-20T13:20:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1333,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1333/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1073 has landed on ASDS ASOG after its 17th flight.",
            "downrange_distance": 618.0,
            "landing_type": {
                "id": 1,
                "name": "Autonomous Spaceport Drone Ship",
                "abbrev": "ASDS",
                "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
            },
            "landing_location": {
                "id": 17,
                "name": "A Shortfall of Gravitas",
                "abbrev": "ASOG",
                "description": "The fourth ASDS barge, A Shortfall of Gravitas (ASOG) is currently used to recover Falcon 9 and Heavy boosters in the Altantic Ocean.",
                "location": null,
                "successful_landings": 113
            },
            "firststage": {
                "id": 523,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 17,
                "launcher": {
                    "id": 112,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/112/?format=api",
                    "details": "Notable missions include SES-22, Hakuto-R and CRS-27. Expended during the SPAINSAT-NG I launch.",
                    "flight_proven": true,
                    "serial_number": "B1073",
                    "status": "expended",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/112_image_20220516182658.jpeg",
                    "successful_landings": 20,
                    "attempted_landings": 20,
                    "flights": 21,
                    "last_launch_date": "2025-01-30T01:34:00Z",
                    "first_launch_date": "2022-05-14T20:40:50Z"
                },
                "previous_flight_date": "2024-07-03T08:55:00Z",
                "turn_around_time_days": 40,
                "previous_flight": {
                    "id": "37d99477-d60a-486a-9fa0-3c533fe19fd9",
                    "name": "Falcon 9 Block 5 | Starlink Group 8-9"
                }
            },
            "spacecraftflight": null
        }
    ]
}