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

{
    "count": 1673,
    "next": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=1670",
    "previous": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=1650",
    "results": [
        {
            "id": 1805,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1805/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1067 has landed on ASDS ASOG after its 33rd 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": 146
            },
            "firststage": {
                "id": 880,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 33,
                "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": 33,
                    "attempted_landings": 33,
                    "flights": 33,
                    "last_launch_date": "2026-02-22T03:47:10Z",
                    "first_launch_date": "2021-06-03T17:29:15Z"
                },
                "previous_flight_date": "2025-12-08T22:26:10Z",
                "turn_around_time_days": 75,
                "previous_flight": {
                    "id": "c1fb73cf-ad9a-4305-bd11-d61fff369afe",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-92"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1812,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1812/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1092 has landed on ASDS JRTI after its 10th 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": 151
            },
            "firststage": {
                "id": 887,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 10,
                "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": 10,
                    "attempted_landings": 10,
                    "flights": 10,
                    "last_launch_date": "2026-02-24T23:04:10Z",
                    "first_launch_date": "2025-02-27T03:34:20Z"
                },
                "previous_flight_date": "2025-12-15T05:25:10Z",
                "turn_around_time_days": 71,
                "previous_flight": {
                    "id": "49e52470-1dd4-45a9-b549-cfb417031823",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-82"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1811,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1811/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1093 has landed on ASDS OCISLY after its 11th 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": 184
            },
            "firststage": {
                "id": 886,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 11,
                "launcher": {
                    "id": 193,
                    "url": "https://ll.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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_on_slc_image_20250910140450.jpeg",
                    "successful_landings": 11,
                    "attempted_landings": 11,
                    "flights": 11,
                    "last_launch_date": "2026-02-25T14:17:49Z",
                    "first_launch_date": "2025-04-07T23:06:10Z"
                },
                "previous_flight_date": "2026-01-22T05:47:29Z",
                "turn_around_time_days": 34,
                "previous_flight": {
                    "id": "18292387-fbeb-43ac-97a0-1ade50bd68f1",
                    "name": "Falcon 9 Block 5 | Starlink Group 17-30"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1815,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1815/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1069 has landed on ASDS ASOG after its 30th 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": 146
            },
            "firststage": {
                "id": 890,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 30,
                "launcher": {
                    "id": 105,
                    "url": "https://ll.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/b1069_at_lz-1_a_image_20250912153047.jpeg",
                    "successful_landings": 30,
                    "attempted_landings": 30,
                    "flights": 30,
                    "last_launch_date": "2026-02-27T12:16:10Z",
                    "first_launch_date": "2021-12-21T10:07:08Z"
                },
                "previous_flight_date": "2026-01-09T21:41:00Z",
                "turn_around_time_days": 48,
                "previous_flight": {
                    "id": "7e36b745-9e50-43ce-9911-ee33aa540f72",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-96"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1820,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1820/?format=api",
            "attempt": true,
            "success": null,
            "description": "The Falcon 9 first stage B1088 will land 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": 184
            },
            "firststage": {
                "id": 895,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 14,
                "launcher": {
                    "id": 153,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/153/?format=api",
                    "details": "Falcon 9 booster.",
                    "flight_proven": true,
                    "serial_number": "B1088",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1088_landing_o_image_20250912151209.jpeg",
                    "successful_landings": 13,
                    "attempted_landings": 13,
                    "flights": 13,
                    "last_launch_date": "2026-02-07T20:58:09Z",
                    "first_launch_date": "2024-11-30T08:10:00Z"
                },
                "previous_flight_date": "2026-02-07T20:58:09Z",
                "turn_around_time_days": 37,
                "previous_flight": {
                    "id": "5fd638a9-8676-4981-b398-18db6fb4e2be",
                    "name": "Falcon 9 Block 5 | Starlink Group 17-33"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1813,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1813/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1082 has landed on ASDS OCISLY after its 20th 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": 184
            },
            "firststage": {
                "id": 888,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 20,
                "launcher": {
                    "id": 125,
                    "url": "https://ll.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/b1082_landing_a_image_20251219191159.jpg",
                    "successful_landings": 20,
                    "attempted_landings": 20,
                    "flights": 20,
                    "last_launch_date": "2026-03-01T10:10:39Z",
                    "first_launch_date": "2024-01-03T03:44:20Z"
                },
                "previous_flight_date": "2026-01-29T17:53:20Z",
                "turn_around_time_days": 30,
                "previous_flight": {
                    "id": "5b32bfe3-2816-4a86-bf82-710d0b3660d2",
                    "name": "Falcon 9 Block 5 | Starlink Group 17-19"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1816,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1816/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1078 has landed on ASDS JRTI after its 26th flight.",
            "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 Atlantic Ocean.",
                "location": null,
                "successful_landings": 151
            },
            "firststage": {
                "id": 891,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 26,
                "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": 26,
                    "attempted_landings": 26,
                    "flights": 26,
                    "last_launch_date": "2026-03-02T02:56:40Z",
                    "first_launch_date": "2023-03-02T05:34:14Z"
                },
                "previous_flight_date": "2026-01-12T21:08:20Z",
                "turn_around_time_days": 48,
                "previous_flight": {
                    "id": "0fb47674-d5c3-4681-ae0a-bff4c8e43d6a",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-97"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1818,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1818/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1080 has landed on ASDS ASOG after its 25th 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": 146
            },
            "firststage": {
                "id": 893,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 25,
                "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": 25,
                    "attempted_landings": 25,
                    "flights": 25,
                    "last_launch_date": "2026-03-04T10:52:20Z",
                    "first_launch_date": "2023-05-21T21:37:09Z"
                },
                "previous_flight_date": "2026-01-18T23:31:40Z",
                "turn_around_time_days": 44,
                "previous_flight": {
                    "id": "13979f7e-c835-4813-860f-915c8ce9e784",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-100"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1823,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1823/?format=api",
            "attempt": true,
            "success": null,
            "description": "The Falcon 9 1st stage B1090 will land on ASDS ASOG after its 11th 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": 146
            },
            "firststage": {
                "id": 897,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 11,
                "launcher": {
                    "id": 190,
                    "url": "https://ll.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": 10,
                    "attempted_landings": 10,
                    "flights": 10,
                    "last_launch_date": "2026-02-16T07:59:40Z",
                    "first_launch_date": "2024-12-17T22:26:00Z"
                },
                "previous_flight_date": "2026-02-16T07:59:40Z",
                "turn_around_time_days": 29,
                "previous_flight": {
                    "id": "a0ed15aa-4d23-48ac-a712-950228663b43",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-103"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1824,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1824/?format=api",
            "attempt": true,
            "success": null,
            "description": "The Falcon 9 first stage B1081 will land on ASDS OCISLY after its 23rd 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": 184
            },
            "firststage": {
                "id": 898,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 23,
                "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": 22,
                    "attempted_landings": 22,
                    "flights": 22,
                    "last_launch_date": "2026-02-15T01:59:59Z",
                    "first_launch_date": "2023-08-26T07:27:27Z"
                },
                "previous_flight_date": "2026-02-15T01:59:59Z",
                "turn_around_time_days": 33,
                "previous_flight": {
                    "id": "041e2143-60b6-4f22-a971-8336ac096bea",
                    "name": "Falcon 9 Block 5 | Starlink Group 17-13"
                }
            },
            "spacecraftflight": null
        }
    ]
}