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=260&ordering=-status
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=270&ordering=-status",
    "previous": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=250&ordering=-status",
    "results": [
        {
            "id": 361,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/361/?format=api",
            "name": "Kathryn D. Sullivan",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P22DT4H47M30S",
            "eva_time": "PT3H27M",
            "age": 73,
            "date_of_birth": "1951-10-03",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Kathryn Dwyer Sullivan is an American geologist and a former NASA astronaut. A crew member on three Space Shuttle missions, she was the first American woman to walk in space on October 11, 1984. She was Under Secretary of Commerce for Oceans and Atmosphere and Administrator of the National Oceanic and Atmospheric Administration after being confirmed by the U.S. Senate on March 6, 2014. Sullivan's tenure ended on January 20, 2017 with the swearing in of President Donald Trump. Following completion of her service at NOAA, she was designated as the 2017 Charles A. Lindbergh Chair of Aerospace History at the Smithsonian Institution’s National Air and Space Museum, and has also served as a Senior Fellow at the Potomac Institute for Policy Studies.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Kathryn_D._Sullivan",
            "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/kathryn_d._sull_image_20220911033537.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190301.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 1,
            "last_flight": "1992-03-24T13:13:39Z",
            "first_flight": "1984-10-05T11:03:00Z"
        },
        {
            "id": 98,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/98/?format=api",
            "name": "Reinhold Ewald",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P19DT16H34M30S",
            "eva_time": "P0D",
            "age": 67,
            "date_of_birth": "1956-12-18",
            "date_of_death": null,
            "nationality": "German",
            "bio": "Dr. Reinhold Ewald (born December 18, 1956) is a German physicist and ESA astronaut.\r\n\r\nIn 1990, he was selected to the German astronaut team, training for the Mir '92 mission. He was the backup of Klaus-Dietrich Flade for the Soyuz TM-14 mission. In 1995 he began training for the second German Mir mission. In February 1997 he flew to the space station Mir with Soyuz TM-25, spending 20 days in space. He performed experiments in biomedical and material sciences, and carried out operational tests in preparation for the International Space Station.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Reinhold_Ewald",
            "agency": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                "name": "European Space Agency",
                "featured": false,
                "type": "Multinational",
                "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX,BEL",
                "abbrev": "ESA",
                "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
                "administrator": "Director General: Josef Aschbacher",
                "founding_year": "1975",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/reinhold2520ewald_image_20181128230159.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185413.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1997-02-10T14:09:30Z",
            "first_flight": "1997-02-10T14:09:30Z"
        },
        {
            "id": 228,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/228/?format=api",
            "name": "Dumitru Prunariu",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P7DT20H41M52S",
            "eva_time": "P0D",
            "age": 72,
            "date_of_birth": "1952-09-27",
            "date_of_death": null,
            "nationality": "Romanian",
            "bio": "Dumitru-Dorin Prunariu is a Romanian cosmonaut. He flew in space aboard Soyuz 40 spacecraft and Salyut 6 space laboratory. He was in team with another Romanian cosmonaut called Dumitru Dediu.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Dumitru_Prunariu",
            "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/dumitru2520prunariu_image_20181201212859.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190513.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1981-05-14T17:16:38Z",
            "first_flight": "1981-05-14T17:16:38Z"
        },
        {
            "id": 97,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/97/?format=api",
            "name": "Vladimir Dzhanibekov",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P145DT15H58M35S",
            "eva_time": "PT8H34M",
            "age": 82,
            "date_of_birth": "1942-05-13",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Vladimir Aleksandrovich Dzhanibekov (Russian: Владимир Александрович Джанибеков, born 13 May 1942) is a former cosmonaut who made five flights.\r\n\r\nDzhanibekov made five flights: Soyuz 27, Soyuz 39, Soyuz T-6, Soyuz T-12 and Soyuz T-13. In all he had spent 145 days, 15 hours and 56 minutes in space over these five missions. He had also performed two EVAs with a total time of 8 hours and 35 minutes. In 1985 he noted the effects of the tennis racket theorem, subsequently also called the Dzhanibekov effect, by showing that an object's second principal axis is unstable while in free-fall rotation.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Vladimir_Dzhanibekov",
            "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/vladimir2520dzhanibekov_image_20181128230017.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185427.jpeg",
            "flights_count": 5,
            "landings_count": 5,
            "spacewalks_count": 2,
            "last_flight": "1985-06-06T06:39:52Z",
            "first_flight": "1978-01-10T12:26:00Z"
        },
        {
            "id": 411,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/411/?format=api",
            "name": "Kevin P. Chilton",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P29DT10H21M55S",
            "eva_time": "P0D",
            "age": 70,
            "date_of_birth": "1954-11-03",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Kevin Patrick \"Chilli\" Chilton is an American mechanical engineer, and former United States Air Force four-star General and test pilot. His last assignment was as Commander, U.S. Strategic Command from October 3, 2007 to January 28, 2011. Prior to his appointment to general officer ranks, Chilton spent 11 years of his military career as a NASA astronaut. He retired from the Air Force on February 1, 2011, after having achieved the highest rank of any military astronaut. On January 30, 2012, General Chilton was named to the board of directors of Orbital Sciences Corporation.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Kevin_P._Chilton",
            "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/kevin_p._chilto_image_20220911034500.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185908.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 0,
            "last_flight": "1996-03-22T08:13:04Z",
            "first_flight": "1992-05-07T23:40:00Z"
        },
        {
            "id": 490,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/490/?format=api",
            "name": "Paul Lockhart",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P27DT15H24M9S",
            "eva_time": "P0D",
            "age": 68,
            "date_of_birth": "1956-04-28",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Paul Scott \"Paco\" Lockhart is an American aerospace engineer, retired United States Air Force Colonel and NASA astronaut, a veteran of two Space Shuttle missions.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Paul_Lockhart",
            "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/paul2520lockhart_image_20181203154629.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185445.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0,
            "last_flight": "2002-11-24T00:49:47Z",
            "first_flight": "2002-06-05T21:22:49Z"
        },
        {
            "id": 594,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/594/?format=api",
            "name": "John-David F. Bartoe",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P7DT22H45M",
            "eva_time": "P0D",
            "age": 79,
            "date_of_birth": "1944-11-17",
            "date_of_death": null,
            "nationality": "American",
            "bio": "John-David Francis Bartoe (born November 17, 1944 in Abington, Pennsylvania) is an American astrophysicist. He is the Research Manager for the International Space Station (ISS) at NASA's Johnson Space Center. He provides oversight for the Program Manager concerning the research capability, research hardware, and research plans of the ISS. As a civilian employee of the US Navy, he flew aboard Space Shuttle mission STS-51-F as a Payload Specialist.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/John-David_F._Bartoe",
            "agency": {
                "id": 166,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/166/?format=api",
                "name": "US Navy",
                "featured": false,
                "type": "Government",
                "country_code": "USA",
                "abbrev": "USN",
                "description": "The Navy was competed with the Army to put the first American satellite into orbit. Their first two Vanguard missions failed, with the second being a highly publicized failure, as it exploded on the launchpad. They went on to put 3 satellites into orbit but did not beat the Army to be the first. Their work in space continues today largely on military satellites.",
                "administrator": null,
                "founding_year": "1963",
                "launchers": "",
                "spacecraft": "Vanguard 1-3 | Parker Solar Probe",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/john-david2520f.2520bartoe_image_20181207225726.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185337.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1985-07-29T21:00:00Z",
            "first_flight": "1985-07-29T21:00:00Z"
        },
        {
            "id": 558,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/558/?format=api",
            "name": "Robert Satcher",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P10DT19H15M51S",
            "eva_time": "PT12H19M",
            "age": 59,
            "date_of_birth": "1965-09-22",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Robert Lee \"Bobby\" Satcher Jr. is an American physician, chemical engineer, and NASA astronaut. He became the first orthopedic surgeon in space during STS-129. He participated in 2 spacewalks during STS-129, accumulating 12hrs 19min of EVA time. Satcher holds two doctorates (Ph.D., M.D.) and has received numerous awards and honors as a surgeon and engineer.",
            "twitter": "https://twitter.com/Astro_Bones",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Robert_Satcher",
            "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/robert_satcher_image_20220911033957.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190319.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 2,
            "last_flight": "2009-11-16T19:28:09Z",
            "first_flight": "2009-11-16T19:28:09Z"
        },
        {
            "id": 362,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/362/?format=api",
            "name": "James van Hoften",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P14DT1H56M59S",
            "eva_time": "PT21H8M",
            "age": 80,
            "date_of_birth": "1944-06-11",
            "date_of_death": null,
            "nationality": "American",
            "bio": "James Dougal Adrianus \"Ox\" van Hoften, Ph.D. is an American civil and hydraulic engineer, retired U.S. Navy officer and aviator, and a former astronaut for NASA.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/James_van_Hoften",
            "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/james2520van2520hoften_image_20181202105528.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190455.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 4,
            "last_flight": "1985-08-27T10:58:01Z",
            "first_flight": "1984-04-06T13:58:00Z"
        },
        {
            "id": 64,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/64/?format=api",
            "name": "Toktar Aubakirov",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P7DT22H12M22S",
            "eva_time": "P0D",
            "age": 78,
            "date_of_birth": "1946-07-27",
            "date_of_death": null,
            "nationality": "Kazakh",
            "bio": "Toktar Ongarbayuly Aubakirov (Kazakh: Тоқтар Оңғарбайұлы Әубәкіров, Russian: Токтар Онгарбаевич Аубакиров, born on 27 July 1946) is a retired Kazakh Air Force officer and a former cosmonaut.\r\n\r\nIn 1991, in accordance with an agreement between the governments of the USSR and the Kazakh SSR, started training at the Gagarin Cosmonaut Training Center. On 2 October 1991 he launched with Russian cosmonaut Alexander Volkov as flight commander, and the Austrian research cosmonaut Franz Viehböck in Soyuz TM-13 from the Baikonur Cosmodrome spaceport, and spent over eight days in space.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Toktar_Aubakirov",
            "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/toktar2520aubakirov_image_20181128220647.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190340.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1991-10-02T05:59:38Z",
            "first_flight": "1991-10-02T05:59:38Z"
        }
    ]
}