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

{
    "count": 1601,
    "next": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=1530",
    "previous": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=1510",
    "results": [
        {
            "id": 138,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/138/?format=api",
            "attempt": true,
            "success": true,
            "description": "Sarge 1 successfully landed back on Earth.",
            "downrange_distance": null,
            "landing_type": {
                "id": 4,
                "name": "Parachute Landing",
                "abbrev": "PCL",
                "description": "Unpowered landing using parachute(s)."
            },
            "landing_location": {
                "id": 13,
                "name": "Spaceport America",
                "abbrev": "SA",
                "description": "FAA-licensed spaceport  in New Mexico.",
                "location": {
                    "id": 31,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/31/?format=api",
                    "name": "Spaceport America, NM, USA",
                    "country_code": "USA",
                    "description": "Spaceport America is an FAA-licensed spaceport located in the Jornada del Muerto desert basin north of Las Cruces, New Mexico, and southeast of Truth or Consequences. With Virgin Galactic's launch of the VSS Unity, with three people aboard, on May 22, 2021, New Mexico became the third US state to launch humans into space after California and Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_31_20200803142505.jpg",
                    "timezone_name": "America/Denver",
                    "total_launch_count": 4,
                    "total_landing_count": 4
                },
                "successful_landings": 17
            },
            "firststage": {
                "id": 108,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 2,
                "launcher": {
                    "id": 67,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/67/?format=api",
                    "details": "Sarge 1 is the first SARGE reusable sounding rocket.",
                    "flight_proven": true,
                    "serial_number": "SARGE 1",
                    "status": "destroyed",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/67_image_20190629182855.jpg",
                    "successful_landings": 3,
                    "attempted_landings": 4,
                    "flights": 4,
                    "last_launch_date": "2019-10-26T17:40:15Z",
                    "first_launch_date": "2018-08-25T18:15:00Z"
                },
                "previous_flight_date": "2018-08-25T18:15:00Z",
                "turn_around_time_days": 188,
                "previous_flight": {
                    "id": "676e30cc-c704-466a-a7f1-8ca4d90f22c8",
                    "name": "SARGE | Launch 1 - \"Pathfinder\""
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1380,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1380/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 booster B1080 has landed on ASDS JRTI after its 9th flight.",
            "downrange_distance": 648.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": 137
            },
            "firststage": {
                "id": 540,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 9,
                "launcher": {
                    "id": 123,
                    "url": "https://ll.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": 22,
                    "attempted_landings": 22,
                    "flights": 22,
                    "last_launch_date": "2025-09-25T08:39:00Z",
                    "first_launch_date": "2023-05-21T21:37:09Z"
                },
                "previous_flight_date": "2024-05-23T02:35:00Z",
                "turn_around_time_days": 28,
                "previous_flight": {
                    "id": "1e84545e-add0-42be-bcd2-c78eb2d982e5",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-62"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1349,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1349/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1076 has landed on ASDS JRTI after its 13th 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": 137
            },
            "firststage": {
                "id": 530,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 13,
                "launcher": {
                    "id": 118,
                    "url": "https://ll.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_landing_o_image_20250912152159.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-03-30T21:52:00Z",
                "turn_around_time_days": 29,
                "previous_flight": {
                    "id": "ba739b7f-9bdd-487c-9742-d76182af49f8",
                    "name": "Falcon 9 Block 5 | Eutelsat 36D"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 190,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/190/?format=api",
            "attempt": true,
            "success": true,
            "description": "NS4 successfully landed at Corn Ranch Landing Pad after its first 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": 11,
                "name": "Corn Ranch Landing Pad, West Texas",
                "abbrev": "CR",
                "description": "New Shepard landing site.",
                "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": 31
            },
            "firststage": {
                "id": 159,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "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": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 342,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/342/?format=api",
            "attempt": true,
            "success": true,
            "description": "B1073 has successfully landed on ASDS ASOG after its eighth 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": 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": 319,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 8,
                "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": "2023-03-15T00:30:42Z",
                "turn_around_time_days": 35,
                "previous_flight": {
                    "id": "9a0216fd-811b-4e20-be0a-98e6c54859e4",
                    "name": "Falcon 9 Block 5 | Dragon CRS-2 SpX-27"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1526,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1526/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1075 has landed on ASDS OCISLY after its 17th 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": 656,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 17,
                "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": "2024-12-29T01:58:30Z",
                "turn_around_time_days": 34,
                "previous_flight": {
                    "id": "eea43b3f-eddc-437a-ada5-8e23286f1eef",
                    "name": "Falcon 9 Block 5 | Starlink Group 11-3"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1241,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1241/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1081 has successfully landed back at the launch site after its second flight.",
            "downrange_distance": 14.9,
            "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://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": 1059,
                    "total_landing_count": 68
                },
                "successful_landings": 53
            },
            "firststage": {
                "id": 387,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 2,
                "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": "2023-08-26T07:27:27Z",
                "turn_around_time_days": 75,
                "previous_flight": {
                    "id": "1caacff9-837e-493b-afd4-4da54eeccdf2",
                    "name": "Falcon 9 Block 5 | Crew-7"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 236,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/236/?format=api",
            "attempt": true,
            "success": true,
            "description": "B1071 has successfully landed at LZ-4 after its maiden 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": 209,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "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": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 148,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/148/?format=api",
            "attempt": true,
            "success": true,
            "description": "B1058 has successfully landed on ASDS OCISLY.",
            "downrange_distance": 510.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": 116,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 69,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/69/?format=api",
                    "details": "Booster first flown during the DEMO-2 mission. Only booster featuring the NASA worm logo.\r\n\r\nWritten off after toppled by rough seas during transport on 25 December 2023 after safely landing aboard JRTI.",
                    "flight_proven": true,
                    "serial_number": "B1058",
                    "status": "lost",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/69_image_20200602210857.jpeg",
                    "successful_landings": 19,
                    "attempted_landings": 19,
                    "flights": 19,
                    "last_launch_date": "2023-12-23T05:33:00Z",
                    "first_launch_date": "2020-05-30T19:22:45Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 323,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/323/?format=api",
            "attempt": true,
            "success": true,
            "description": "B1077 has successfully landed on ASDS ASOG after its second 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": 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": 300,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 2,
                "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": "2022-10-05T16:00:57Z",
                "turn_around_time_days": 104,
                "previous_flight": {
                    "id": "f33d5ece-e825-4cd8-809f-1d4c72a2e0d3",
                    "name": "Falcon 9 Block 5 | Crew-5"
                }
            },
            "spacecraftflight": null
        }
    ]
}