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&ordering=id
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&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=1600&ordering=id",
    "results": [
        {
            "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": 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": 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": 1738,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1738/?format=api",
            "attempt": true,
            "success": null,
            "description": "The Shenzhou 22 spacecraft will land at the Donfgeng landing site in Inner Mongolia, China.",
            "downrange_distance": null,
            "landing_type": {
                "id": 4,
                "name": "Parachute Landing",
                "abbrev": "PCL",
                "description": "Unpowered landing using parachute(s)."
            },
            "landing_location": {
                "id": 22,
                "name": "Dongfeng Landing Site",
                "abbrev": "DLS",
                "description": "Dongfeng landing site in the Gobi Desert, North China's Inner Mongolia Autonomous Region.",
                "location": null,
                "successful_landings": 9
            },
            "firststage": null,
            "spacecraftflight": {
                "id": 900,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/900/?format=api",
                "mission_end": null,
                "destination": "Tiangong space station",
                "launch_crew": [],
                "onboard_crew": [],
                "landing_crew": [
                    {
                        "id": 5198,
                        "role": {
                            "id": 1,
                            "role": "Commander",
                            "priority": 0
                        },
                        "astronaut": {
                            "id": 752,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/752/?format=api",
                            "name": "Zhang Lu",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": true,
                            "time_in_space": "P259DT18H1M48S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 17,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                                "name": "China National Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1976-11-01",
                            "date_of_death": null,
                            "nationality": "Chinese",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Zhang Lu is a Chinese pilot selected in 2010 to be an astronaut.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zhang_lu_offici_image_20251030081918.jpg",
                            "wiki": null,
                            "last_flight": "2025-10-31T15:44:46Z",
                            "first_flight": "2022-11-29T15:08:17Z"
                        }
                    },
                    {
                        "id": 5166,
                        "role": {
                            "id": 32,
                            "role": "Operator",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 864,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/864/?format=api",
                            "name": "Fei Wu",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": true,
                            "time_in_space": "P73DT10H38M31S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 17,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                                "name": "China National Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1993-10-01",
                            "date_of_death": null,
                            "nationality": "Chinese",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Wu Fei is a Chinese astronaut selected as part of the Shenzhou program. He enlisted in the People's Liberation Army (PLA) Air Force in January 2021, and joined the Chinese Communist Party (CCP) in October 2015. He was a engineer at the China Academy of Space Technology (CAST) prior to joining the astronaut corps.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/fei_wu_image_20251030081821.jpg",
                            "wiki": null,
                            "last_flight": "2025-10-31T15:44:46Z",
                            "first_flight": "2025-10-31T15:44:46Z"
                        }
                    },
                    {
                        "id": 5167,
                        "role": {
                            "id": 32,
                            "role": "Operator",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 865,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/865/?format=api",
                            "name": "Hongzhang Zhang",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": true,
                            "time_in_space": "P73DT10H38M32S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 17,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                                "name": "China National Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1986-04-01",
                            "date_of_death": null,
                            "nationality": "Chinese",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Zhang Hongzhang is a Chinese astronaut selected as a payload specialist as part of the Shenzhou program. He joined the Chinese Communist Party (CCP) in August 2004. He was a researcher on battery technology at the Chinese Academy of Sciences (CAS) Dalian Institute of Chemical Physics prior to joining the astronaut corps.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hongzhang_zhang_image_20251030081806.jpg",
                            "wiki": null,
                            "last_flight": "2025-10-31T15:44:46Z",
                            "first_flight": "2025-10-31T15:44:46Z"
                        }
                    }
                ],
                "spacecraft": {
                    "id": 624,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/624/?format=api",
                    "name": "Shenzhou 22",
                    "serial_number": "22",
                    "is_placeholder": false,
                    "in_space": true,
                    "time_in_space": "P48DT22H16M31S",
                    "time_docked": "P48DT18H38M16S",
                    "flights_count": 1,
                    "mission_ends_count": 0,
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "Spacecraft to be launched without crew to replace Shenzhou 20 that was damaged by orbital debris on the descent module porthole window, and thus deemed unsuitable for crew re-entry. The spacecraft will later return three Chinese astronauts on the 10th flight to the Chinese Space Station back to Earth, after launching on Shenzhou 21.",
                    "spacecraft_config": {
                        "id": 2,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/2/?format=api",
                        "name": "Shenzhou",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 17,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                            "name": "China National Space Administration",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
                    }
                },
                "launch": {
                    "id": "6da58dd3-57bf-4c0a-a003-c56268db3e59",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/6da58dd3-57bf-4c0a-a003-c56268db3e59/?format=api",
                    "slug": "long-march-2fg-shenzhou-22",
                    "name": "Long March 2F/G | Shenzhou 22",
                    "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-11-25T14:57:41Z",
                    "net": "2025-11-25T04:11:45Z",
                    "window_end": "2025-11-25T04:41:00Z",
                    "window_start": "2025-11-25T04:01:00Z",
                    "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": 88,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                        "name": "China Aerospace Science and Technology Corporation",
                        "type": "Government"
                    },
                    "rocket": {
                        "id": 8806,
                        "configuration": {
                            "id": 84,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/84/?format=api",
                            "name": "Long March 2F/G",
                            "family": "Long March",
                            "full_name": "Long March 2F/G",
                            "variant": "F/G"
                        }
                    },
                    "mission": {
                        "id": 7397,
                        "name": "Shenzhou 22",
                        "description": "Shenzhou 22 (Chinese: 神舟二十二号) will be the 22nd flight of the Shenzhou program. The spacecraft will be launched without crew to replace Shenzhou 20 that was damaged by orbital debris on the descent module porthole window, and thus deemed unsuitable for crew re-entry. The spacecraft will later return three Chinese astronauts on the 10th flight to the Chinese Space Station back to Earth, after launching on Shenzhou 21.",
                        "launch_designator": null,
                        "type": "Human Exploration",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [
                            {
                                "id": 17,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                                "name": "China National Space Administration",
                                "featured": true,
                                "type": "Government",
                                "country_code": "CHN",
                                "abbrev": "CNSA",
                                "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
                                "administrator": "Administrator: Tang Dengjie",
                                "founding_year": "1993",
                                "launchers": "",
                                "spacecraft": "Shenzhou",
                                "launch_library_url": null,
                                "total_launch_count": 2,
                                "consecutive_successful_launches": 2,
                                "successful_launches": 2,
                                "failed_launches": 0,
                                "pending_launches": 0,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "info_url": "https://www.cnsa.gov.cn/",
                                "wiki_url": "https://en.wikipedia.org/wiki/China_National_Space_Administration",
                                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_logo_20190207032431.png",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
                                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_nation_20190602114400.png"
                            }
                        ],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 37,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/37/?format=api",
                        "agency_id": null,
                        "name": "Launch Area 91 (SLS-1 / 921)",
                        "description": "",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
                        "map_url": "https://www.google.com/maps?q=40.957893,100.290944",
                        "latitude": "40.957893",
                        "longitude": "100.290944",
                        "location": {
                            "id": 17,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/17/?format=api",
                            "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                            "country_code": "CHN",
                            "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                            "timezone_name": "Asia/Shanghai",
                            "total_launch_count": 273,
                            "total_landing_count": 2
                        },
                        "country_code": "CHN",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_37_20200803143603.jpg",
                        "total_launch_count": 27,
                        "orbital_launch_attempt_count": 27
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_22_lau_image_20251129175823.jpg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 7,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/7/?format=api",
                            "name": "Shenzhou",
                            "description": "The Shenzhou program is a crewed spaceflight initiative by China. The program put the first Chinese citizen, Yang Liwei, into orbit on 15 October 2003.",
                            "agencies": [
                                {
                                    "id": 17,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                                    "name": "China National Space Administration",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_program_20200820204745.PNG",
                            "start_date": "1993-01-01T00:00:00Z",
                            "end_date": null,
                            "info_url": null,
                            "wiki_url": "https://en.wikipedia.org/wiki/Shenzhou_program",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        },
                        {
                            "id": 19,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/19/?format=api",
                            "name": "Tiangong space station",
                            "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface.",
                            "agencies": [
                                {
                                    "id": 88,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                                    "name": "China Aerospace Science and Technology Corporation",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chinese2520spa_program_20210608105528.png",
                            "start_date": "2021-04-29T03:23:00Z",
                            "end_date": null,
                            "info_url": null,
                            "wiki_url": "https://en.wikipedia.org/wiki/Tiangong_space_station",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 7128,
                    "location_launch_attempt_count": 266,
                    "pad_launch_attempt_count": 27,
                    "agency_launch_attempt_count": 557,
                    "orbital_launch_attempt_count_year": 279,
                    "location_launch_attempt_count_year": 27,
                    "pad_launch_attempt_count_year": 3,
                    "agency_launch_attempt_count_year": 56,
                    "type": "normal"
                }
            }
        },
        {
            "id": 1739,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1739/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1088 has landed on ASDS OCISLY after its 12th 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": 844,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 12,
                "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": 12,
                    "attempted_landings": 12,
                    "flights": 12,
                    "last_launch_date": "2025-12-07T17:58:30Z",
                    "first_launch_date": "2024-11-30T08:10:00Z"
                },
                "previous_flight_date": "2025-10-19T19:24:00Z",
                "turn_around_time_days": 48,
                "previous_flight": {
                    "id": "0d2920f2-87d9-4c5a-aebe-614d8baae2a2",
                    "name": "Falcon 9 Block 5 | Starlink Group 11-19"
                }
            },
            "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": 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": 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
        },
        {
            "id": 1743,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1743/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1067 has landed on ASDS ASOG after its 32nd 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": 848,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 32,
                "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": 32,
                    "attempted_landings": 32,
                    "flights": 32,
                    "last_launch_date": "2025-12-08T22:26:10Z",
                    "first_launch_date": "2021-06-03T17:29:15Z"
                },
                "previous_flight_date": "2025-10-19T17:39:40Z",
                "turn_around_time_days": 50,
                "previous_flight": {
                    "id": "ed145de1-b768-43b5-8563-18ebc93b69b5",
                    "name": "Falcon 9 Block 5 | Starlink Group 10-17"
                }
            },
            "spacecraftflight": null
        }
    ]
}