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

{
    "count": 223,
    "next": "https://lldev.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=110&ordering=-downrange_distance",
    "previous": "https://lldev.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=90&ordering=-downrange_distance",
    "results": [
        {
            "id": 1522,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1522/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1080 has landed on ASDS JRTI after its 16th launch.",
            "downrange_distance": 605.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": 651,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 16,
                "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-01-13T16:47:09Z",
                "turn_around_time_days": 36,
                "previous_flight": {
                    "id": "a07622a2-2b91-4050-886e-20ccd76d449a",
                    "name": "Falcon 9 Block 5 | Starlink Group 12-4"
                }
            },
            "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": 1486,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1486/?format=api",
            "attempt": true,
            "success": true,
            "description": "B1080 has landed on Just Read the Instructions 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 Altantic Ocean.",
                "location": null,
                "successful_landings": 124
            },
            "firststage": {
                "id": 621,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 13,
                "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-11-11T21:28:00Z",
                "turn_around_time_days": 13,
                "previous_flight": {
                    "id": "ce986507-bfc1-43fb-953d-3f30e7c5f48f",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-69"
                }
            },
            "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": 1481,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1481/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1069 has landed on ASDS ASOG after its 20th 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": 113
            },
            "firststage": {
                "id": 615,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 20,
                "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-10-26T21:47:00Z",
                "turn_around_time_days": 25,
                "previous_flight": {
                    "id": "d20c9252-f257-48a8-8d95-443188267c57",
                    "name": "Falcon 9 Block 5 | Starlink Group 10-8"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1566,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1566/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1067 has landed on ASDS ASOG after its 26th 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": 113
            },
            "firststage": {
                "id": 694,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 26,
                "launcher": {
                    "id": 101,
                    "url": "https://lldev.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_on_slc-40_image_20240407145708.jpeg",
                    "successful_landings": 28,
                    "attempted_landings": 28,
                    "flights": 28,
                    "last_launch_date": "2025-05-13T05:02:20Z",
                    "first_launch_date": "2021-06-03T17:29:15Z"
                },
                "previous_flight_date": "2025-01-10T19:11:20Z",
                "turn_around_time_days": 35,
                "previous_flight": {
                    "id": "b56beca9-d106-4fde-8614-906ad04bef9a",
                    "name": "Falcon 9 Block 5 | Starlink Group 12-12"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1629,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1629/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1077 has landed on ASDS JRTI after its 21st 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": 746,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 21,
                "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-04-28T02:09:40Z",
                "turn_around_time_days": 36,
                "previous_flight": {
                    "id": "8bfe9ea6-71b9-4642-be1c-c87c098e480b",
                    "name": "Falcon 9 Block 5 | Starlink Group 12-23"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1638,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1638/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1090 has landed on ASDS JRTI after its 5th 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": 756,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 5,
                "launcher": {
                    "id": 190,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/190/?format=api",
                    "details": "Falcon 9 booster.",
                    "flight_proven": true,
                    "serial_number": "B1090",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1090_at_lz-1__image_20250316065021.jpg",
                    "successful_landings": 5,
                    "attempted_landings": 5,
                    "flights": 5,
                    "last_launch_date": "2025-06-18T05:55:10Z",
                    "first_launch_date": "2024-12-17T22:26:00Z"
                },
                "previous_flight_date": "2025-05-14T16:38:50Z",
                "turn_around_time_days": 34,
                "previous_flight": {
                    "id": "05eef4ad-acc0-490d-822e-ce1c98f37c11",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-67"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1489,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1489/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1088 has landed on ASDS OCISLY 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": 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": 625,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 153,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/153/?format=api",
                    "details": "Falcon 9 booster.",
                    "flight_proven": true,
                    "serial_number": "B1088",
                    "status": "active",
                    "image_url": null,
                    "successful_landings": 7,
                    "attempted_landings": 7,
                    "flights": 7,
                    "last_launch_date": "2025-06-08T14:20:10Z",
                    "first_launch_date": "2024-11-30T08:10:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "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
        }
    ]
}