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

{
    "count": 223,
    "next": "https://lldev.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=140&ordering=-id",
    "previous": "https://lldev.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=120&ordering=-id",
    "results": [
        {
            "id": 1477,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1477/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1076 has landed on ASDS JRTI after its 18th flight.",
            "downrange_distance": 600.0,
            "landing_type": {
                "id": 1,
                "name": "Autonomous Spaceport Drone Ship",
                "abbrev": "ASDS",
                "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
            },
            "landing_location": {
                "id": 3,
                "name": "Just Read the Instructions",
                "abbrev": "JRTI",
                "description": "Third (Marmac 303) ASDS barge, Just Read the Instructions (JRTI) is currently used to recover Falcon 9 and Heavy boosters in the Altantic Ocean.",
                "location": null,
                "successful_landings": 124
            },
            "firststage": {
                "id": 612,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 18,
                "launcher": {
                    "id": 118,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/118/?format=api",
                    "details": "Booster first launched the CRS-26 mission.",
                    "flight_proven": true,
                    "serial_number": "B1076",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1076_on_lc-39a_image_20240407145514.jpeg",
                    "successful_landings": 21,
                    "attempted_landings": 21,
                    "flights": 21,
                    "last_launch_date": "2025-02-21T15:19:00Z",
                    "first_launch_date": "2022-11-26T19:20:43Z"
                },
                "previous_flight_date": "2024-10-18T23:31:00Z",
                "turn_around_time_days": 26,
                "previous_flight": {
                    "id": "5f9fa9b2-e6f4-4e68-b4c8-2b1586cc5fba",
                    "name": "Falcon 9 Block 5 | Starlink Group 8-19"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1476,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1476/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1067 has landed back at the launch site after its 23rd flight.",
            "downrange_distance": 14.9,
            "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": 4,
                "name": "Landing Zone 1",
                "abbrev": "LZ-1",
                "description": "LZ-1 Pad located at Cape Canaveral Space Force Station at the previous LC-13",
                "location": {
                    "id": 12,
                    "url": "https://lldev.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1031,
                    "total_landing_count": 64
                },
                "successful_landings": 51
            },
            "firststage": {
                "id": 597,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 23,
                "launcher": {
                    "id": 101,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/101/?format=api",
                    "details": "Falcon 9 Block 5 booster first used for the CRS-22 mission.",
                    "flight_proven": true,
                    "serial_number": "B1067",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1067_on_slc-40_image_20240407145708.jpeg",
                    "successful_landings": 28,
                    "attempted_landings": 28,
                    "flights": 28,
                    "last_launch_date": "2025-05-13T05:02:20Z",
                    "first_launch_date": "2021-06-03T17:29:15Z"
                },
                "previous_flight_date": "2024-09-17T22:50:49Z",
                "turn_around_time_days": 54,
                "previous_flight": {
                    "id": "b9c44ac9-e201-4042-9f08-bd517cd2e6a5",
                    "name": "Falcon 9 Block 5 | Galileo L13 (FOC FM26 & FM32)"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1475,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1475/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage booster B1080 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": 113
            },
            "firststage": {
                "id": 611,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 12,
                "launcher": {
                    "id": 123,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/123/?format=api",
                    "details": "Falcon 9 Block 5 booster first used for the Axiom Space Mission 2 Crew Dragon mission.",
                    "flight_proven": true,
                    "serial_number": "B1080",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/b1080_image_20240322071018.jpeg",
                    "successful_landings": 19,
                    "attempted_landings": 19,
                    "flights": 19,
                    "last_launch_date": "2025-05-28T13:30:00Z",
                    "first_launch_date": "2023-05-21T21:37:09Z"
                },
                "previous_flight_date": "2024-10-15T06:10:00Z",
                "turn_around_time_days": 27,
                "previous_flight": {
                    "id": "9d576892-dcf0-472b-92d1-37053ff549ab",
                    "name": "Falcon 9 Block 5 | Starlink Group 10-10"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1474,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1474/?format=api",
            "attempt": false,
            "success": null,
            "description": "The Tianzhou-8 spacecraft will burn up upon entering Earth's atmosphere.",
            "downrange_distance": null,
            "landing_type": {
                "id": 7,
                "name": "Destructive Reentry",
                "abbrev": "ATM",
                "description": "Spacecraft burned up in the atmosphere"
            },
            "landing_location": {
                "id": 12,
                "name": "Unknown",
                "abbrev": "N/A",
                "description": null,
                "location": null,
                "successful_landings": 0
            },
            "firststage": null,
            "spacecraftflight": {
                "id": 864,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/flight/864/?format=api",
                "mission_end": null,
                "destination": "Tiangong Space Station",
                "launch_crew": [],
                "onboard_crew": [],
                "landing_crew": [],
                "spacecraft": {
                    "id": 602,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/602/?format=api",
                    "name": "Tianzhou-8",
                    "serial_number": "8",
                    "is_placeholder": false,
                    "in_space": true,
                    "time_in_space": "P218DT10H37M52S",
                    "time_docked": "P218DT7H19M10S",
                    "flights_count": 1,
                    "mission_ends_count": 0,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Eighth operational Tianzhou spacecraft",
                    "spacecraft_config": {
                        "id": 25,
                        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/25/?format=api",
                        "name": "Tianzhou",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 88,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/88/?format=api",
                            "name": "China Aerospace Science and Technology Corporation",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg"
                    }
                },
                "launch": {
                    "id": "1b411bfa-86b8-4b88-8f01-6e97ca4b90d7",
                    "url": "https://lldev.thespacedevs.com/2.2.0/launch/1b411bfa-86b8-4b88-8f01-6e97ca4b90d7/?format=api",
                    "slug": "long-march-7-tianzhou-8",
                    "name": "Long March 7 | Tianzhou-8",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2024-11-16T01:45:46Z",
                    "net": "2024-11-15T15:13:18Z",
                    "window_end": "2024-11-15T15:20:00Z",
                    "window_start": "2024-11-15T15:03: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://lldev.thespacedevs.com/2.2.0/agencies/88/?format=api",
                        "name": "China Aerospace Science and Technology Corporation",
                        "type": "Government"
                    },
                    "rocket": {
                        "id": 8104,
                        "configuration": {
                            "id": 100,
                            "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/100/?format=api",
                            "name": "Long March 7",
                            "family": "Long March",
                            "full_name": "Long March 7",
                            "variant": ""
                        }
                    },
                    "mission": {
                        "id": 6662,
                        "name": "Tianzhou-8",
                        "description": "Seventh cargo delivery mission to the Chinese space station.",
                        "launch_designator": null,
                        "type": "Resupply",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 176,
                        "url": "https://lldev.thespacedevs.com/2.2.0/pad/176/?format=api",
                        "agency_id": null,
                        "name": "201",
                        "description": "",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site",
                        "map_url": "https://www.google.com/maps?q=19.618452,110.955356",
                        "latitude": "19.618452",
                        "longitude": "110.955356",
                        "location": {
                            "id": 8,
                            "url": "https://lldev.thespacedevs.com/2.2.0/location/8/?format=api",
                            "name": "Wenchang Space Launch Site, People's Republic of China",
                            "country_code": "CHN",
                            "description": "The Wenchang Space Launch Site is a rocket launch site located in Wenchang on the island of Hainan, in China.\r\n\r\nFormally a suborbital test center, it currently serves as China's southernmost spaceport. The site was selected for its low latitude, 19° north of the equator, allowing for larger payloads to be launched. It is capable of launching the Long March 5, the heaviest Chinese rocket. Unlike launch facilities on the mainland, Wenchang uses its seaport for deliveries.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
                            "timezone_name": "Asia/Shanghai",
                            "total_launch_count": 39,
                            "total_landing_count": 0
                        },
                        "country_code": "CHN",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_176_20200803143412.jpg",
                        "total_launch_count": 23,
                        "orbital_launch_attempt_count": 23
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_7_image_20210513083007.jpeg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 19,
                            "url": "https://lldev.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://lldev.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": 6804,
                    "location_launch_attempt_count": 32,
                    "pad_launch_attempt_count": 20,
                    "agency_launch_attempt_count": 493,
                    "orbital_launch_attempt_count_year": 215,
                    "location_launch_attempt_count_year": 7,
                    "pad_launch_attempt_count_year": 5,
                    "agency_launch_attempt_count_year": 41,
                    "type": "normal"
                }
            }
        },
        {
            "id": 1473,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1473/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1081 has landed on ASDS OCISLY after its 11th flight.",
            "downrange_distance": 574.0,
            "landing_type": {
                "id": 1,
                "name": "Autonomous Spaceport Drone Ship",
                "abbrev": "ASDS",
                "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
            },
            "landing_location": {
                "id": 1,
                "name": "Of Course I Still Love You",
                "abbrev": "OCISLY",
                "description": "The second ASDS barge, Of Course I Still Love You (OCISLY) services launches in the Pacific Ocean and was the site of the first landing of a SpaceX Falcon 9 first stage during CRS-8, the launch of a Dragon spacecraft to the International Space Station.",
                "location": null,
                "successful_landings": 138
            },
            "firststage": {
                "id": 610,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 11,
                "launcher": {
                    "id": 124,
                    "url": "https://lldev.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": 15,
                    "attempted_landings": 15,
                    "flights": 15,
                    "last_launch_date": "2025-06-13T01:54:50Z",
                    "first_launch_date": "2023-08-26T07:27:27Z"
                },
                "previous_flight_date": "2024-09-25T04:01:20Z",
                "turn_around_time_days": 45,
                "previous_flight": {
                    "id": "f97e9181-c9cd-4e68-9c19-68ddb5e80763",
                    "name": "Falcon 9 Block 5 | Starlink Group 9-8"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1472,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1472/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Shenzhou 19 spacecraft has landed 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": 8
            },
            "firststage": null,
            "spacecraftflight": {
                "id": 863,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/flight/863/?format=api",
                "mission_end": "2025-04-30T05:08:13Z",
                "destination": "Tiangong space station",
                "launch_crew": [
                    {
                        "id": 5005,
                        "role": {
                            "id": 1,
                            "role": "Commander",
                            "priority": 0
                        },
                        "astronaut": {
                            "id": 731,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/731/?format=api",
                            "name": "Cai Xuzhe",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P364DT18H6M29S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 17,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/17/?format=api",
                                "name": "China National Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1976-05-01",
                            "date_of_death": null,
                            "nationality": "Chinese",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Chinese astronaut from the CNSA Group-2 selection (2010).",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cai_xuzhe_image_20220604085007.png",
                            "wiki": "https://en.wikipedia.org/wiki/Cai_Xuzhe",
                            "last_flight": "2024-10-29T20:27:34Z",
                            "first_flight": "2022-06-05T02:44:10Z"
                        }
                    },
                    {
                        "id": 5007,
                        "role": {
                            "id": 32,
                            "role": "Operator",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 818,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/818/?format=api",
                            "name": "Haozhe Wang",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P182DT8H40M39S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 17,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/17/?format=api",
                                "name": "China National Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1990-03-01",
                            "date_of_death": null,
                            "nationality": "Chinese",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Wang Haozhe is a Chinese astronaut selected as part of the Shenzhou program. She joined the Chinese Communist Party (CCP) in December 2009 and enlisted in the People's Liberation Army (PLA) in January 2021. Prior to being chosen into the astronaut corps, she worked as a senior propulsion engineer at the Academy of Aerospace Liquid Propulsion Technology of the China Aerospace Science and Technology Corporation (CASC).",
                            "profile_image": null,
                            "wiki": null,
                            "last_flight": "2024-10-29T20:27:34Z",
                            "first_flight": "2024-10-29T20:27:34Z"
                        }
                    },
                    {
                        "id": 5006,
                        "role": {
                            "id": 32,
                            "role": "Operator",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 817,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/817/?format=api",
                            "name": "Lingdong Song",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P182DT8H40M39S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 17,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/17/?format=api",
                                "name": "China National Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1990-08-01",
                            "date_of_death": null,
                            "nationality": "Chinese",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Song Lingdong is a Chinese pilot and astronaut selected as part of the Shenzhou program. He enlisted in the People's Liberation Army (PLA) Air Force in August 2008, and joined the Chinese Communist Party (CCP) in March 2013. He was a Sukhoi Su-35K fighter pilot prior to joining the astronaut corps.",
                            "profile_image": null,
                            "wiki": null,
                            "last_flight": "2024-10-29T20:27:34Z",
                            "first_flight": "2024-10-29T20:27:34Z"
                        }
                    }
                ],
                "onboard_crew": [],
                "landing_crew": [
                    {
                        "id": 5011,
                        "role": {
                            "id": 1,
                            "role": "Commander",
                            "priority": 0
                        },
                        "astronaut": {
                            "id": 731,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/731/?format=api",
                            "name": "Cai Xuzhe",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P364DT18H6M29S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 17,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/17/?format=api",
                                "name": "China National Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1976-05-01",
                            "date_of_death": null,
                            "nationality": "Chinese",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Chinese astronaut from the CNSA Group-2 selection (2010).",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cai_xuzhe_image_20220604085007.png",
                            "wiki": "https://en.wikipedia.org/wiki/Cai_Xuzhe",
                            "last_flight": "2024-10-29T20:27:34Z",
                            "first_flight": "2022-06-05T02:44:10Z"
                        }
                    },
                    {
                        "id": 5012,
                        "role": {
                            "id": 32,
                            "role": "Operator",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 818,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/818/?format=api",
                            "name": "Haozhe Wang",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P182DT8H40M39S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 17,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/17/?format=api",
                                "name": "China National Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1990-03-01",
                            "date_of_death": null,
                            "nationality": "Chinese",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Wang Haozhe is a Chinese astronaut selected as part of the Shenzhou program. She joined the Chinese Communist Party (CCP) in December 2009 and enlisted in the People's Liberation Army (PLA) in January 2021. Prior to being chosen into the astronaut corps, she worked as a senior propulsion engineer at the Academy of Aerospace Liquid Propulsion Technology of the China Aerospace Science and Technology Corporation (CASC).",
                            "profile_image": null,
                            "wiki": null,
                            "last_flight": "2024-10-29T20:27:34Z",
                            "first_flight": "2024-10-29T20:27:34Z"
                        }
                    },
                    {
                        "id": 5013,
                        "role": {
                            "id": 32,
                            "role": "Operator",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 817,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/817/?format=api",
                            "name": "Lingdong Song",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P182DT8H40M39S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 17,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/17/?format=api",
                                "name": "China National Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1990-08-01",
                            "date_of_death": null,
                            "nationality": "Chinese",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Song Lingdong is a Chinese pilot and astronaut selected as part of the Shenzhou program. He enlisted in the People's Liberation Army (PLA) Air Force in August 2008, and joined the Chinese Communist Party (CCP) in March 2013. He was a Sukhoi Su-35K fighter pilot prior to joining the astronaut corps.",
                            "profile_image": null,
                            "wiki": null,
                            "last_flight": "2024-10-29T20:27:34Z",
                            "first_flight": "2024-10-29T20:27:34Z"
                        }
                    }
                ],
                "spacecraft": {
                    "id": 601,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/601/?format=api",
                    "name": "Shenzhou 19",
                    "serial_number": "19",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P182DT8H40M39S",
                    "time_docked": "P181DT17H",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "Spacecraft used to launch 3 taikonauts on the 8th crewed mission to the Tiangong space station.",
                    "spacecraft_config": {
                        "id": 2,
                        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/2/?format=api",
                        "name": "Shenzhou",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 17,
                            "url": "https://lldev.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": "28c2b327-bb20-452d-b1df-c100265d6aa5",
                    "url": "https://lldev.thespacedevs.com/2.2.0/launch/28c2b327-bb20-452d-b1df-c100265d6aa5/?format=api",
                    "slug": "long-march-2fg-shenzhou-19",
                    "name": "Long March 2F/G | Shenzhou 19",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2024-10-30T08:39:36Z",
                    "net": "2024-10-29T20:27:34Z",
                    "window_end": "2024-10-29T20:57:00Z",
                    "window_start": "2024-10-29T20:17: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://lldev.thespacedevs.com/2.2.0/agencies/88/?format=api",
                        "name": "China Aerospace Science and Technology Corporation",
                        "type": "Government"
                    },
                    "rocket": {
                        "id": 8102,
                        "configuration": {
                            "id": 84,
                            "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/84/?format=api",
                            "name": "Long March 2",
                            "family": "Long March",
                            "full_name": "Long March 2F/G",
                            "variant": "F/G"
                        }
                    },
                    "mission": {
                        "id": 6660,
                        "name": "Shenzhou 19",
                        "description": "Eighth crewed flight to the Chinese space station.",
                        "launch_designator": null,
                        "type": "Human Exploration",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [
                            {
                                "id": 17,
                                "url": "https://lldev.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://lldev.thespacedevs.com/2.2.0/pad/37/?format=api",
                        "agency_id": null,
                        "name": "Launch Area 4 (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://lldev.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": 253,
                            "total_landing_count": 0
                        },
                        "country_code": "CHN",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_37_20200803143603.jpg",
                        "total_launch_count": 25,
                        "orbital_launch_attempt_count": 25
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_2_image_20210908195835.jpeg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 19,
                            "url": "https://lldev.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://lldev.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"
                            }
                        },
                        {
                            "id": 7,
                            "url": "https://lldev.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://lldev.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"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 6787,
                    "location_launch_attempt_count": 233,
                    "pad_launch_attempt_count": 24,
                    "agency_launch_attempt_count": 490,
                    "orbital_launch_attempt_count_year": 198,
                    "location_launch_attempt_count_year": 15,
                    "pad_launch_attempt_count_year": 2,
                    "agency_launch_attempt_count_year": 38,
                    "type": "normal"
                }
            }
        },
        {
            "id": 1471,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1471/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1085 has successfully landed on ASDS JRTI after its 3rd flight.",
            "downrange_distance": 600.0,
            "landing_type": {
                "id": 1,
                "name": "Autonomous Spaceport Drone Ship",
                "abbrev": "ASDS",
                "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
            },
            "landing_location": {
                "id": 3,
                "name": "Just Read the Instructions",
                "abbrev": "JRTI",
                "description": "Third (Marmac 303) ASDS barge, Just Read the Instructions (JRTI) is currently used to recover Falcon 9 and Heavy boosters in the Altantic Ocean.",
                "location": null,
                "successful_landings": 124
            },
            "firststage": {
                "id": 608,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 3,
                "launcher": {
                    "id": 151,
                    "url": "https://lldev.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": 8,
                    "attempted_landings": 8,
                    "flights": 8,
                    "last_launch_date": "2025-06-07T04:54:00Z",
                    "first_launch_date": "2024-08-20T13:20:00Z"
                },
                "previous_flight_date": "2024-09-28T17:17:21Z",
                "turn_around_time_days": 40,
                "previous_flight": {
                    "id": "0102940a-4a60-4686-b34d-ced3fed6c595",
                    "name": "Falcon 9 Block 5 | Crew-9"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1470,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1470/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1078 has landed on ASDS ASOG after its 14th flight.",
            "downrange_distance": 618.0,
            "landing_type": {
                "id": 1,
                "name": "Autonomous Spaceport Drone Ship",
                "abbrev": "ASDS",
                "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
            },
            "landing_location": {
                "id": 17,
                "name": "A Shortfall of Gravitas",
                "abbrev": "ASOG",
                "description": "The fourth ASDS barge, A Shortfall of Gravitas (ASOG) is currently used to recover Falcon 9 and Heavy boosters in the Altantic Ocean.",
                "location": null,
                "successful_landings": 113
            },
            "firststage": {
                "id": 607,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 14,
                "launcher": {
                    "id": 120,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/120/?format=api",
                    "details": "Falcon 9 Block 5 booster first used for the Crew-6 mission.",
                    "flight_proven": true,
                    "serial_number": "B1078",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/120_image_20230227075809.jpeg",
                    "successful_landings": 21,
                    "attempted_landings": 21,
                    "flights": 21,
                    "last_launch_date": "2025-06-13T15:29:00Z",
                    "first_launch_date": "2023-03-02T05:34:14Z"
                },
                "previous_flight_date": "2024-09-12T08:52:00Z",
                "turn_around_time_days": 48,
                "previous_flight": {
                    "id": "11f32024-8382-4b7a-9f75-c211820b9e2d",
                    "name": "Falcon 9 Block 5 | BlueBird Block 1"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1469,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1469/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 1st stage B1075 has landed on ASDS OCISLY after its 14th flight.",
            "downrange_distance": 574.0,
            "landing_type": {
                "id": 1,
                "name": "Autonomous Spaceport Drone Ship",
                "abbrev": "ASDS",
                "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
            },
            "landing_location": {
                "id": 1,
                "name": "Of Course I Still Love You",
                "abbrev": "OCISLY",
                "description": "The second ASDS barge, Of Course I Still Love You (OCISLY) services launches in the Pacific Ocean and was the site of the first landing of a SpaceX Falcon 9 first stage during CRS-8, the launch of a Dragon spacecraft to the International Space Station.",
                "location": null,
                "successful_landings": 138
            },
            "firststage": {
                "id": 606,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 14,
                "launcher": {
                    "id": 114,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/114/?format=api",
                    "details": "Falcon 9 Block 5 booster first used for the Starlink Group 2-4 mission.",
                    "flight_proven": true,
                    "serial_number": "B1075",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/114_image_20230807183155.jpeg",
                    "successful_landings": 18,
                    "attempted_landings": 18,
                    "flights": 18,
                    "last_launch_date": "2025-05-23T22:32:20Z",
                    "first_launch_date": "2023-01-19T15:43:10Z"
                },
                "previous_flight_date": "2024-09-20T13:50:00Z",
                "turn_around_time_days": 39,
                "previous_flight": {
                    "id": "facd46c6-5197-4c27-939a-2b6b3f08d39d",
                    "name": "Falcon 9 Block 5 | Starlink Group 9-17"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1468,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1468/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 booster B1069 has landed on ASDS JRTI after its 19th flight.",
            "downrange_distance": 618.0,
            "landing_type": {
                "id": 1,
                "name": "Autonomous Spaceport Drone Ship",
                "abbrev": "ASDS",
                "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
            },
            "landing_location": {
                "id": 3,
                "name": "Just Read the Instructions",
                "abbrev": "JRTI",
                "description": "Third (Marmac 303) ASDS barge, Just Read the Instructions (JRTI) is currently used to recover Falcon 9 and Heavy boosters in the Altantic Ocean.",
                "location": null,
                "successful_landings": 124
            },
            "firststage": {
                "id": 605,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 19,
                "launcher": {
                    "id": 105,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/105/?format=api",
                    "details": "Falcon 9 Block 5 booster first used for the CRS-24 mission.",
                    "flight_proven": true,
                    "serial_number": "B1069",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/105_image_20211220081646.jpeg",
                    "successful_landings": 24,
                    "attempted_landings": 24,
                    "flights": 24,
                    "last_launch_date": "2025-05-24T17:19:10Z",
                    "first_launch_date": "2021-12-21T10:07:08Z"
                },
                "previous_flight_date": "2024-08-31T07:43:00Z",
                "turn_around_time_days": 56,
                "previous_flight": {
                    "id": "95bff87b-38c6-4db0-8b2f-e3952c95f383",
                    "name": "Falcon 9 Block 5 | Starlink Group 8-10"
                }
            },
            "spacecraftflight": null
        }
    ]
}