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=170&ordering=-id
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=180&ordering=-id",
    "previous": "https://lldev.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=160&ordering=-id",
    "results": [
        {
            "id": 1388,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1388/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Superheavy booster No. 12 has successfully returned to the launch site at Starbase.",
            "downrange_distance": 0.0,
            "landing_type": {
                "id": 2,
                "name": "Return to Launch Site",
                "abbrev": "RTLS",
                "description": "A return to launch site usually means that after stage separation the booster flips and does a burn back towards the launch site, landing near where it initially launched from."
            },
            "landing_location": {
                "id": 39,
                "name": "Orbital Launch Mount A",
                "abbrev": "OLM-A",
                "description": "",
                "location": {
                    "id": 143,
                    "url": "https://lldev.thespacedevs.com/2.2.0/location/143/?format=api",
                    "name": "SpaceX Starbase, TX, USA",
                    "country_code": "USA",
                    "description": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 18,
                    "total_landing_count": 13
                },
                "successful_landings": 3
            },
            "firststage": {
                "id": 546,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 150,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/150/?format=api",
                    "details": "Super Heavy booster used for the fifth Starship integrated flight test.\r\n\r\nFirst Super Heavy sucessfully caught.",
                    "flight_proven": true,
                    "serial_number": "Booster 12",
                    "status": "retired",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/booster_12_duri_image_20241013170813.jpg",
                    "successful_landings": 1,
                    "attempted_landings": 1,
                    "flights": 1,
                    "last_launch_date": "2024-10-13T12:25:00Z",
                    "first_launch_date": "2024-10-13T12:25:00Z"
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1387,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1387/?format=api",
            "attempt": true,
            "success": null,
            "description": "Splashdown off the coast of California",
            "downrange_distance": null,
            "landing_type": {
                "id": 4,
                "name": "Parachute Landing",
                "abbrev": "PCL",
                "description": "Unpowered landing using parachute(s)."
            },
            "landing_location": {
                "id": 18,
                "name": "Pacific Ocean",
                "abbrev": "PAC",
                "description": "Pacific Ocean",
                "location": null,
                "successful_landings": 47
            },
            "firststage": null,
            "spacecraftflight": {
                "id": 840,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/flight/840/?format=api",
                "mission_end": null,
                "destination": "International Space Station",
                "launch_crew": [
                    {
                        "id": 4926,
                        "role": {
                            "id": 1,
                            "role": "Commander",
                            "priority": 0
                        },
                        "astronaut": {
                            "id": 7,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/7/?format=api",
                            "name": "Anne McClain",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": true,
                            "time_in_space": "P302DT15H1M13S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1979-06-07",
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": "https://twitter.com/AstroAnnimal",
                            "instagram": null,
                            "bio": "Anne Charlotte McClain is a lieutenant colonel in the U.S. Army currently assigned to NASA Astronaut Group 21.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/anne2520mcclain_image_20181127210625.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Anne_McClain",
                            "last_flight": "2025-03-14T23:03:48Z",
                            "first_flight": "2018-12-03T11:31:52Z"
                        }
                    },
                    {
                        "id": 4927,
                        "role": {
                            "id": 2,
                            "role": "Pilot",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 706,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/706/?format=api",
                            "name": "Nichole Ayers",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": true,
                            "time_in_space": "P99DT2H42M4S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1989-01-01",
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": "https://twitter.com/Astro_Ayers",
                            "instagram": "https://www.instagram.com/astro_ayers",
                            "bio": "Nichole Ayers is a US Air Force major who graduated from the US Air Force Academy in Colorado Springs in 2011 with a bachelor’s degree in mathematics with a minor in Russian. She later earned a master’s degree in computational and applied mathematics from Rice University. Ayers is an experienced combat aviator with more than 200 combat hours and more than 1,150 hours of total flight time in the T-38 and the F-22 Raptor fighter jet. Ayers led the first ever all-woman formation of the aircraft in combat.\r\n\r\nExact date of birth unknown.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nichole_ayers_image_20211206185339.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Nichole_Ayers",
                            "last_flight": "2025-03-14T23:03:48Z",
                            "first_flight": "2025-03-14T23:03:48Z"
                        }
                    },
                    {
                        "id": 4929,
                        "role": {
                            "id": 7,
                            "role": "Mission Specialist",
                            "priority": 4
                        },
                        "astronaut": {
                            "id": 803,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/803/?format=api",
                            "name": "Kirill Peskov",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": true,
                            "time_in_space": "P99DT2H43M2S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 63,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            },
                            "date_of_birth": "1990-05-01",
                            "date_of_death": null,
                            "nationality": "Russian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Russian group 17 cosmonaut and former airline pilot.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kirill_peskov_d_image_20240802063311.jpg",
                            "wiki": null,
                            "last_flight": "2025-03-14T23:03:48Z",
                            "first_flight": "2025-03-14T23:03:48Z"
                        }
                    },
                    {
                        "id": 4928,
                        "role": {
                            "id": 7,
                            "role": "Mission Specialist",
                            "priority": 4
                        },
                        "astronaut": {
                            "id": 214,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/214/?format=api",
                            "name": "Takuya Onishi",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": true,
                            "time_in_space": "P214DT4H57M",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 37,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
                                "name": "Japan Aerospace Exploration Agency",
                                "type": "Government"
                            },
                            "date_of_birth": "1975-12-22",
                            "date_of_death": null,
                            "nationality": "Japanese",
                            "twitter": "https://twitter.com/Astro_Onishi",
                            "instagram": null,
                            "bio": "Takuya Onishi (大西 卓哉 Ōnishi Takuya, born 1975) is a Japanese astronaut selected for the Japan Aerospace Exploration Agency (JAXA) in 2009.[1] He spent four months onboard the International Space Station in 2016.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/takuya2520onishi_image_20181201184314.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Takuya_Onishi",
                            "last_flight": "2025-03-14T23:03:48Z",
                            "first_flight": "2016-07-07T01:36:40Z"
                        }
                    }
                ],
                "onboard_crew": [],
                "landing_crew": [
                    {
                        "id": 4930,
                        "role": {
                            "id": 1,
                            "role": "Commander",
                            "priority": 0
                        },
                        "astronaut": {
                            "id": 7,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/7/?format=api",
                            "name": "Anne McClain",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": true,
                            "time_in_space": "P302DT15H1M13S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1979-06-07",
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": "https://twitter.com/AstroAnnimal",
                            "instagram": null,
                            "bio": "Anne Charlotte McClain is a lieutenant colonel in the U.S. Army currently assigned to NASA Astronaut Group 21.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/anne2520mcclain_image_20181127210625.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Anne_McClain",
                            "last_flight": "2025-03-14T23:03:48Z",
                            "first_flight": "2018-12-03T11:31:52Z"
                        }
                    },
                    {
                        "id": 4931,
                        "role": {
                            "id": 2,
                            "role": "Pilot",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 706,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/706/?format=api",
                            "name": "Nichole Ayers",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": true,
                            "time_in_space": "P99DT2H42M4S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 44,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1989-01-01",
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": "https://twitter.com/Astro_Ayers",
                            "instagram": "https://www.instagram.com/astro_ayers",
                            "bio": "Nichole Ayers is a US Air Force major who graduated from the US Air Force Academy in Colorado Springs in 2011 with a bachelor’s degree in mathematics with a minor in Russian. She later earned a master’s degree in computational and applied mathematics from Rice University. Ayers is an experienced combat aviator with more than 200 combat hours and more than 1,150 hours of total flight time in the T-38 and the F-22 Raptor fighter jet. Ayers led the first ever all-woman formation of the aircraft in combat.\r\n\r\nExact date of birth unknown.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nichole_ayers_image_20211206185339.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Nichole_Ayers",
                            "last_flight": "2025-03-14T23:03:48Z",
                            "first_flight": "2025-03-14T23:03:48Z"
                        }
                    },
                    {
                        "id": 4933,
                        "role": {
                            "id": 7,
                            "role": "Mission Specialist",
                            "priority": 4
                        },
                        "astronaut": {
                            "id": 803,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/803/?format=api",
                            "name": "Kirill Peskov",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": true,
                            "time_in_space": "P99DT2H43M2S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 63,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            },
                            "date_of_birth": "1990-05-01",
                            "date_of_death": null,
                            "nationality": "Russian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Russian group 17 cosmonaut and former airline pilot.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kirill_peskov_d_image_20240802063311.jpg",
                            "wiki": null,
                            "last_flight": "2025-03-14T23:03:48Z",
                            "first_flight": "2025-03-14T23:03:48Z"
                        }
                    },
                    {
                        "id": 4932,
                        "role": {
                            "id": 7,
                            "role": "Mission Specialist",
                            "priority": 4
                        },
                        "astronaut": {
                            "id": 214,
                            "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/214/?format=api",
                            "name": "Takuya Onishi",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": true,
                            "time_in_space": "P214DT4H57M",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 37,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
                                "name": "Japan Aerospace Exploration Agency",
                                "type": "Government"
                            },
                            "date_of_birth": "1975-12-22",
                            "date_of_death": null,
                            "nationality": "Japanese",
                            "twitter": "https://twitter.com/Astro_Onishi",
                            "instagram": null,
                            "bio": "Takuya Onishi (大西 卓哉 Ōnishi Takuya, born 1975) is a Japanese astronaut selected for the Japan Aerospace Exploration Agency (JAXA) in 2009.[1] He spent four months onboard the International Space Station in 2016.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/takuya2520onishi_image_20181201184314.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Takuya_Onishi",
                            "last_flight": "2025-03-14T23:03:48Z",
                            "first_flight": "2016-07-07T01:36:40Z"
                        }
                    }
                ],
                "spacecraft": {
                    "id": 542,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/542/?format=api",
                    "name": "Crew Dragon Endurance",
                    "serial_number": "C210",
                    "is_placeholder": false,
                    "in_space": true,
                    "time_in_space": "P631DT17H47M5S",
                    "time_docked": "P624DT15H9M14S",
                    "flights_count": 4,
                    "mission_ends_count": 3,
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "Crew Dragon spacecraft used for the Crew-3 mission to the International Space Station.",
                    "spacecraft_config": {
                        "id": 6,
                        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/6/?format=api",
                        "name": "Crew Dragon 2",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg"
                    }
                },
                "launch": {
                    "id": "fb39ac94-5e74-4ee9-afc5-df19c4132b28",
                    "url": "https://lldev.thespacedevs.com/2.2.0/launch/fb39ac94-5e74-4ee9-afc5-df19c4132b28/?format=api",
                    "slug": "falcon-9-block-5-crew-10",
                    "name": "Falcon 9 Block 5 | Crew-10",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2025-03-16T02:08:38Z",
                    "net": "2025-03-14T23:03:48Z",
                    "window_end": "2025-03-14T23:03:48Z",
                    "window_start": "2025-03-14T23:03:48Z",
                    "net_precision": {
                        "id": 0,
                        "name": "Second",
                        "abbrev": "SEC",
                        "description": "The T-0 is accurate to the second."
                    },
                    "probability": 99,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 121,
                        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 7597,
                        "configuration": {
                            "id": 164,
                            "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                            "name": "Falcon 9",
                            "family": "Falcon",
                            "full_name": "Falcon 9 Block 5",
                            "variant": "Block 5"
                        }
                    },
                    "mission": {
                        "id": 6040,
                        "name": "Crew-10",
                        "description": "SpaceX Crew-10 is the tenth crewed operational flight of a Crew Dragon spacecraft to the International Space Station as part of NASA's Commercial Crew Program.",
                        "launch_designator": null,
                        "type": "Human Exploration",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [
                            {
                                "id": 37,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
                                "name": "Japan Aerospace Exploration Agency",
                                "featured": true,
                                "type": "Government",
                                "country_code": "JPN",
                                "abbrev": "JAXA",
                                "description": "The Japan Aerospace Exploration Agency (JAXA) is Japan's national aero-space agency. Through the merger of three previously independent organizations, JAXA was formed on 1 October 2003. JAXA is responsible for research, technology development and the launch of satellites into orbit, and is involved in many more advanced missions, such as asteroid exploration and possible manned exploration of the Moon. JAXA launch their Epsilon vehicle from the Uchinoura Space Center and their H-II vehicles from the Tanegashima Space Center.",
                                "administrator": "Administrator: Hiroshi Yamakawa",
                                "founding_year": "2003",
                                "launchers": "H-II",
                                "spacecraft": "",
                                "launch_library_url": null,
                                "total_launch_count": 36,
                                "consecutive_successful_launches": 1,
                                "successful_launches": 32,
                                "failed_launches": 4,
                                "pending_launches": 4,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "info_url": "https://www.jaxa.jp/",
                                "wiki_url": "https://en.wikipedia.org/wiki/Japan_Aerospace_Exploration_Agency",
                                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_logo_20190207032440.png",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg",
                                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_nation_20230531052930.png"
                            },
                            {
                                "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"
                            },
                            {
                                "id": 63,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "featured": true,
                                "type": "Government",
                                "country_code": "RUS",
                                "abbrev": "RFSA",
                                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                                "administrator": "Administrator: Yuri Borisov",
                                "founding_year": "1992",
                                "launchers": "Soyuz",
                                "spacecraft": "Soyuz",
                                "launch_library_url": null,
                                "total_launch_count": 331,
                                "consecutive_successful_launches": 55,
                                "successful_launches": 320,
                                "failed_launches": 11,
                                "pending_launches": 5,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "info_url": "https://en.roscosmos.ru/",
                                "wiki_url": "https://en.wikipedia.org/wiki/Russian_Federal_Space_Agency",
                                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_nation_20230531052758.jpg"
                            }
                        ],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 87,
                        "url": "https://lldev.thespacedevs.com/2.2.0/pad/87/?format=api",
                        "agency_id": 121,
                        "name": "Launch Complex 39A",
                        "description": "",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                        "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                        "latitude": "28.60822681",
                        "longitude": "-80.60428186",
                        "location": {
                            "id": 27,
                            "url": "https://lldev.thespacedevs.com/2.2.0/location/27/?format=api",
                            "name": "Kennedy Space Center, FL, USA",
                            "country_code": "USA",
                            "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                            "timezone_name": "America/New_York",
                            "total_launch_count": 266,
                            "total_landing_count": 0
                        },
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
                        "total_launch_count": 208,
                        "orbital_launch_attempt_count": 207
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20220301072106.jpeg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 5,
                            "url": "https://lldev.thespacedevs.com/2.2.0/program/5/?format=api",
                            "name": "Commercial Crew Program",
                            "description": "The Commercial Crew Program (CCP) is a human spaceflight program operated by NASA, in association with American aerospace manufacturers Boeing and SpaceX. The program conducts rotations between the expeditions of the International Space Station program, transporting crews to and from the International Space Station (ISS) aboard Boeing Starliner and SpaceX Crew Dragon capsules, in the first crewed orbital spaceflights operated by private companies.",
                            "agencies": [
                                {
                                    "id": 80,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/80/?format=api",
                                    "name": "Boeing",
                                    "type": "Commercial"
                                },
                                {
                                    "id": 44,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "id": 121,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                                    "name": "SpaceX",
                                    "type": "Commercial"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20200820201209.png",
                            "start_date": "2011-04-18T00:00:00Z",
                            "end_date": null,
                            "info_url": "https://www.nasa.gov/exploration/commercial/crew/index.html",
                            "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Crew_Program",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        },
                        {
                            "id": 17,
                            "url": "https://lldev.thespacedevs.com/2.2.0/program/17/?format=api",
                            "name": "International Space Station",
                            "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                            "agencies": [
                                {
                                    "id": 16,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/16/?format=api",
                                    "name": "Canadian Space Agency",
                                    "type": "Government"
                                },
                                {
                                    "id": 27,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
                                    "name": "European Space Agency",
                                    "type": "Multinational"
                                },
                                {
                                    "id": 37,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
                                    "name": "Japan Aerospace Exploration Agency",
                                    "type": "Government"
                                },
                                {
                                    "id": 44,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "id": 63,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                            "start_date": "1998-11-20T06:40:00Z",
                            "end_date": null,
                            "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                            "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 6899,
                    "location_launch_attempt_count": 259,
                    "pad_launch_attempt_count": 201,
                    "agency_launch_attempt_count": 480,
                    "orbital_launch_attempt_count_year": 50,
                    "location_launch_attempt_count_year": 7,
                    "pad_launch_attempt_count_year": 7,
                    "agency_launch_attempt_count_year": 31,
                    "type": "normal"
                }
            }
        },
        {
            "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": 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": 1384,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1384/?format=api",
            "attempt": true,
            "success": true,
            "description": "New Shepard has landed on Corn Ranch Landing Pad after this flight.",
            "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": 550,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 11,
                "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-05-19T14:35:09Z",
                "turn_around_time_days": 101,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1383,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1383/?format=api",
            "attempt": true,
            "success": true,
            "description": "B1076 has landed back at the launch site after this 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": 396,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 16,
                "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-07-08T23:30:00Z",
                "turn_around_time_days": 37,
                "previous_flight": {
                    "id": "ae5db3d2-1162-41b3-8f19-697150f483a3",
                    "name": "Falcon 9 Block 5 | Türksat 6A"
                }
            },
            "spacecraftflight": null
        },
        {
            "id": 1382,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1382/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1076 has landed on ASDS JRTI after its 15th flight.",
            "downrange_distance": 660.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": 403,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 15,
                "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-06-01T02:37:00Z",
                "turn_around_time_days": 37,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1381,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1381/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1081 has landed on ASDS OCISLY after its 8th flight.",
            "downrange_distance": 637.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": 547,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 8,
                "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-05-28T22:20:10Z",
                "turn_around_time_days": 31,
                "previous_flight": null
            },
            "spacecraftflight": null
        },
        {
            "id": 1374,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1374/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Dragon spacecraft successfully splashed down in the Gulf of Mexico.",
            "downrange_distance": null,
            "landing_type": {
                "id": 4,
                "name": "Parachute Landing",
                "abbrev": "PCL",
                "description": "Unpowered landing using parachute(s)."
            },
            "landing_location": {
                "id": 16,
                "name": "Gulf of Mexico",
                "abbrev": "GOM",
                "description": "Gulf of Mexico",
                "location": null,
                "successful_landings": 16
            },
            "firststage": null,
            "spacecraftflight": {
                "id": 837,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/flight/837/?format=api",
                "mission_end": "2024-12-17T18:39:00Z",
                "destination": "International Space Station",
                "launch_crew": [],
                "onboard_crew": [],
                "landing_crew": [],
                "spacecraft": {
                    "id": 449,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/449/?format=api",
                    "name": "Cargo Dragon C208",
                    "serial_number": "C208",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P175DT13H52M12S",
                    "time_docked": "P165DT1H39M49S",
                    "flights_count": 5,
                    "mission_ends_count": 5,
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "C208 is the first Cargo Dragon 2 and was launched as part of the CRS-21 mission.",
                    "spacecraft_config": {
                        "id": 7,
                        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/7/?format=api",
                        "name": "Cargo Dragon 2",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.jpeg"
                    }
                },
                "launch": {
                    "id": "f97bce95-052e-4fa9-80e8-dbedf16bc516",
                    "url": "https://lldev.thespacedevs.com/2.2.0/launch/f97bce95-052e-4fa9-80e8-dbedf16bc516/?format=api",
                    "slug": "falcon-9-block-5-dragon-crs-2-spx-31",
                    "name": "Falcon 9 Block 5 | Dragon CRS-2 SpX-31",
                    "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-10T08:46:55Z",
                    "net": "2024-11-05T02:29:31Z",
                    "window_end": "2024-11-05T02:29:31Z",
                    "window_start": "2024-11-05T02:29:31Z",
                    "net_precision": {
                        "id": 0,
                        "name": "Second",
                        "abbrev": "SEC",
                        "description": "The T-0 is accurate to the second."
                    },
                    "probability": 70,
                    "weather_concerns": "Cumulus Cloud Rule, Liftoff Winds, Flight Through Precipitation",
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 121,
                        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 7744,
                        "configuration": {
                            "id": 164,
                            "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                            "name": "Falcon 9",
                            "family": "Falcon",
                            "full_name": "Falcon 9 Block 5",
                            "variant": "Block 5"
                        }
                    },
                    "mission": {
                        "id": 6262,
                        "name": "Dragon CRS-2 SpX-31",
                        "description": "31st commercial resupply services mission to the International Space Station operated by SpaceX. The flight will be conducted under the second Commercial Resupply Services contract with NASA.\r\n\r\nCargo Dragon 2 brings supplies and payloads, including critical materials to directly support science and research investigations that occur onboard the orbiting laboratory.",
                        "launch_designator": null,
                        "type": "Resupply",
                        "orbit": {
                            "id": 8,
                            "name": "Low Earth Orbit",
                            "abbrev": "LEO"
                        },
                        "agencies": [
                            {
                                "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": 87,
                        "url": "https://lldev.thespacedevs.com/2.2.0/pad/87/?format=api",
                        "agency_id": 121,
                        "name": "Launch Complex 39A",
                        "description": "",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                        "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                        "latitude": "28.60822681",
                        "longitude": "-80.60428186",
                        "location": {
                            "id": 27,
                            "url": "https://lldev.thespacedevs.com/2.2.0/location/27/?format=api",
                            "name": "Kennedy Space Center, FL, USA",
                            "country_code": "USA",
                            "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                            "timezone_name": "America/New_York",
                            "total_launch_count": 266,
                            "total_landing_count": 0
                        },
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
                        "total_launch_count": 208,
                        "orbital_launch_attempt_count": 207
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_liftof_image_20241110084653.jpg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 11,
                            "url": "https://lldev.thespacedevs.com/2.2.0/program/11/?format=api",
                            "name": "Commercial Resupply Services",
                            "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
                            "agencies": [
                                {
                                    "id": 44,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "id": 257,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/257/?format=api",
                                    "name": "Northrop Grumman Space Systems",
                                    "type": "Commercial"
                                },
                                {
                                    "id": 1020,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1020/?format=api",
                                    "name": "Sierra Nevada Corporation",
                                    "type": "Commercial"
                                },
                                {
                                    "id": 121,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                                    "name": "SpaceX",
                                    "type": "Commercial"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20201129212219.png",
                            "start_date": "2008-12-23T00:00:00Z",
                            "end_date": null,
                            "info_url": null,
                            "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        },
                        {
                            "id": 17,
                            "url": "https://lldev.thespacedevs.com/2.2.0/program/17/?format=api",
                            "name": "International Space Station",
                            "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                            "agencies": [
                                {
                                    "id": 16,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/16/?format=api",
                                    "name": "Canadian Space Agency",
                                    "type": "Government"
                                },
                                {
                                    "id": 27,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
                                    "name": "European Space Agency",
                                    "type": "Multinational"
                                },
                                {
                                    "id": 37,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
                                    "name": "Japan Aerospace Exploration Agency",
                                    "type": "Government"
                                },
                                {
                                    "id": 44,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "id": 63,
                                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                            "start_date": "1998-11-20T06:40:00Z",
                            "end_date": null,
                            "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                            "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 6793,
                    "location_launch_attempt_count": 245,
                    "pad_launch_attempt_count": 187,
                    "agency_launch_attempt_count": 420,
                    "orbital_launch_attempt_count_year": 204,
                    "location_launch_attempt_count_year": 19,
                    "pad_launch_attempt_count_year": 19,
                    "agency_launch_attempt_count_year": 109,
                    "type": "normal"
                }
            }
        },
        {
            "id": 1361,
            "url": "https://lldev.thespacedevs.com/2.2.0/landings/1361/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Falcon 9 first stage B1083 has landed on ASDS JRTI after its 4th flight.",
            "downrange_distance": 575.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": 392,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 4,
                "launcher": {
                    "id": 126,
                    "url": "https://lldev.thespacedevs.com/2.2.0/launcher/126/?format=api",
                    "details": "Booster first flown during the Crew-8 mission.",
                    "flight_proven": true,
                    "serial_number": "B1083",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/126_image_20240304081131.jpeg",
                    "successful_landings": 12,
                    "attempted_landings": 12,
                    "flights": 12,
                    "last_launch_date": "2025-06-10T13:05:40Z",
                    "first_launch_date": "2024-03-04T03:53:38Z"
                },
                "previous_flight_date": "2024-05-08T18:42:00Z",
                "turn_around_time_days": 124,
                "previous_flight": null
            },
            "spacecraftflight": null
        }
    ]
}