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=1570
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=1580",
    "previous": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=1560",
    "results": [
        {
            "id": 1649,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1649/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1077 has landed on ASDS ASOG after its 22nd 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": 766,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 22,
                "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": 23,
                    "attempted_landings": 23,
                    "flights": 23,
                    "last_launch_date": "2025-08-31T11:49:00Z",
                    "first_launch_date": "2022-10-05T16:00:57Z"
                },
                "previous_flight_date": "2025-06-03T04:43:40Z",
                "turn_around_time_days": 35,
                "previous_flight": {
                    "id": "0c4546c7-80f2-4a0b-8580-f9f62767e326",
                    "name": "Falcon 9 Block 5 | Starlink Group 12-19"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1300,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1300/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1073 has landed on ASDS ASOG after its 13th flight.",
            "downrange_distance": 630.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": 490,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 13,
                "launcher": {
                    "id": 112,
                    "url": "https://ll.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/b1073_landing_o_image_20250912152710.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-01-15T01:52:00Z",
                "turn_around_time_days": 49,
                "previous_flight": {
                    "id": "839c1427-45db-4b88-ae41-bb666c1dd097",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-37"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1206,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1206/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage has successfully landed on ASDS ASOG after this 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": 128
            },
            "firststage": {
                "id": 379,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 7,
                "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": 23,
                    "attempted_landings": 23,
                    "flights": 23,
                    "last_launch_date": "2025-08-31T11:49:00Z",
                    "first_launch_date": "2022-10-05T16:00:57Z"
                },
                "previous_flight_date": "2023-08-03T05:00:00Z",
                "turn_around_time_days": 28,
                "previous_flight": {
                    "id": "afc772a3-6ea7-4550-a4e9-35c70c22ebba",
                    "name": "Falcon 9 Block 5 | Galaxy 37"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1318,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1318/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1073 landed on ASDS ASOG after its 16th 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": 128
            },
            "firststage": {
                "id": 504,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 16,
                "launcher": {
                    "id": 112,
                    "url": "https://ll.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/b1073_landing_o_image_20250912152710.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-05-13T00:53:00Z",
                "turn_around_time_days": 51,
                "previous_flight": {
                    "id": "67152d83-c689-4cff-8330-b42c166049c9",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-58"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1562,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1562/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1078 has landed on ASDS ASOG after its 17th 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": 691,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 17,
                "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": "2024-12-31T05:39:10Z",
                "turn_around_time_days": 39,
                "previous_flight": {
                    "id": "58e080d1-90cd-42ac-8152-9f56fc580f8d",
                    "name": "Falcon 9 Block 5 | Starlink Group 12-6"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 210,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/210/?format=api",
            "attempt": true,
            "success": true,
            "description": "B1067 landed on ASDS OCISLY after its first launch.",
            "downrange_distance": 303.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": 157
            },
            "firststage": {
                "id": 179,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 101,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/101/?format=api",
                    "details": "Falcon 9 Block 5 booster first used for the CRS-22 mission.",
                    "flight_proven": true,
                    "serial_number": "B1067",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1067_landing_o_image_20250912153830.jpeg",
                    "successful_landings": 30,
                    "attempted_landings": 30,
                    "flights": 30,
                    "last_launch_date": "2025-08-28T08:12:00Z",
                    "first_launch_date": "2021-06-03T17:29:15Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1384,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1384/?format=api",
            "attempt": true,
            "success": true,
            "description": "New Shepard has landed on Corn Ranch Landing Pad after this flight.",
            "downrange_distance": 3.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": 28,
                "name": "Corn Ranch, West Texas",
                "abbrev": "CR",
                "description": "Blue Origin launch and landing facility located in West Texas",
                "location": {
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "country_code": "USA",
                    "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 36,
                    "total_landing_count": 36
                },
                "successful_landings": 39
            },
            "firststage": {
                "id": 550,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 11,
                "launcher": {
                    "id": 90,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/90/?format=api",
                    "details": "New Shepard vehicle #4 is the fourth flight vehicle of the New Shepard suborbital rocket. It was used for Blue Origin's first crewed launches.",
                    "flight_proven": true,
                    "serial_number": "NS-4",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/90_image_20210412202510.jpeg",
                    "successful_landings": 16,
                    "attempted_landings": 16,
                    "flights": 16,
                    "last_launch_date": "2025-10-08T13:40:27Z",
                    "first_launch_date": "2021-01-14T17:19:00Z"
                },
                "previous_flight_date": "2024-05-19T14:35:09Z",
                "turn_around_time_days": 101,
                "previous_flight": {
                    "id": "58e993d9-0819-41a3-a737-9178a93ae840",
                    "name": "New Shepard | NS-25"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 157,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/157/?format=api",
            "attempt": true,
            "success": true,
            "description": "B1059 successfully landed on the droneship OCILSY.",
            "downrange_distance": 630.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": 157
            },
            "firststage": {
                "id": 128,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 3,
                "launcher": {
                    "id": 68,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/68/?format=api",
                    "details": "Exploded upon ocean impact a safe distance from OCISLY",
                    "flight_proven": true,
                    "serial_number": "B1059",
                    "status": "lost",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/68_image_20191207205858.jpg",
                    "successful_landings": 5,
                    "attempted_landings": 6,
                    "flights": 6,
                    "last_launch_date": "2021-02-16T03:59:37Z",
                    "first_launch_date": "2019-12-05T17:29:24Z"
                },
                "previous_flight_date": "2020-03-07T04:50:31Z",
                "turn_around_time_days": 98,
                "previous_flight": {
                    "id": "e7f4d577-40dc-44a4-81a7-d1ae42244d45",
                    "name": "Falcon 9 Block 5 | SpX CRS-20"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1694,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1694/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1092 has landed on ASDS JRTI after its 7th 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": 799,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 7,
                "launcher": {
                    "id": 192,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/192/?format=api",
                    "details": "Falcon 9 booster debuting on Starlink Group 12-13.",
                    "flight_proven": true,
                    "serial_number": "B1092",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1092_landing_a_image_20250325084800.jpg",
                    "successful_landings": 7,
                    "attempted_landings": 7,
                    "flights": 7,
                    "last_launch_date": "2025-09-18T09:30:00Z",
                    "first_launch_date": "2025-02-27T03:34:20Z"
                },
                "previous_flight_date": "2025-08-22T03:50:00Z",
                "turn_around_time_days": 27,
                "previous_flight": {
                    "id": "2d5f2335-c3c2-4306-9dde-8ec37f348ccf",
                    "name": "Falcon 9 Block 5 | OTV-8 (X-37B) (USSF-36)"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1329,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1329/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1063 has landed on ASDS OCISLY after its 19th flight.",
            "downrange_distance": 642.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": 157
            },
            "firststage": {
                "id": 519,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 19,
                "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": "2024-05-14T18:39:00Z",
                "turn_around_time_days": 58,
                "previous_flight": {
                    "id": "63bb93ea-d77a-4b7e-aca7-325b514e270d",
                    "name": "Falcon 9 Block 5 | Starlink Group 8-7"
                }
            },
            "spacecraftflight": null
        }
    ]
}