API endpoint that allows Astronaut to be viewed.

GET: Return a list of all the existing astronauts.

MODE: Normal, List, LaunchList and Detailed /2.2.0/astronaut/?mode=detailed

FILTERS: Parameters - 'name', 'status', 'nationality', 'agency__name', 'agency__abbrev', 'date_of_birth', 'date_of_death', 'status_ids', 'is_human', 'type__id', 'has_flown', 'in_space' Example - /2.2.0/astronaut/?nationality=American

SEARCH EXAMPLE: /2.2.0/astronaut/?search=armstrong Searches through name, nationality and agency name

ORDERING: Fields - 'name', 'status', 'date_of_birth' Example - /2.2.0/astronaut/?order=name

GET /2.2.0/astronaut/?format=api&offset=90&ordering=-time_in_space
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 784,
    "next": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=100&ordering=-time_in_space",
    "previous": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=80&ordering=-time_in_space",
    "results": [
        {
            "id": 646,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/646/?format=api",
            "name": "Ivan Vagner",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": true,
            "time_in_space": "P246DT4H17M22S",
            "eva_time": "P0D",
            "age": 39,
            "date_of_birth": "1985-07-10",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Ivan Viktorovitch Vagner is a Russian Engineer and Cosmonaut who was selected in October 2010. He graduated from the Baltic State Technical University in 2008, before working as an engineer for RKK Energia.",
            "twitter": "https://twitter.com/ivan_mks63",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Ivan_Vagner",
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "featured": true,
                "type": "Government",
                "country_code": "RUS",
                "abbrev": "RFSA",
                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                "administrator": "Administrator: Yuri Borisov",
                "founding_year": "1992",
                "launchers": "Soyuz",
                "spacecraft": "Soyuz",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ivan_vagner_image_20200225164902.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191136.jpeg",
            "flights_count": 2,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "2024-09-11T16:23:12Z",
            "first_flight": "2020-04-09T08:05:06Z"
        },
        {
            "id": 92,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/92/?format=api",
            "name": "Vladimir Dezhurov",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P244DT5H29M12S",
            "eva_time": "P1DT13H35M13S",
            "age": 62,
            "date_of_birth": "1962-07-30",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Vladimir Nikolayevich Dezhurov (Russian: Влади́мир Никола́евич Дежу́ров; born July 30, 1962) is a former cosmonaut who resides in Star City, Moscow. He is a veteran of two spaceflights, to the Mir and International Space Stations. During his career, Dezhurov also conducted nine spacewalks before his retirement on July 12, 2004.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Vladimir_Dezhurov",
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "featured": true,
                "type": "Government",
                "country_code": "RUS",
                "abbrev": "RFSA",
                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                "administrator": "Administrator: Yuri Borisov",
                "founding_year": "1992",
                "launchers": "Soyuz",
                "spacecraft": "Soyuz",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vladimir2520dezhurov_image_20181128225249.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185640.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 9,
            "last_flight": "2001-08-10T21:10:14Z",
            "first_flight": "1995-03-14T06:11:34Z"
        },
        {
            "id": 549,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/549/?format=api",
            "name": "Timothy Kopra",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P244DT1H1M41S",
            "eva_time": "PT12H31M",
            "age": 61,
            "date_of_birth": "1963-04-09",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Timothy Lennart \"Tim\" Kopra is an engineer, a Colonel in the United States Army and a retired NASA astronaut. He served aboard the International Space Station as a flight engineer for Expedition 20, returning to Earth aboard Space Shuttle Discovery on the STS-128 mission on September 11, 2009. He returned to the ISS for the second time in December 2015, as part of Expedition 46 and as the Commander of 47.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Timothy_Kopra",
            "agency": {
                "id": 44,
                "url": "https://ll.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": "Administrator: Bill Nelson",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/timothy_kopra_image_20220911033908.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190242.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 3,
            "last_flight": "2015-12-15T11:03:09Z",
            "first_flight": "2009-07-15T22:03:10Z"
        },
        {
            "id": 63,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/63/?format=api",
            "name": "Oleg Atkov",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P236DT22H49M34S",
            "eva_time": "P0D",
            "age": 75,
            "date_of_birth": "1949-05-09",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Oleg Yur'yevich At'kov (Russian: Оле́г Ю́рьевич Атько́в; born 9 May 1949) is a Russian cardiologist and former Soviet cosmonaut. With a doctorate from the Russian Academy of Medical Science, Atkov was chosen to be the health specialist on board Soyuz T-10 and Soyuz T-11.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Oleg_Atkov",
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "featured": true,
                "type": "Government",
                "country_code": "RUS",
                "abbrev": "RFSA",
                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                "administrator": "Administrator: Yuri Borisov",
                "founding_year": "1992",
                "launchers": "Soyuz",
                "spacecraft": "Soyuz",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/oleg2520atkov_image_20181128220507.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190638.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1984-02-08T12:07:26Z",
            "first_flight": "1984-02-08T12:07:26Z"
        },
        {
            "id": 9,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/9/?format=api",
            "name": "Nick Hague",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": true,
            "time_in_space": "P236DT29M6S",
            "eva_time": "PT19H56M",
            "age": 49,
            "date_of_birth": "1975-09-24",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Tyler Nicklaus Hague is an American Flight Test Engineer and a NASA astronaut of the class of 2013.\r\nSelected to be a flight engineer of Expedition 57 / 58 to the International Space Station, he launched on board Soyuz MS-10, which aborted shortly after launch on October 11, 2018.",
            "twitter": "https://twitter.com/AstroHague",
            "instagram": "https://www.instagram.com/astrohague/",
            "wiki": "https://en.wikipedia.org/wiki/Nick_Hague",
            "agency": {
                "id": 44,
                "url": "https://ll.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": "Administrator: Bill Nelson",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nick_hague_image_20220911034312.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190648.jpeg",
            "flights_count": 3,
            "landings_count": 2,
            "spacewalks_count": 3,
            "last_flight": "2024-09-28T17:17:21Z",
            "first_flight": "2018-10-11T08:40:15Z"
        },
        {
            "id": 755,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/755/?format=api",
            "name": "Alexander Grebenkin",
            "status": {
                "id": 3,
                "name": "In-Training"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P235DT3H35M24S",
            "eva_time": "P0D",
            "age": 42,
            "date_of_birth": "1982-07-15",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Alexander Grebenkin is a Russian cosmonaut with a background in radio communications engineering.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "featured": true,
                "type": "Government",
                "country_code": "RUS",
                "abbrev": "RFSA",
                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                "administrator": "Administrator: Yuri Borisov",
                "founding_year": "1992",
                "launchers": "Soyuz",
                "spacecraft": "Soyuz",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/alexander_grebe_image_20230304134134.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190048.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "2024-03-04T03:53:38Z",
            "first_flight": "2024-03-04T03:53:38Z"
        },
        {
            "id": 577,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/577/?format=api",
            "name": "Matthew Dominick",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P235DT3H35M24S",
            "eva_time": "P0D",
            "age": 42,
            "date_of_birth": "1981-12-07",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Matthew Stuart Dominick is a US Navy test pilot and a NASA astronaut of the class of 2017. He has more than 1,600 hours of flight time in 28 aircraft, 400 carrier-arrested landings, 61 combat missions, and almost 200 flight test carrier landings.",
            "twitter": null,
            "instagram": "https://www.instagram.com/matthew.dominick/",
            "wiki": "https://en.wikipedia.org/wiki/Matthew_Dominick",
            "agency": {
                "id": 44,
                "url": "https://ll.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": "Administrator: Bill Nelson",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/matthew2520dominick_image_20200110160726.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190121.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "2024-03-04T03:53:38Z",
            "first_flight": "2024-03-04T03:53:38Z"
        },
        {
            "id": 562,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/562/?format=api",
            "name": "Jeanette J. Epps",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P235DT3H35M24S",
            "eva_time": "P0D",
            "age": 53,
            "date_of_birth": "1970-11-03",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Jeanette Jo Epps is an American aerospace engineer and NASA astronaut.",
            "twitter": "https://twitter.com/Astro_Jeanette",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Jeanette_J._Epps",
            "agency": {
                "id": 44,
                "url": "https://ll.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": "Administrator: Bill Nelson",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jeanette_j._epp_image_20220911034355.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191122.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "2024-03-04T03:53:38Z",
            "first_flight": "2024-03-04T03:53:38Z"
        },
        {
            "id": 438,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/438/?format=api",
            "name": "Carl E. Walz",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P230DT13H3M33S",
            "eva_time": "PT18H55M",
            "age": 69,
            "date_of_birth": "1955-09-06",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Carl Erwin Walz is a former NASA astronaut currently working for Orbital Sciences Corporation's Advanced Programs Group as Vice President for Human Space Flight Operations. Walz was formerly assigned to the Exploration Systems Mission Directorate at NASA Headquarters in Washington, DC. He was the Acting Director for the Advanced Capabilities Division in the Exploration Systems Mission Directorate, and was responsible for a broad range of activities to include Human Research, Technology Development, Nuclear Power and Propulsion and the Lunar Robotic Exploration Programs to support the Vision for Space Exploration.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Carl_E._Walz",
            "agency": {
                "id": 44,
                "url": "https://ll.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": "Administrator: Bill Nelson",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/carl_e._walz_image_20220911033826.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190014.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 3,
            "last_flight": "2001-12-05T22:19:28Z",
            "first_flight": "1993-09-12T11:45:00Z"
        },
        {
            "id": 429,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/429/?format=api",
            "name": "Leroy Chiao",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P229DT8H39M14S",
            "eva_time": "P1DT12H8M",
            "age": 64,
            "date_of_birth": "1960-08-28",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Leroy Chiao is a Chinese-American engineer, former NASA astronaut, entrepreneur, motivational speaker, and engineering consultant. Chiao flew on three Space Shuttle flights, and was the commander of Expedition 10, where he lived on board the International Space Station from October 13, 2004 to April 24, 2005. He is also a co-author and researcher for the Advanced Diagnostic Ultrasound in Microgravity project.",
            "twitter": "https://twitter.com/AstroDude",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Leroy_Chiao",
            "agency": {
                "id": 44,
                "url": "https://ll.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": "Administrator: Bill Nelson",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/leroy_chiao_image_20220911034040.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185358.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 6,
            "last_flight": "2004-10-14T03:06:26Z",
            "first_flight": "1994-07-08T16:43:01Z"
        }
    ]
}