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

{
    "count": 1599,
    "next": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=30&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=10&ordering=-id",
    "results": [
        {
            "id": 1702,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1702/?format=api",
            "attempt": true,
            "success": null,
            "description": "The Themis T1H demonstrator will attempt a soft vertical landing back at its launch site.",
            "downrange_distance": 0.0,
            "landing_type": {
                "id": 2,
                "name": "Return to Launch Site",
                "abbrev": "RTLS",
                "description": "A return to launch site usually means that after stage separation the booster flips and does a burn back towards the launch site, landing near where it initially launched from."
            },
            "landing_location": {
                "id": 58,
                "name": "Launch Complex 3 Landing Pad",
                "abbrev": "LC3LP",
                "description": "40x40m landing pad at Esrange's Launch Complex 3.",
                "location": {
                    "id": 178,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/178/?format=api",
                    "name": "Esrange Space Center",
                    "country_code": "SWE",
                    "description": "Esrange Space Center is a rocket range and research centre located about 40 kilometers east of the town of Kiruna in northern Sweden. It is a base for scientific research with high-altitude balloons, investigation of the aurora borealis, sounding rocket launches, and satellite tracking. Built in 1964 by ESRO, one of the predecessors of the European Space Agency, the site is currently operated by the Swedish Space Corporation. An orbital launch complex, LC-3, has been built in the early 2020s.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_esrange_space_center_20241208021356.jpg",
                    "timezone_name": "Europe/Stockholm",
                    "total_launch_count": 0,
                    "total_landing_count": 0
                },
                "successful_landings": 0
            },
            "firststage": {
                "id": 808,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 235,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/235/?format=api",
                    "details": "T1H, which stands for Themis 1-Engine Hop, is the first Themis demonstrator flight model, designed for low-altitude hop tests at the Esrange Space Center in Sweden.",
                    "flight_proven": false,
                    "serial_number": "T1H",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/themis_t1h_on_t_image_20250919095336.jpg",
                    "successful_landings": 0,
                    "attempted_landings": 0,
                    "flights": 0,
                    "last_launch_date": null,
                    "first_launch_date": null
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1701,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1701/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1080 has landed on ASDS ASOG after its 22nd 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": 128
            },
            "firststage": {
                "id": 805,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 22,
                "launcher": {
                    "id": 123,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/123/?format=api",
                    "details": "Falcon 9 Block 5 booster first used for the Axiom Space Mission 2 Crew Dragon mission.",
                    "flight_proven": true,
                    "serial_number": "B1080",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1080_image_20240322071018.jpeg",
                    "successful_landings": 22,
                    "attempted_landings": 22,
                    "flights": 22,
                    "last_launch_date": "2025-09-25T08:39:00Z",
                    "first_launch_date": "2023-05-21T21:37:09Z"
                },
                "previous_flight_date": "2025-08-04T07:57:50Z",
                "turn_around_time_days": 52,
                "previous_flight": {
                    "id": "ebaf6c77-6f86-4d54-bf4e-137d0dc2c235",
                    "name": "Falcon 9 Block 5 | Starlink Group 10-30"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1700,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1700/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1082 has landed on ASDS OCISLY after its 16th 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": 157
            },
            "firststage": {
                "id": 804,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 16,
                "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/125_image_20231215042532.jpg",
                    "successful_landings": 16,
                    "attempted_landings": 16,
                    "flights": 16,
                    "last_launch_date": "2025-09-26T04:26:29Z",
                    "first_launch_date": "2024-01-03T03:44:20Z"
                },
                "previous_flight_date": "2025-08-30T04:59:14Z",
                "turn_around_time_days": 26,
                "previous_flight": {
                    "id": "b7b6c516-70cc-443a-aec9-f97ae4333152",
                    "name": "Falcon 9 Block 5 | Starlink Group 17-7"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1699,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1699/?format=api",
            "attempt": true,
            "success": null,
            "description": "The Falcon 9 first stage will attempt to land back at the launch site after its flight.",
            "downrange_distance": 14.6,
            "landing_type": {
                "id": 2,
                "name": "Return to Launch Site",
                "abbrev": "RTLS",
                "description": "A return to launch site usually means that after stage separation the booster flips and does a burn back towards the launch site, landing near where it initially launched from."
            },
            "landing_location": {
                "id": 12,
                "name": "Unknown",
                "abbrev": "N/A",
                "description": null,
                "location": null,
                "successful_landings": 0
            },
            "firststage": {
                "id": 803,
                "type": "Core",
                "reused": null,
                "launcher_flight_number": null,
                "launcher": {
                    "id": 106,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/106/?format=api",
                    "details": "Booster serial number unknown.",
                    "flight_proven": false,
                    "serial_number": "Unknown F9",
                    "status": "N/A",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/106_image_20230708172214.png",
                    "successful_landings": null,
                    "attempted_landings": null,
                    "flights": null,
                    "last_launch_date": null,
                    "first_launch_date": null
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1698,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1698/?format=api",
            "attempt": true,
            "success": null,
            "description": "The Falcon 9 first stage will attempt to land back at the launch site after its flight.",
            "downrange_distance": 14.6,
            "landing_type": {
                "id": 2,
                "name": "Return to Launch Site",
                "abbrev": "RTLS",
                "description": "A return to launch site usually means that after stage separation the booster flips and does a burn back towards the launch site, landing near where it initially launched from."
            },
            "landing_location": {
                "id": 12,
                "name": "Unknown",
                "abbrev": "N/A",
                "description": null,
                "location": null,
                "successful_landings": 0
            },
            "firststage": {
                "id": 802,
                "type": "Core",
                "reused": null,
                "launcher_flight_number": null,
                "launcher": {
                    "id": 106,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/106/?format=api",
                    "details": "Booster serial number unknown.",
                    "flight_proven": false,
                    "serial_number": "Unknown F9",
                    "status": "N/A",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/106_image_20230708172214.png",
                    "successful_landings": null,
                    "attempted_landings": null,
                    "flights": null,
                    "last_launch_date": null,
                    "first_launch_date": null
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1697,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1697/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1096 has landed on ASDS JRTI after its 2nd flight.",
            "downrange_distance": 550.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": 136
            },
            "firststage": {
                "id": 738,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 2,
                "launcher": {
                    "id": 197,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/197/?format=api",
                    "details": "Falcon 9 booster.",
                    "flight_proven": true,
                    "serial_number": "B1096",
                    "status": "active",
                    "image_url": null,
                    "successful_landings": 2,
                    "attempted_landings": 2,
                    "flights": 2,
                    "last_launch_date": "2025-09-24T11:30:50Z",
                    "first_launch_date": "2025-07-16T06:30:00Z"
                },
                "previous_flight_date": "2025-07-16T06:30:00Z",
                "turn_around_time_days": 70,
                "previous_flight": {
                    "id": "fa8460de-5bbc-42fe-8702-47bf5dde5442",
                    "name": "Falcon 9 Block 5 | Project Kuiper (KF-01)"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1696,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1696/?format=api",
            "attempt": false,
            "success": null,
            "description": "",
            "downrange_distance": null,
            "landing_type": {
                "id": 7,
                "name": "Destructive Reentry",
                "abbrev": "ATM",
                "description": "Spacecraft burned up in the atmosphere"
            },
            "landing_location": {
                "id": 15,
                "name": "South Pacific",
                "abbrev": "PAC",
                "description": "Pacific Ocean off the coast of Mahia Peninsula, New Zealand.",
                "location": {
                    "id": 10,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/10/?format=api",
                    "name": "Rocket Lab Launch Complex 1, Mahia Peninsula, New Zealand",
                    "country_code": "NZL",
                    "description": "Rocket Lab Launch Complex 1 is a commercial spaceport located close to Ahuriri Point at the southern tip of Māhia Peninsula, on the east coast of New Zealand's North Island. It is owned and operated by private spaceflight company Rocket Lab and supports launches of the company's Electron rocket for small satellites. With the launch of Electron on 25 May 2017, it became the first private spaceport to host an orbital launch attempt, and the first site in New Zealand to host an orbital launch attempt. With the Electron launch of 21 January 2018, it became the first private spaceport to host a successful orbital launch.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_10_20200803142509.jpg",
                    "timezone_name": "Pacific/Auckland",
                    "total_launch_count": 65,
                    "total_landing_count": 17
                },
                "successful_landings": 4
            },
            "firststage": null,
            "spacecraftflight": {
                "id": 896,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/896/?format=api",
                "mission_end": null,
                "destination": "International Space Station",
                "launch_crew": [],
                "onboard_crew": [],
                "landing_crew": [],
                "spacecraft": {
                    "id": 622,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/622/?format=api",
                    "name": "Progress MS-32",
                    "serial_number": "MS-32 (No.462)",
                    "is_placeholder": false,
                    "in_space": true,
                    "time_in_space": "P33DT10H12M23S",
                    "time_docked": "P31DT8H43M29S",
                    "flights_count": 1,
                    "mission_ends_count": 0,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-32 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
                    "spacecraft_config": {
                        "id": 33,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/33/?format=api",
                        "name": "Progress-MS",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
                    }
                },
                "launch": {
                    "id": "d4813e5c-305e-4401-ba4f-917aa1aaceae",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/d4813e5c-305e-4401-ba4f-917aa1aaceae/?format=api",
                    "slug": "soyuz-21a-progress-ms-32-93p",
                    "name": "Soyuz 2.1a | Progress MS-32 (93P)",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2025-09-14T04:00:18Z",
                    "net": "2025-09-11T15:54:06Z",
                    "window_end": "2025-09-11T15:54:06Z",
                    "window_start": "2025-09-11T15:54:06Z",
                    "net_precision": {
                        "id": 0,
                        "name": "Second",
                        "abbrev": "SEC",
                        "description": "The T-0 is accurate to the second."
                    },
                    "probability": null,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "rocket": {
                        "id": 8430,
                        "configuration": {
                            "id": 24,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/24/?format=api",
                            "name": "Soyuz 2.1a",
                            "family": "Soyuz",
                            "full_name": "Soyuz 2.1a",
                            "variant": ""
                        }
                    },
                    "mission": {
                        "id": 7019,
                        "name": "Progress MS-32 (93P)",
                        "description": "Progress resupply mission to the International Space Station.",
                        "launch_designator": null,
                        "type": "Resupply",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [
                            {
                                "id": 63,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "featured": true,
                                "type": "Government",
                                "country_code": "RUS",
                                "abbrev": "RFSA",
                                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                                "administrator": "Administrator: Yuri Borisov",
                                "founding_year": "1992",
                                "launchers": "Soyuz",
                                "spacecraft": "Soyuz",
                                "launch_library_url": null,
                                "total_launch_count": 335,
                                "consecutive_successful_launches": 59,
                                "successful_launches": 324,
                                "failed_launches": 11,
                                "pending_launches": 5,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "info_url": "https://en.roscosmos.ru/",
                                "wiki_url": "https://en.wikipedia.org/wiki/Russian_Federal_Space_Agency",
                                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_nation_20230531052758.jpg"
                            }
                        ],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 20,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/20/?format=api",
                        "agency_id": null,
                        "name": "31/6",
                        "description": "",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                        "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                        "latitude": "45.996034",
                        "longitude": "63.564003",
                        "location": {
                            "id": 15,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                            "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                            "country_code": "KAZ",
                            "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                            "timezone_name": "Asia/Qyzylorda",
                            "total_launch_count": 1558,
                            "total_landing_count": 0
                        },
                        "country_code": "KAZ",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
                        "total_launch_count": 425,
                        "orbital_launch_attempt_count": 425
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1a_image_20230805184309.jpg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 17,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
                            "name": "International Space Station",
                            "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                            "agencies": [
                                {
                                    "id": 16,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                                    "name": "Canadian Space Agency",
                                    "type": "Government"
                                },
                                {
                                    "id": 27,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                                    "name": "European Space Agency",
                                    "type": "Multinational"
                                },
                                {
                                    "id": 37,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                                    "name": "Japan Aerospace Exploration Agency",
                                    "type": "Government"
                                },
                                {
                                    "id": 44,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "id": 63,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                            "start_date": "1998-11-20T06:40:00Z",
                            "end_date": null,
                            "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                            "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 7059,
                    "location_launch_attempt_count": 1558,
                    "pad_launch_attempt_count": 425,
                    "agency_launch_attempt_count": 335,
                    "orbital_launch_attempt_count_year": 210,
                    "location_launch_attempt_count_year": 5,
                    "pad_launch_attempt_count_year": 5,
                    "agency_launch_attempt_count_year": 6,
                    "type": "normal"
                }
            }
        },
        {
            "id": 1695,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1695/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1085 has landed 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": 128
            },
            "firststage": {
                "id": 800,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 11,
                "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": 11,
                    "attempted_landings": 11,
                    "flights": 11,
                    "last_launch_date": "2025-09-21T10:53:00Z",
                    "first_launch_date": "2024-08-20T13:20:00Z"
                },
                "previous_flight_date": "2025-08-14T12:29:30Z",
                "turn_around_time_days": 37,
                "previous_flight": {
                    "id": "e369a238-2746-4400-9396-62e8b7a660c5",
                    "name": "Falcon 9 Block 5 | Starlink Group 10-20"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1694,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1694/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1092 has landed on ASDS JRTI after its 7th 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": 136
            },
            "firststage": {
                "id": 799,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 7,
                "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": 7,
                    "attempted_landings": 7,
                    "flights": 7,
                    "last_launch_date": "2025-09-18T09:30:00Z",
                    "first_launch_date": "2025-02-27T03:34:20Z"
                },
                "previous_flight_date": "2025-08-22T03:50:00Z",
                "turn_around_time_days": 27,
                "previous_flight": {
                    "id": "2d5f2335-c3c2-4306-9dde-8ec37f348ccf",
                    "name": "Falcon 9 Block 5 | OTV-8 (X-37B) (USSF-36)"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1693,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1693/?format=api",
            "attempt": true,
            "success": true,
            "description": "Starship Ship 38 has made a controlled re-entry and splashdown in the Indian Ocean.",
            "downrange_distance": null,
            "landing_type": {
                "id": 3,
                "name": "Ocean",
                "abbrev": "Ocean",
                "description": "No recovery attempt"
            },
            "landing_location": {
                "id": 32,
                "name": "Indian Ocean",
                "abbrev": "IND",
                "description": "Indian Ocean",
                "location": null,
                "successful_landings": 8
            },
            "firststage": null,
            "spacecraftflight": {
                "id": 894,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/894/?format=api",
                "mission_end": "2025-10-14T00:29:53Z",
                "destination": "Suborbital",
                "launch_crew": [],
                "onboard_crew": [],
                "landing_crew": [],
                "spacecraft": {
                    "id": 620,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/620/?format=api",
                    "name": "Ship 38",
                    "serial_number": "S38",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "PT1H6M12S",
                    "time_docked": "P0D",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 3,
                        "name": "Destroyed"
                    },
                    "description": "Ship 38 (S38) is the 2nd stage vehicle that will be used for the 11th Starship flight test. It is the 6th and final planned \"Block 2\" Starship spacecraft with lengthened propellant tanks and forward flaps with a new design, among other enhancements, over the Block 1 vehicles.",
                    "spacecraft_config": {
                        "id": 45,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/45/?format=api",
                        "name": "Starship V2",
                        "type": {
                            "id": 6,
                            "name": "Reuseable Upper Stage"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_during_image_20250824175325.jpg"
                    }
                },
                "launch": {
                    "id": "41068e09-4097-448f-ac7c-421c19b6aab9",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/41068e09-4097-448f-ac7c-421c19b6aab9/?format=api",
                    "slug": "starship-flight-11",
                    "name": "Starship | Flight 11",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2025-10-14T07:00:29Z",
                    "net": "2025-10-13T23:23:41Z",
                    "window_end": "2025-10-14T00:30:00Z",
                    "window_start": "2025-10-13T23:15:00Z",
                    "net_precision": {
                        "id": 0,
                        "name": "Second",
                        "abbrev": "SEC",
                        "description": "The T-0 is accurate to the second."
                    },
                    "probability": 80,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 121,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 8696,
                        "configuration": {
                            "id": 527,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/527/?format=api",
                            "name": "Starship",
                            "family": "Starship",
                            "full_name": "Starship V2",
                            "variant": "V2"
                        }
                    },
                    "mission": {
                        "id": 7288,
                        "name": "Flight 11",
                        "description": "11th test flight of the two-stage Starship launch vehicle.",
                        "launch_designator": null,
                        "type": "Test Flight",
                        "orbit": {
                            "id": 15,
                            "name": "Suborbital",
                            "abbrev": "Sub"
                        },
                        "agencies": [
                            {
                                "id": 121,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                                "name": "SpaceX",
                                "featured": true,
                                "type": "Commercial",
                                "country_code": "USA",
                                "abbrev": "SpX",
                                "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                                "administrator": "CEO: Elon Musk",
                                "founding_year": "2002",
                                "launchers": "Falcon | Starship",
                                "spacecraft": "Dragon",
                                "launch_library_url": null,
                                "total_launch_count": 583,
                                "consecutive_successful_launches": 67,
                                "successful_launches": 567,
                                "failed_launches": 15,
                                "pending_launches": 121,
                                "consecutive_successful_landings": 68,
                                "successful_landings": 529,
                                "failed_landings": 27,
                                "attempted_landings": 555,
                                "info_url": "https://www.spacex.com/",
                                "wiki_url": "https://en.wikipedia.org/wiki/SpaceX",
                                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg"
                            }
                        ],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 188,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/188/?format=api",
                        "agency_id": 121,
                        "name": "Orbital Launch Pad 1",
                        "description": "The first launch and landing pad of the full version of the combined SpaceX Starship and Superheavy booster. First used for launch in April 2023.\r\n\r\nThe launch mount itself is named Orbital Launch Mount A.",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starbase#Launch_site_(Orbital_Launch_Mount_(Pad_1_and_2))",
                        "map_url": "https://www.google.com/maps?q=25.9962,-97.154423",
                        "latitude": "25.9962",
                        "longitude": "-97.154423",
                        "location": {
                            "id": 143,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/143/?format=api",
                            "name": "SpaceX Starbase, TX, USA",
                            "country_code": "USA",
                            "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
                            "timezone_name": "America/Chicago",
                            "total_launch_count": 20,
                            "total_landing_count": 13
                        },
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_orbital_launch_mount_a_20210514061342.jpg",
                        "total_launch_count": 11,
                        "orbital_launch_attempt_count": 0
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 1,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/1/?format=api",
                            "name": "SpaceX Starship",
                            "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project.  The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.",
                            "agencies": [
                                {
                                    "id": 121,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                                    "name": "SpaceX",
                                    "type": "Commercial"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex2520star_program_20201129204513.png",
                            "start_date": "2019-03-01T05:00:00Z",
                            "end_date": null,
                            "info_url": "https://www.spacex.com/vehicles/starship/",
                            "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship",
                            "mission_patches": [],
                            "type": {
                                "id": 7,
                                "name": "Technology"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": null,
                    "location_launch_attempt_count": 20,
                    "pad_launch_attempt_count": 11,
                    "agency_launch_attempt_count": 581,
                    "orbital_launch_attempt_count_year": 0,
                    "location_launch_attempt_count_year": 5,
                    "pad_launch_attempt_count_year": 5,
                    "agency_launch_attempt_count_year": 132,
                    "type": "normal"
                }
            }
        }
    ]
}