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

{
    "count": 224,
    "next": "https://lldev.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=210&ordering=-downrange_distance",
    "previous": "https://lldev.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=190&ordering=-downrange_distance",
    "results": [
        {
            "id": 1386,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1386/?format=api",
            "attempt": true,
            "success": true,
            "description": "B1080 has landed back at the launch site at LZ-1 after its flight.",
            "downrange_distance": 9.1,
            "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": 405,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 10,
                "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-06-20T21:35:00Z",
                "turn_around_time_days": 44,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1589,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1589/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1090 has landed back at the launch site after its 3rd flight.",
            "downrange_distance": 8.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": 5,
                "name": "Landing Zone 2",
                "abbrev": "LZ-2",
                "description": "LZ-2 Pad located at Cape Canaveral Space Force Station at the previous LC-13. Directly next to LZ-1",
                "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": 12
            },
            "firststage": {
                "id": 655,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 3,
                "launcher": {
                    "id": 190,
                    "url": "https://lldev.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": 5,
                    "attempted_landings": 5,
                    "flights": 5,
                    "last_launch_date": "2025-06-18T05:55:10Z",
                    "first_launch_date": "2024-12-17T22:26:00Z"
                },
                "previous_flight_date": "2025-03-14T23:03:48Z",
                "turn_around_time_days": 38,
                "previous_flight": {
                    "id": "fb39ac94-5e74-4ee9-afc5-df19c4132b28",
                    "name": "Falcon 9 Block 5 | Crew-10"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1385,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1385/?format=api",
            "attempt": true,
            "success": true,
            "description": "The RSS First Step capsule has landed at Blue Origin's Corn Ranch facility",
            "downrange_distance": 3.91,
            "landing_type": {
                "id": 4,
                "name": "Parachute Landing",
                "abbrev": "PCL",
                "description": "Unpowered landing using parachute(s)."
            },
            "landing_location": {
                "id": 28,
                "name": "Corn Ranch, West Texas",
                "abbrev": "CR",
                "description": "Blue Origin launch and landing facility located in West Texas",
                "location": {
                    "id": 29,
                    "url": "https://lldev.thespacedevs.com/2.2.0/location/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "country_code": "USA",
                    "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 32,
                    "total_landing_count": 32
                },
                "successful_landings": 35
            },
            "firststage": null,
            "spacecraftflight": {
                "id": 839,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/flight/839/?format=api",
                "mission_end": "2024-08-29T13:17:11Z",
                "destination": "Suborbital",
                "launch_crew": [
                    {
                        "id": 4980,
                        "role": {
                            "id": 28,
                            "role": "Tourist",
                            "priority": 7
                        },
                        "astronaut": {
                            "id": 811,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/811/?format=api",
                            "name": "Eiman Jahangir",
                            "type": {
                                "id": 3,
                                "name": "Private"
                            },
                            "in_space": false,
                            "time_in_space": "PT10M8S",
                            "status": {
                                "id": 14,
                                "name": "Occasional Spaceflight"
                            },
                            "agency": {
                                "id": 141,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
                                "name": "Blue Origin",
                                "type": "Commercial"
                            },
                            "date_of_birth": null,
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": "https://x.com/drejahangir",
                            "instagram": "https://www.instagram.com/drejahangir/",
                            "bio": "Eiman is a cardiologist and Associate Professor of Medicine and Radiology at Vanderbilt University Medical Center, where he treats patients with heart disease and educates future physicians. Outside of medicine, he has a passion for exploration, including a lifelong dream of going to space. Over the past two decades, Eiman has participated in analog astronaut missions and trained in various aspects of human spaceflight.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/eiman_jahangir_image_20240828203209.jpg",
                            "wiki": null,
                            "last_flight": "2024-08-29T13:07:03Z",
                            "first_flight": "2024-08-29T13:07:03Z"
                        }
                    },
                    {
                        "id": 4984,
                        "role": {
                            "id": 28,
                            "role": "Tourist",
                            "priority": 7
                        },
                        "astronaut": {
                            "id": 813,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/813/?format=api",
                            "name": "Ephraim Rabin",
                            "type": {
                                "id": 3,
                                "name": "Private"
                            },
                            "in_space": false,
                            "time_in_space": "PT10M8S",
                            "status": {
                                "id": 14,
                                "name": "Occasional Spaceflight"
                            },
                            "agency": {
                                "id": 141,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
                                "name": "Blue Origin",
                                "type": "Commercial"
                            },
                            "date_of_birth": null,
                            "date_of_death": null,
                            "nationality": "American Israeli",
                            "twitter": "https://x.com/ephraimrabin",
                            "instagram": "https://www.instagram.com/ephrabin/",
                            "bio": "Ephraim is an American-Israeli businessman, philanthropist, and entrepreneur. He is the founder and CEO of Parchem Fine & Specialty Chemicals, a technology company revolutionizing supply chains for specialized raw materials and ingredients globally. Ephraim is a trustee and mentor at a variety of organizations and think tanks, as well as a race car driver, chef, and avid skier and adventurer. Ephraim and his family split their time between New York, Israel, and the Caribbean.",
                            "profile_image": null,
                            "wiki": null,
                            "last_flight": "2024-08-29T13:07:03Z",
                            "first_flight": "2024-08-29T13:07:03Z"
                        }
                    },
                    {
                        "id": 4978,
                        "role": {
                            "id": 28,
                            "role": "Tourist",
                            "priority": 7
                        },
                        "astronaut": {
                            "id": 810,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/810/?format=api",
                            "name": "Eugene Grin",
                            "type": {
                                "id": 3,
                                "name": "Private"
                            },
                            "in_space": false,
                            "time_in_space": "PT10M8S",
                            "status": {
                                "id": 14,
                                "name": "Occasional Spaceflight"
                            },
                            "agency": {
                                "id": 141,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
                                "name": "Blue Origin",
                                "type": "Commercial"
                            },
                            "date_of_birth": null,
                            "date_of_death": null,
                            "nationality": "American Ukrainian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Eugene was born in Ukraine and emigrated to the United States in 1979, where he started his career in real estate and finance. His passions include meditation, travel, and adventure sports. He lives in upstate New York and has four children.",
                            "profile_image": null,
                            "wiki": null,
                            "last_flight": "2024-08-29T13:07:03Z",
                            "first_flight": "2024-08-29T13:07:03Z"
                        }
                    },
                    {
                        "id": 4982,
                        "role": {
                            "id": 28,
                            "role": "Tourist",
                            "priority": 7
                        },
                        "astronaut": {
                            "id": 812,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/812/?format=api",
                            "name": "Karsen Kitchen",
                            "type": {
                                "id": 3,
                                "name": "Private"
                            },
                            "in_space": false,
                            "time_in_space": "PT10M8S",
                            "status": {
                                "id": 14,
                                "name": "Occasional Spaceflight"
                            },
                            "agency": {
                                "id": 141,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
                                "name": "Blue Origin",
                                "type": "Commercial"
                            },
                            "date_of_birth": null,
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": null,
                            "instagram": "https://www.instagram.com/karsenkitchen/",
                            "bio": "Student in Communications and Astronomy, founder of Orbitelle, an initiative to encourage women to pursue careers in the space industry. She has researched radio astronomy at the Green Bank Observatory in West Virginia and worked at UNC's Morehead Planetarium.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/karsen_kitchen__image_20240828203507.jpg",
                            "wiki": null,
                            "last_flight": "2024-08-29T13:07:03Z",
                            "first_flight": "2024-08-29T13:07:03Z"
                        }
                    },
                    {
                        "id": 4974,
                        "role": {
                            "id": 28,
                            "role": "Tourist",
                            "priority": 7
                        },
                        "astronaut": {
                            "id": 808,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/808/?format=api",
                            "name": "Nicolina Elrick",
                            "type": {
                                "id": 3,
                                "name": "Private"
                            },
                            "in_space": false,
                            "time_in_space": "PT10M8S",
                            "status": {
                                "id": 14,
                                "name": "Occasional Spaceflight"
                            },
                            "agency": {
                                "id": 141,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
                                "name": "Blue Origin",
                                "type": "Commercial"
                            },
                            "date_of_birth": null,
                            "date_of_death": null,
                            "nationality": "British Singaporean",
                            "twitter": "https://x.com/nicolinaElrick",
                            "instagram": "https://www.instagram.com/therealnicolinae/",
                            "bio": "Nicolina is a philanthropist and entrepreneur whose career spans high fashion modeling to property development and founding multiple IT corporations in the 1990s. A graduate of CoachU and a vocal advocate for STEM education, she has dedicated her life to mentoring aspiring entrepreneurs. Her forthcoming biography, \"Grit, Diamonds, Stars,\" delves into her journey, offering insights into overcoming hardship with grace and determination. Based in Singapore, Nicolina is a certified helicopter pilot and a spirited explorer with a love for cars, fine wine, and the occasional cigar.",
                            "profile_image": null,
                            "wiki": null,
                            "last_flight": "2024-08-29T13:07:03Z",
                            "first_flight": "2024-08-29T13:07:03Z"
                        }
                    },
                    {
                        "id": 4976,
                        "role": {
                            "id": 28,
                            "role": "Tourist",
                            "priority": 7
                        },
                        "astronaut": {
                            "id": 809,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/809/?format=api",
                            "name": "Rob Ferl",
                            "type": {
                                "id": 3,
                                "name": "Private"
                            },
                            "in_space": false,
                            "time_in_space": "PT10M8S",
                            "status": {
                                "id": 14,
                                "name": "Occasional Spaceflight"
                            },
                            "agency": {
                                "id": 141,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
                                "name": "Blue Origin",
                                "type": "Commercial"
                            },
                            "date_of_birth": null,
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Rob is a distinguished professor and director of the Astraeus Space Institute at the University of Florida. He has spent his career studying how living organisms respond to extreme conditions, especially microgravity. He and his colleagues have worked with NASA astronauts to conduct numerous experiments on the International Space Station that have shown that plants turn certain genes on and off in response to changes in gravity. They were also the first to prove that plants could grow in lunar soil collected during the Apollo missions. Ferl is also a national leader in space policy, having recently chaired a National Academies of Sciences committee on the direction of space biology research over the next decade.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rob_ferl_portra_image_20240828202605.jpg",
                            "wiki": null,
                            "last_flight": "2024-08-29T13:07:03Z",
                            "first_flight": "2024-08-29T13:07:03Z"
                        }
                    }
                ],
                "onboard_crew": [],
                "landing_crew": [
                    {
                        "id": 4981,
                        "role": {
                            "id": 28,
                            "role": "Tourist",
                            "priority": 7
                        },
                        "astronaut": {
                            "id": 811,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/811/?format=api",
                            "name": "Eiman Jahangir",
                            "type": {
                                "id": 3,
                                "name": "Private"
                            },
                            "in_space": false,
                            "time_in_space": "PT10M8S",
                            "status": {
                                "id": 14,
                                "name": "Occasional Spaceflight"
                            },
                            "agency": {
                                "id": 141,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
                                "name": "Blue Origin",
                                "type": "Commercial"
                            },
                            "date_of_birth": null,
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": "https://x.com/drejahangir",
                            "instagram": "https://www.instagram.com/drejahangir/",
                            "bio": "Eiman is a cardiologist and Associate Professor of Medicine and Radiology at Vanderbilt University Medical Center, where he treats patients with heart disease and educates future physicians. Outside of medicine, he has a passion for exploration, including a lifelong dream of going to space. Over the past two decades, Eiman has participated in analog astronaut missions and trained in various aspects of human spaceflight.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/eiman_jahangir_image_20240828203209.jpg",
                            "wiki": null,
                            "last_flight": "2024-08-29T13:07:03Z",
                            "first_flight": "2024-08-29T13:07:03Z"
                        }
                    },
                    {
                        "id": 4985,
                        "role": {
                            "id": 28,
                            "role": "Tourist",
                            "priority": 7
                        },
                        "astronaut": {
                            "id": 813,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/813/?format=api",
                            "name": "Ephraim Rabin",
                            "type": {
                                "id": 3,
                                "name": "Private"
                            },
                            "in_space": false,
                            "time_in_space": "PT10M8S",
                            "status": {
                                "id": 14,
                                "name": "Occasional Spaceflight"
                            },
                            "agency": {
                                "id": 141,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
                                "name": "Blue Origin",
                                "type": "Commercial"
                            },
                            "date_of_birth": null,
                            "date_of_death": null,
                            "nationality": "American Israeli",
                            "twitter": "https://x.com/ephraimrabin",
                            "instagram": "https://www.instagram.com/ephrabin/",
                            "bio": "Ephraim is an American-Israeli businessman, philanthropist, and entrepreneur. He is the founder and CEO of Parchem Fine & Specialty Chemicals, a technology company revolutionizing supply chains for specialized raw materials and ingredients globally. Ephraim is a trustee and mentor at a variety of organizations and think tanks, as well as a race car driver, chef, and avid skier and adventurer. Ephraim and his family split their time between New York, Israel, and the Caribbean.",
                            "profile_image": null,
                            "wiki": null,
                            "last_flight": "2024-08-29T13:07:03Z",
                            "first_flight": "2024-08-29T13:07:03Z"
                        }
                    },
                    {
                        "id": 4979,
                        "role": {
                            "id": 28,
                            "role": "Tourist",
                            "priority": 7
                        },
                        "astronaut": {
                            "id": 810,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/810/?format=api",
                            "name": "Eugene Grin",
                            "type": {
                                "id": 3,
                                "name": "Private"
                            },
                            "in_space": false,
                            "time_in_space": "PT10M8S",
                            "status": {
                                "id": 14,
                                "name": "Occasional Spaceflight"
                            },
                            "agency": {
                                "id": 141,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
                                "name": "Blue Origin",
                                "type": "Commercial"
                            },
                            "date_of_birth": null,
                            "date_of_death": null,
                            "nationality": "American Ukrainian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Eugene was born in Ukraine and emigrated to the United States in 1979, where he started his career in real estate and finance. His passions include meditation, travel, and adventure sports. He lives in upstate New York and has four children.",
                            "profile_image": null,
                            "wiki": null,
                            "last_flight": "2024-08-29T13:07:03Z",
                            "first_flight": "2024-08-29T13:07:03Z"
                        }
                    },
                    {
                        "id": 4983,
                        "role": {
                            "id": 28,
                            "role": "Tourist",
                            "priority": 7
                        },
                        "astronaut": {
                            "id": 812,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/812/?format=api",
                            "name": "Karsen Kitchen",
                            "type": {
                                "id": 3,
                                "name": "Private"
                            },
                            "in_space": false,
                            "time_in_space": "PT10M8S",
                            "status": {
                                "id": 14,
                                "name": "Occasional Spaceflight"
                            },
                            "agency": {
                                "id": 141,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
                                "name": "Blue Origin",
                                "type": "Commercial"
                            },
                            "date_of_birth": null,
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": null,
                            "instagram": "https://www.instagram.com/karsenkitchen/",
                            "bio": "Student in Communications and Astronomy, founder of Orbitelle, an initiative to encourage women to pursue careers in the space industry. She has researched radio astronomy at the Green Bank Observatory in West Virginia and worked at UNC's Morehead Planetarium.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/karsen_kitchen__image_20240828203507.jpg",
                            "wiki": null,
                            "last_flight": "2024-08-29T13:07:03Z",
                            "first_flight": "2024-08-29T13:07:03Z"
                        }
                    },
                    {
                        "id": 4975,
                        "role": {
                            "id": 28,
                            "role": "Tourist",
                            "priority": 7
                        },
                        "astronaut": {
                            "id": 808,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/808/?format=api",
                            "name": "Nicolina Elrick",
                            "type": {
                                "id": 3,
                                "name": "Private"
                            },
                            "in_space": false,
                            "time_in_space": "PT10M8S",
                            "status": {
                                "id": 14,
                                "name": "Occasional Spaceflight"
                            },
                            "agency": {
                                "id": 141,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
                                "name": "Blue Origin",
                                "type": "Commercial"
                            },
                            "date_of_birth": null,
                            "date_of_death": null,
                            "nationality": "British Singaporean",
                            "twitter": "https://x.com/nicolinaElrick",
                            "instagram": "https://www.instagram.com/therealnicolinae/",
                            "bio": "Nicolina is a philanthropist and entrepreneur whose career spans high fashion modeling to property development and founding multiple IT corporations in the 1990s. A graduate of CoachU and a vocal advocate for STEM education, she has dedicated her life to mentoring aspiring entrepreneurs. Her forthcoming biography, \"Grit, Diamonds, Stars,\" delves into her journey, offering insights into overcoming hardship with grace and determination. Based in Singapore, Nicolina is a certified helicopter pilot and a spirited explorer with a love for cars, fine wine, and the occasional cigar.",
                            "profile_image": null,
                            "wiki": null,
                            "last_flight": "2024-08-29T13:07:03Z",
                            "first_flight": "2024-08-29T13:07:03Z"
                        }
                    },
                    {
                        "id": 4977,
                        "role": {
                            "id": 28,
                            "role": "Tourist",
                            "priority": 7
                        },
                        "astronaut": {
                            "id": 809,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/809/?format=api",
                            "name": "Rob Ferl",
                            "type": {
                                "id": 3,
                                "name": "Private"
                            },
                            "in_space": false,
                            "time_in_space": "PT10M8S",
                            "status": {
                                "id": 14,
                                "name": "Occasional Spaceflight"
                            },
                            "agency": {
                                "id": 141,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
                                "name": "Blue Origin",
                                "type": "Commercial"
                            },
                            "date_of_birth": null,
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Rob is a distinguished professor and director of the Astraeus Space Institute at the University of Florida. He has spent his career studying how living organisms respond to extreme conditions, especially microgravity. He and his colleagues have worked with NASA astronauts to conduct numerous experiments on the International Space Station that have shown that plants turn certain genes on and off in response to changes in gravity. They were also the first to prove that plants could grow in lunar soil collected during the Apollo missions. Ferl is also a national leader in space policy, having recently chaired a National Academies of Sciences committee on the direction of space biology research over the next decade.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rob_ferl_portra_image_20240828202605.jpg",
                            "wiki": null,
                            "last_flight": "2024-08-29T13:07:03Z",
                            "first_flight": "2024-08-29T13:07:03Z"
                        }
                    }
                ],
                "spacecraft": {
                    "id": 453,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/453/?format=api",
                    "name": "RSS First Step",
                    "serial_number": "2.0-2",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "PT2H12M17S",
                    "time_docked": "P0D",
                    "flights_count": 13,
                    "mission_ends_count": 13,
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "First Blue Origin New Shepard Crew Capsule 2.0 to carry human passengers. This capsule is outfitted with improvements to environmental features such as acoustics and temperature regulation inside the capsule, crew display panels, and speakers with a microphone and push-to-talk button at each seat.",
                    "spacecraft_config": {
                        "id": 21,
                        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/21/?format=api",
                        "name": "Crew Capsule 2.0",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 141,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
                            "name": "Blue Origin",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25202.0_image_20190309095011.jpeg"
                    }
                },
                "launch": {
                    "id": "cd042f6b-1b91-4783-b953-79a4a572219d",
                    "url": "https://lldev.thespacedevs.com/2.2.0/launch/cd042f6b-1b91-4783-b953-79a4a572219d/?format=api",
                    "slug": "new-shepard-ns-26",
                    "name": "New Shepard | NS-26",
                    "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-08-29T14:39:00Z",
                    "net": "2024-08-29T13:07:03Z",
                    "window_end": "2024-08-29T20:30:00Z",
                    "window_start": "2024-08-29T13:00: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": 141,
                        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
                        "name": "Blue Origin",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 8286,
                        "configuration": {
                            "id": 137,
                            "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
                            "name": "New Shepard",
                            "family": "",
                            "full_name": "New Shepard",
                            "variant": ""
                        }
                    },
                    "mission": {
                        "id": 6867,
                        "name": "NS-26",
                        "description": "Twenty-sixth flight of New Shepard carrying six passengers.",
                        "launch_designator": null,
                        "type": "Tourism",
                        "orbit": {
                            "id": 15,
                            "name": "Suborbital",
                            "abbrev": "Sub"
                        },
                        "agencies": [
                            {
                                "id": 141,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
                                "name": "Blue Origin",
                                "featured": true,
                                "type": "Commercial",
                                "country_code": "USA",
                                "abbrev": "BO",
                                "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
                                "administrator": "CEO: Jeff Bezos",
                                "founding_year": "2000",
                                "launchers": "New Shepard | New Glenn",
                                "spacecraft": "",
                                "launch_library_url": null,
                                "total_launch_count": 33,
                                "consecutive_successful_launches": 10,
                                "successful_launches": 32,
                                "failed_launches": 1,
                                "pending_launches": 5,
                                "consecutive_successful_landings": 4,
                                "successful_landings": 30,
                                "failed_landings": 3,
                                "attempted_landings": 33,
                                "info_url": "https://www.blueorigin.com/",
                                "wiki_url": "https://en.wikipedia.org/wiki/Blue_Origin",
                                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
                                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_nation_20240222073724.jpg"
                            },
                            {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "featured": true,
                                "type": "Government",
                                "country_code": "USA",
                                "abbrev": "NASA",
                                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                                "administrator": "Acting Administrator:  James Free",
                                "founding_year": "1958",
                                "launchers": "Space Shuttle | SLS",
                                "spacecraft": "Orion",
                                "launch_library_url": null,
                                "total_launch_count": 141,
                                "consecutive_successful_launches": 11,
                                "successful_launches": 121,
                                "failed_launches": 20,
                                "pending_launches": 6,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "info_url": "https://www.nasa.gov",
                                "wiki_url": "https://en.wikipedia.org/wiki/National_Aeronautics_and_Space_Administration",
                                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg"
                            }
                        ],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 90,
                        "url": "https://lldev.thespacedevs.com/2.2.0/pad/90/?format=api",
                        "agency_id": 141,
                        "name": "West Texas Suborbital Launch Site/ Corn Ranch",
                        "description": null,
                        "info_url": "https://www.blueorigin.com",
                        "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
                        "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
                        "latitude": "31.422878",
                        "longitude": "-104.757121",
                        "location": {
                            "id": 29,
                            "url": "https://lldev.thespacedevs.com/2.2.0/location/29/?format=api",
                            "name": "Corn Ranch, Van Horn, TX, USA",
                            "country_code": "USA",
                            "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
                            "timezone_name": "America/Chicago",
                            "total_launch_count": 32,
                            "total_landing_count": 32
                        },
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
                        "total_launch_count": 32,
                        "orbital_launch_attempt_count": 0
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
                    "infographic": null,
                    "program": [],
                    "orbital_launch_attempt_count": null,
                    "location_launch_attempt_count": 26,
                    "pad_launch_attempt_count": 26,
                    "agency_launch_attempt_count": 26,
                    "orbital_launch_attempt_count_year": 0,
                    "location_launch_attempt_count_year": 2,
                    "pad_launch_attempt_count_year": 2,
                    "agency_launch_attempt_count_year": 2,
                    "type": "normal"
                }
            }
        },
        {
            "id": 1459,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1459/?format=api",
            "attempt": true,
            "success": true,
            "description": "NS-5 has landed back on the landing pad.",
            "downrange_distance": 3.2,
            "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": 28,
                "name": "Corn Ranch, West Texas",
                "abbrev": "CR",
                "description": "Blue Origin launch and landing facility located in West Texas",
                "location": {
                    "id": 29,
                    "url": "https://lldev.thespacedevs.com/2.2.0/location/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "country_code": "USA",
                    "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 32,
                    "total_landing_count": 32
                },
                "successful_landings": 35
            },
            "firststage": {
                "id": 600,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 187,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/187/?format=api",
                    "details": "5th New Shepard booster.",
                    "flight_proven": true,
                    "serial_number": "NS-5",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns-5_on_the_lau_image_20250204174818.jpg",
                    "successful_landings": 3,
                    "attempted_landings": 3,
                    "flights": 3,
                    "last_launch_date": "2025-04-14T13:30:00Z",
                    "first_launch_date": "2024-10-23T15:27:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1584,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1584/?format=api",
            "attempt": true,
            "success": true,
            "description": "The New Shepard booster NS-5 has landed back on the landing pad.",
            "downrange_distance": 3.2,
            "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": 11,
                "name": "Corn Ranch Landing Pad, West Texas",
                "abbrev": "CR",
                "description": "New Shepard landing site.",
                "location": {
                    "id": 29,
                    "url": "https://lldev.thespacedevs.com/2.2.0/location/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "country_code": "USA",
                    "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 32,
                    "total_landing_count": 32
                },
                "successful_landings": 27
            },
            "firststage": {
                "id": 708,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 3,
                "launcher": {
                    "id": 187,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/187/?format=api",
                    "details": "5th New Shepard booster.",
                    "flight_proven": true,
                    "serial_number": "NS-5",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns-5_on_the_lau_image_20250204174818.jpg",
                    "successful_landings": 3,
                    "attempted_landings": 3,
                    "flights": 3,
                    "last_launch_date": "2025-04-14T13:30:00Z",
                    "first_launch_date": "2024-10-23T15:27:00Z"
                },
                "previous_flight_date": "2025-02-04T16:00:00Z",
                "turn_around_time_days": 68,
                "previous_flight": {
                    "id": "ccd1a7bc-8506-40c3-8967-9ce168084c2c",
                    "name": "New Shepard | NS-29"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1640,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1640/?format=api",
            "attempt": true,
            "success": null,
            "description": "The New Shepard booster NS-5 will land back on the landing pad.",
            "downrange_distance": 3.2,
            "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": 11,
                "name": "Corn Ranch Landing Pad, West Texas",
                "abbrev": "CR",
                "description": "New Shepard landing site.",
                "location": {
                    "id": 29,
                    "url": "https://lldev.thespacedevs.com/2.2.0/location/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "country_code": "USA",
                    "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 32,
                    "total_landing_count": 32
                },
                "successful_landings": 27
            },
            "firststage": {
                "id": 758,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 4,
                "launcher": {
                    "id": 187,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/187/?format=api",
                    "details": "5th New Shepard booster.",
                    "flight_proven": true,
                    "serial_number": "NS-5",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns-5_on_the_lau_image_20250204174818.jpg",
                    "successful_landings": 3,
                    "attempted_landings": 3,
                    "flights": 3,
                    "last_launch_date": "2025-04-14T13:30:00Z",
                    "first_launch_date": "2024-10-23T15:27:00Z"
                },
                "previous_flight_date": "2025-04-14T13:30:00Z",
                "turn_around_time_days": 76,
                "previous_flight": {
                    "id": "08433f85-5ba3-470d-95ed-167e615e9e9a",
                    "name": "New Shepard | NS-31"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1484,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1484/?format=api",
            "attempt": true,
            "success": true,
            "description": "New Shepard booster NS-4 has landed back on the landing pad.",
            "downrange_distance": 3.2,
            "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": 28,
                "name": "Corn Ranch, West Texas",
                "abbrev": "CR",
                "description": "Blue Origin launch and landing facility located in West Texas",
                "location": {
                    "id": 29,
                    "url": "https://lldev.thespacedevs.com/2.2.0/location/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "country_code": "USA",
                    "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 32,
                    "total_landing_count": 32
                },
                "successful_landings": 35
            },
            "firststage": {
                "id": 620,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 12,
                "launcher": {
                    "id": 90,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/90/?format=api",
                    "details": "New Shepard vehicle #4 is the fourth flight vehicle of the New Shepard suborbital rocket. It was used for Blue Origin's first crewed launches.",
                    "flight_proven": true,
                    "serial_number": "NS-4",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/90_image_20210412202510.jpeg",
                    "successful_landings": 14,
                    "attempted_landings": 14,
                    "flights": 14,
                    "last_launch_date": "2025-05-31T13:39:11Z",
                    "first_launch_date": "2021-01-14T17:19:00Z"
                },
                "previous_flight_date": "2024-08-29T13:07:03Z",
                "turn_around_time_days": 85,
                "previous_flight": {
                    "id": "cd042f6b-1b91-4783-b953-79a4a572219d",
                    "name": "New Shepard | NS-26"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1626,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1626/?format=api",
            "attempt": true,
            "success": true,
            "description": "The New Shepard booster NS-4 has landed back on the landing pad.",
            "downrange_distance": 3.2,
            "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": 11,
                "name": "Corn Ranch Landing Pad, West Texas",
                "abbrev": "CR",
                "description": "New Shepard landing site.",
                "location": {
                    "id": 29,
                    "url": "https://lldev.thespacedevs.com/2.2.0/location/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "country_code": "USA",
                    "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 32,
                    "total_landing_count": 32
                },
                "successful_landings": 27
            },
            "firststage": {
                "id": 745,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 14,
                "launcher": {
                    "id": 90,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/90/?format=api",
                    "details": "New Shepard vehicle #4 is the fourth flight vehicle of the New Shepard suborbital rocket. It was used for Blue Origin's first crewed launches.",
                    "flight_proven": true,
                    "serial_number": "NS-4",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/90_image_20210412202510.jpeg",
                    "successful_landings": 14,
                    "attempted_landings": 14,
                    "flights": 14,
                    "last_launch_date": "2025-05-31T13:39:11Z",
                    "first_launch_date": "2021-01-14T17:19:00Z"
                },
                "previous_flight_date": "2025-02-25T15:49:11Z",
                "turn_around_time_days": 94,
                "previous_flight": {
                    "id": "466c90a9-e52d-4116-b09f-e41284aacab7",
                    "name": "New Shepard | NS-30"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1524,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1524/?format=api",
            "attempt": true,
            "success": true,
            "description": "The New Shepard booster has landed back on the landing pad.",
            "downrange_distance": 3.2,
            "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": 11,
                "name": "Corn Ranch Landing Pad, West Texas",
                "abbrev": "CR",
                "description": "New Shepard landing site.",
                "location": {
                    "id": 29,
                    "url": "https://lldev.thespacedevs.com/2.2.0/location/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "country_code": "USA",
                    "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 32,
                    "total_landing_count": 32
                },
                "successful_landings": 27
            },
            "firststage": {
                "id": 653,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 2,
                "launcher": {
                    "id": 187,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/187/?format=api",
                    "details": "5th New Shepard booster.",
                    "flight_proven": true,
                    "serial_number": "NS-5",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ns-5_on_the_lau_image_20250204174818.jpg",
                    "successful_landings": 3,
                    "attempted_landings": 3,
                    "flights": 3,
                    "last_launch_date": "2025-04-14T13:30:00Z",
                    "first_launch_date": "2024-10-23T15:27:00Z"
                },
                "previous_flight_date": "2024-10-23T15:27:00Z",
                "turn_around_time_days": 104,
                "previous_flight": {
                    "id": "828095e3-1c38-4700-9dd2-a700162fbd15",
                    "name": "New Shepard | NS-27"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1574,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1574/?format=api",
            "attempt": true,
            "success": true,
            "description": "The New Shepard booster NS4 has landed back on the landing pad.",
            "downrange_distance": 3.2,
            "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": 11,
                "name": "Corn Ranch Landing Pad, West Texas",
                "abbrev": "CR",
                "description": "New Shepard landing site.",
                "location": {
                    "id": 29,
                    "url": "https://lldev.thespacedevs.com/2.2.0/location/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "country_code": "USA",
                    "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 32,
                    "total_landing_count": 32
                },
                "successful_landings": 27
            },
            "firststage": {
                "id": 702,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 13,
                "launcher": {
                    "id": 90,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/90/?format=api",
                    "details": "New Shepard vehicle #4 is the fourth flight vehicle of the New Shepard suborbital rocket. It was used for Blue Origin's first crewed launches.",
                    "flight_proven": true,
                    "serial_number": "NS-4",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/90_image_20210412202510.jpeg",
                    "successful_landings": 14,
                    "attempted_landings": 14,
                    "flights": 14,
                    "last_launch_date": "2025-05-31T13:39:11Z",
                    "first_launch_date": "2021-01-14T17:19:00Z"
                },
                "previous_flight_date": "2024-11-22T15:30:00Z",
                "turn_around_time_days": 95,
                "previous_flight": {
                    "id": "1631e31c-70cc-42b5-9737-31e5f243a563",
                    "name": "New Shepard | NS-28"
                }
            },
            "spacecraftflight": null
        }
    ]
}