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

{
    "count": 1642,
    "next": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=1620",
    "previous": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=1600",
    "results": [
        {
            "id": 1729,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1729/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1078 has landed on ASDS JRTI after its 24th 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": 147
            },
            "firststage": {
                "id": 834,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 24,
                "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": 25,
                    "attempted_landings": 25,
                    "flights": 25,
                    "last_launch_date": "2026-01-12T21:08:20Z",
                    "first_launch_date": "2023-03-02T05:34:14Z"
                },
                "previous_flight_date": "2025-09-12T01:56:00Z",
                "turn_around_time_days": 64,
                "previous_flight": {
                    "id": "84a2a107-1e44-4994-ad9f-430ee81a741a",
                    "name": "Falcon 9 Block 5 | Nusantara Lima"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1734,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1734/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1085 has landed on ASDS ASOG after its 12th 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": 138
            },
            "firststage": {
                "id": 839,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 12,
                "launcher": {
                    "id": 151,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/151/?format=api",
                    "details": "Booster to be flown during the Crew-9 mission.",
                    "flight_proven": true,
                    "serial_number": "B1085",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1085_during_la_image_20241217151951.jpg",
                    "successful_landings": 12,
                    "attempted_landings": 12,
                    "flights": 12,
                    "last_launch_date": "2025-11-19T00:12:20Z",
                    "first_launch_date": "2024-08-20T13:20:00Z"
                },
                "previous_flight_date": "2025-09-21T10:53:00Z",
                "turn_around_time_days": 58,
                "previous_flight": {
                    "id": "161ca0fe-fef2-40a3-88f8-de777c7fc895",
                    "name": "Falcon 9 Block 5 | Starlink Group 10-27"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1751,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1751/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1094 has landed on ASDS JRTI after its 6th 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": 147
            },
            "firststage": {
                "id": 855,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 6,
                "launcher": {
                    "id": 194,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/194/?format=api",
                    "details": "Falcon 9 booster debuting on Starlink Group 12-10.",
                    "flight_proven": true,
                    "serial_number": "B1094",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1094_landing_o_image_20250912150803.jpeg",
                    "successful_landings": 6,
                    "attempted_landings": 6,
                    "flights": 6,
                    "last_launch_date": "2025-12-17T13:42:10Z",
                    "first_launch_date": "2025-04-29T02:34:10Z"
                },
                "previous_flight_date": "2025-11-06T01:31:10Z",
                "turn_around_time_days": 41,
                "previous_flight": {
                    "id": "9dd2d2b7-302b-4e9e-804c-aa176f606b6f",
                    "name": "Falcon 9 Block 5 | Starlink Group 6-81"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1736,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1736/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1080 has landed on ASDS JRTI after its 23rd 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": 147
            },
            "firststage": {
                "id": 841,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 23,
                "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": 23,
                    "attempted_landings": 23,
                    "flights": 23,
                    "last_launch_date": "2025-11-21T03:39:30Z",
                    "first_launch_date": "2023-05-21T21:37:09Z"
                },
                "previous_flight_date": "2025-09-25T08:39:00Z",
                "turn_around_time_days": 56,
                "previous_flight": {
                    "id": "c717d2b5-e39c-45a3-9f89-ce73526852eb",
                    "name": "Falcon 9 Block 5 | Starlink Group 10-15"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1737,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1737/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1090 has landed on ASDS ASOG after its 9th 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": 138
            },
            "firststage": {
                "id": 842,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 9,
                "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": 9,
                    "attempted_landings": 9,
                    "flights": 9,
                    "last_launch_date": "2025-11-22T07:53:50Z",
                    "first_launch_date": "2024-12-17T22:26:00Z"
                },
                "previous_flight_date": "2025-10-07T06:46:10Z",
                "turn_around_time_days": 46,
                "previous_flight": {
                    "id": "a99bb1eb-514b-4a93-ac49-5e14f273f250",
                    "name": "Falcon 9 Block 5 | Starlink Group 10-59"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1731,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1731/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1100 has landed on ASDS OCISLY after its 1st 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": 172
            },
            "firststage": {
                "id": 836,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 239,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/239/?format=api",
                    "details": "Falcon 9 booster, with a special “100” logo in lieu of the usual serial number style painted on the booster.",
                    "flight_proven": true,
                    "serial_number": "B1100",
                    "status": "active",
                    "image_url": null,
                    "successful_landings": 1,
                    "attempted_landings": 1,
                    "flights": 1,
                    "last_launch_date": "2025-11-23T08:48:00Z",
                    "first_launch_date": "2025-11-23T08:48:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1735,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1735/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1071 has landed on ASDS OCISLY 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": 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": 172
            },
            "firststage": {
                "id": 495,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 30,
                "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": 30,
                    "attempted_landings": 30,
                    "flights": 30,
                    "last_launch_date": "2025-11-28T18:44:30Z",
                    "first_launch_date": "2022-02-02T20:27:26Z"
                },
                "previous_flight_date": "2025-10-08T03:54:00Z",
                "turn_around_time_days": 51,
                "previous_flight": {
                    "id": "6f3212c1-3f70-42d9-9280-1d9c2832e264",
                    "name": "Falcon 9 Block 5 | Starlink Group 11-17"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1741,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1741/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1095 has landed on ASDS JRTI after its 4th 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": 147
            },
            "firststage": {
                "id": 846,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 4,
                "launcher": {
                    "id": 196,
                    "url": "https://ll.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": 4,
                    "attempted_landings": 4,
                    "flights": 4,
                    "last_launch_date": "2025-12-01T07:44:10Z",
                    "first_launch_date": "2025-05-21T03:19:10Z"
                },
                "previous_flight_date": "2025-10-16T09:27:10Z",
                "turn_around_time_days": 45,
                "previous_flight": {
                    "id": "02348ca1-d937-441b-86fe-5002275907db",
                    "name": "Falcon 9 Block 5 | Starlink Group 10-52"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1740,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1740/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1081 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": 172
            },
            "firststage": {
                "id": 845,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 20,
                "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": 21,
                    "attempted_landings": 21,
                    "flights": 21,
                    "last_launch_date": "2026-01-03T02:09:16Z",
                    "first_launch_date": "2023-08-26T07:27:27Z"
                },
                "previous_flight_date": "2025-10-25T14:20:50Z",
                "turn_around_time_days": 37,
                "previous_flight": {
                    "id": "b99e48e1-e424-4b4f-8523-a19259d6a6c6",
                    "name": "Falcon 9 Block 5 | Starlink Group 11-12"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1742,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1742/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1077 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": 138
            },
            "firststage": {
                "id": 847,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 25,
                "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": 25,
                    "attempted_landings": 25,
                    "flights": 25,
                    "last_launch_date": "2025-12-02T22:18:50Z",
                    "first_launch_date": "2022-10-05T16:00:57Z"
                },
                "previous_flight_date": "2025-10-26T15:00:40Z",
                "turn_around_time_days": 37,
                "previous_flight": {
                    "id": "5707ddea-8f06-4a3b-83d1-cfd8a3017637",
                    "name": "Falcon 9 Block 5 | Starlink Group 10-21"
                }
            },
            "spacecraftflight": null
        }
    ]
}