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=60&ordering=downrange_distance
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=70&ordering=downrange_distance",
    "previous": "https://lldev.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=50&ordering=downrange_distance",
    "results": [
        {
            "id": 1609,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1609/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1081 has landed on ASDS OCISLY after its 14th 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": 138
            },
            "firststage": {
                "id": 728,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 14,
                "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": "2025-03-15T06:43:00Z",
                "turn_around_time_days": 55,
                "previous_flight": {
                    "id": "4c2dfc7b-22f9-4695-8b13-46b7703871fc",
                    "name": "Falcon 9 Block 5 | Transporter 13 (Dedicated SSO Rideshare)"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1607,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1607/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1063 has landed on ASDS OCISLY after its 25th 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": 138
            },
            "firststage": {
                "id": 726,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 25,
                "launcher": {
                    "id": 84,
                    "url": "https://lldev.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": 26,
                    "attempted_landings": 26,
                    "flights": 26,
                    "last_launch_date": "2025-06-04T23:40:30Z",
                    "first_launch_date": "2020-11-21T17:17:08Z"
                },
                "previous_flight_date": "2025-03-26T22:11:40Z",
                "turn_around_time_days": 32,
                "previous_flight": {
                    "id": "8bfaa532-18e6-4c40-9800-0714b5651f84",
                    "name": "Falcon 9 Block 5 | Starlink Group 11-7"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1618,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1618/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1093 has landed on ASDS OCISLY after its 2nd 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": 138
            },
            "firststage": {
                "id": 737,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 2,
                "launcher": {
                    "id": 193,
                    "url": "https://lldev.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": null,
                    "successful_landings": 3,
                    "attempted_landings": 3,
                    "flights": 3,
                    "last_launch_date": "2025-06-17T03:36:50Z",
                    "first_launch_date": "2025-04-07T23:06:10Z"
                },
                "previous_flight_date": "2025-04-07T23:06:10Z",
                "turn_around_time_days": 38,
                "previous_flight": {
                    "id": "505662c5-fad1-485c-9e65-b72431443c74",
                    "name": "Falcon 9 Block 5 | Starlink Group 11-11"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1625,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1625/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1071 has landed on ASDS OCISLY after its 25th 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": 138
            },
            "firststage": {
                "id": 744,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 25,
                "launcher": {
                    "id": 107,
                    "url": "https://lldev.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_on_slc-4e_image_20240407145834.jpeg",
                    "successful_landings": 25,
                    "attempted_landings": 25,
                    "flights": 25,
                    "last_launch_date": "2025-05-31T20:10:00Z",
                    "first_launch_date": "2022-02-02T20:27:26Z"
                },
                "previous_flight_date": "2025-04-12T12:25:00Z",
                "turn_around_time_days": 49,
                "previous_flight": {
                    "id": "88675d6b-d504-4aa6-9175-69a8610a40dd",
                    "name": "Falcon 9 Block 5 | NROL-192"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1513,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1513/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1082 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": 138
            },
            "firststage": {
                "id": 648,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 10,
                "launcher": {
                    "id": 125,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/125/?format=api",
                    "details": "Falcon 9 Block 5 booster.",
                    "flight_proven": true,
                    "serial_number": "B1082",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/125_image_20231215042532.jpg",
                    "successful_landings": 13,
                    "attempted_landings": 13,
                    "flights": 13,
                    "last_launch_date": "2025-05-27T16:57:15Z",
                    "first_launch_date": "2024-01-03T03:44:20Z"
                },
                "previous_flight_date": "2024-12-13T21:55:40Z",
                "turn_around_time_days": 38,
                "previous_flight": {
                    "id": "c0da2601-59db-4529-bb05-b3908e964890",
                    "name": "Falcon 9 Block 5 | Starlink Group 11-2"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1361,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1361/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1083 has landed on ASDS JRTI after its 4th flight.",
            "downrange_distance": 575.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": 392,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 4,
                "launcher": {
                    "id": 126,
                    "url": "https://lldev.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": 12,
                    "attempted_landings": 12,
                    "flights": 12,
                    "last_launch_date": "2025-06-10T13:05:40Z",
                    "first_launch_date": "2024-03-04T03:53:38Z"
                },
                "previous_flight_date": "2024-05-08T18:42:00Z",
                "turn_around_time_days": 124,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1570,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1570/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1082 has landed on ASDS OCISLY after its 11th flight.",
            "downrange_distance": 594.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": 698,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 11,
                "launcher": {
                    "id": 125,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/125/?format=api",
                    "details": "Falcon 9 Block 5 booster.",
                    "flight_proven": true,
                    "serial_number": "B1082",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/125_image_20231215042532.jpg",
                    "successful_landings": 13,
                    "attempted_landings": 13,
                    "flights": 13,
                    "last_launch_date": "2025-05-27T16:57:15Z",
                    "first_launch_date": "2024-01-03T03:44:20Z"
                },
                "previous_flight_date": "2025-01-21T15:45:50Z",
                "turn_around_time_days": 32,
                "previous_flight": {
                    "id": "f42de197-184e-48be-85ca-01b74e7fae5b",
                    "name": "Falcon 9 Block 5 | Starlink Group 11-8"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1620,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1620/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1095 has landed on ASDS JRTI after its 1st 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 Altantic Ocean.",
                "location": null,
                "successful_landings": 124
            },
            "firststage": {
                "id": 739,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 196,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/196/?format=api",
                    "details": "Falcon 9 booster debuting on Starlink Group 12-15.",
                    "flight_proven": true,
                    "serial_number": "B1095",
                    "status": "active",
                    "image_url": null,
                    "successful_landings": 1,
                    "attempted_landings": 1,
                    "flights": 1,
                    "last_launch_date": "2025-05-21T03:19:10Z",
                    "first_launch_date": "2025-05-21T03:19:10Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1624,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1624/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1080 has landed on ASDS JRTI after its 19th 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 Altantic Ocean.",
                "location": null,
                "successful_landings": 124
            },
            "firststage": {
                "id": 743,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 19,
                "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": "2025-05-02T01:51:10Z",
                "turn_around_time_days": 26,
                "previous_flight": {
                    "id": "1a105ccb-e59f-48e8-b853-c424bd8cc699",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-75"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1565,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1565/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1077 has landed on ASDS JRTI after its 18th 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 Altantic Ocean.",
                "location": null,
                "successful_landings": 124
            },
            "firststage": {
                "id": 693,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 18,
                "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": "2025-01-06T20:43:59Z",
                "turn_around_time_days": 35,
                "previous_flight": {
                    "id": "957f00c7-bcb4-4fe6-ac14-c35f11874104",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-71"
                }
            },
            "spacecraftflight": null
        }
    ]
}