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=150&ordering=date_of_birth
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=160&ordering=date_of_birth",
    "previous": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=140&ordering=date_of_birth",
    "results": [
        {
            "id": 261,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/261/?format=api",
            "name": "Arnaldo Tamayo Méndez",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P7DT20H43M24S",
            "eva_time": "P0D",
            "age": 82,
            "date_of_birth": "1942-01-29",
            "date_of_death": null,
            "nationality": "Cuban",
            "bio": "Arnaldo Tamayo Méndez (born January 29, 1942) is a Cuban military officer, legislator, and former cosmonaut and the first person of African heritage in space. As a member of the crew of Soyuz 38, he became the first Cuban citizen and the first person from a country in the Western Hemisphere other than the United States to travel into Earth orbit.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Arnaldo_Tamayo_M%C3%A9ndez",
            "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/arnaldo2520tamayo2520m25c325a9ndez_image_20181201221921.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191120.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1980-09-18T19:11:03Z",
            "first_flight": "1980-09-18T19:11:03Z"
        },
        {
            "id": 346,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/346/?format=api",
            "name": "Donald E. Williams",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P11DT23H34M43S",
            "eva_time": "P0D",
            "age": 74,
            "date_of_birth": "1942-02-13",
            "date_of_death": "2016-02-23",
            "nationality": "American",
            "bio": "Captain Donald Edward Williams was an American naval officer and aviator, test pilot, mechanical engineer and NASA astronaut. He logged a total of 287 hours and 35 minutes in space.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Donald_E._Williams",
            "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/donald2520e.2520williams_image_20181202103621.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185634.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0,
            "last_flight": "1989-10-18T16:53:40Z",
            "first_flight": "1985-04-12T13:59:05Z"
        },
        {
            "id": 79,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/79/?format=api",
            "name": "Anatoly Berezovoy",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P211DT9H4M31S",
            "eva_time": "PT2H33M",
            "age": 72,
            "date_of_birth": "1942-04-11",
            "date_of_death": "2014-09-20",
            "nationality": "Russian",
            "bio": "Anatoly Nikolayevich Berezovoy (Russian: Анато́лий Никола́евич Березово́й; 11 April 1942 – 20 September 2014) was a Soviet cosmonaut.\r\n\r\nOn 27 April 1970 he was selected as a cosmonaut. In 1982 he flew as Commander on Soyuz T-5 on the first mission to the Salyut 7 space station, returning to Earth on the Soyuz T-7 after 211 days 9 hours. He retired on 31 October 1992 due to age. From 1992 to 1999, he was a Deputy President of Russian Space Federation.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Anatoly_Berezovoy",
            "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/anatoly2520berezovoy_image_20181128223323.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190245.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 1,
            "last_flight": "1982-05-13T09:58:05Z",
            "first_flight": "1982-05-13T09:58:05Z"
        },
        {
            "id": 180,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/180/?format=api",
            "name": "Valentin Lebedev",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P219DT6H6S",
            "eva_time": "PT2H33M",
            "age": 82,
            "date_of_birth": "1942-04-14",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Valentin Vitalyevich Lebedev (Russian: Валентин Витальевич Лебедев; born April 14, 1942 in Moscow) was a Soviet cosmonaut who made two flights into space. His stay aboard the Space Station Salyut 7 with Anatoly Berezovoy in 1982, which lasted 211 days, was recorded in the Guinness Book of Records.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Valentin_Lebedev",
            "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/valentin2520lebedev_image_20181129234954.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191156.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 1,
            "last_flight": "1982-05-13T09:58:05Z",
            "first_flight": "1973-12-18T11:55:00Z"
        },
        {
            "id": 224,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/224/?format=api",
            "name": "Valeri Polyakov",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P678DT16H33M13S",
            "eva_time": "P0D",
            "age": 80,
            "date_of_birth": "1942-04-27",
            "date_of_death": "2022-09-19",
            "nationality": "Russian",
            "bio": "Valeri Vladimirovich Polyakov (Russian: Валерий Владимирович Поляков, born Valeri Ivanovich Korshunov on April 27, 1942) is a former Russian cosmonaut. He is the holder of the record for the longest single stay in space in human history, staying aboard the Mir space station for more than 14 months (437 days 18 hours) during one trip. His combined space experience is more than 22 months.\r\n\r\nSelected as a cosmonaut in 1972, Polyakov made his first flight into space aboard Soyuz TM-6 in 1988. He returned to Earth 240 days later aboard TM-7. Polyakov completed his second flight into space in 1994–1995, spending 437 days in space between launching on Soyuz TM-18 and landing on TM-20, setting the record for the longest time continuously spent in space by an individual in human history.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Valeri_Polyakov",
            "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/valeri2520polyakov_image_20181201212156.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190133.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0,
            "last_flight": "1994-01-08T10:05:34Z",
            "first_flight": "1988-08-29T04:23:11Z"
        },
        {
            "id": 360,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/360/?format=api",
            "name": "Robert L. Stewart",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P12DT1H25S",
            "eva_time": "PT12H12M",
            "age": 82,
            "date_of_birth": "1942-05-10",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Robert Lee Stewart is a retired brigadier general of the United States Army and a former NASA astronaut.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Robert_L._Stewart",
            "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/robert2520l.2520stewart_image_20181202105233.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185734.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 2,
            "last_flight": "1985-10-03T15:15:30Z",
            "first_flight": "1984-02-03T13:00:00Z"
        },
        {
            "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": 321,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/321/?format=api",
            "name": "Anthony W. England",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P7DT22H45M",
            "eva_time": "P0D",
            "age": 82,
            "date_of_birth": "1942-05-15",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Anthony Wayne England better known as Tony England, is an American, former NASA astronaut. Selected in 1967, England was among a group of astronauts who served as backups during the Apollo and Skylab programs. Like most others in his class, he flew during the Space Shuttle program, serving as a mission specialist on STS-51F in 1985. He has logged more than 3,000 hours of flying time and 188 hours in space.\r\n\r\nEngland helped develop and use radars to probe the Moon on Apollo 17 and glaciers in Washington and Alaska. He participated in and led field parties during two seasons in Antarctica.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Anthony_W._England",
            "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/anthony2520w.2520england_image_20181202092815.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190216.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": 380,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/380/?format=api",
            "name": "Robert C. Springer",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P9DT21H31M45S",
            "eva_time": "P0D",
            "age": 82,
            "date_of_birth": "1942-05-21",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Robert Clyde \"Bob\" Springer is a retired American astronaut and test pilot who flew as a Mission Specialist on two NASA Space Shuttle missions in 1989 and 1990. A decorated aviator in the United States Marine Corps, Springer also flew more than 500 combat sorties during the Vietnam War. He has logged over 237 hours in space and 4,500 hours flying time, including 3,500 hours in jet aircraft.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Robert_C._Springer",
            "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/robert2520c.2520springer_image_20181202121429.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190413.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0,
            "last_flight": "1990-11-15T23:48:15Z",
            "first_flight": "1989-03-13T14:57:00Z"
        },
        {
            "id": 628,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/628/?format=api",
            "name": "Toyohiro Akiyama",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 4,
                "name": "Non-Astronaut Passenger"
            },
            "in_space": false,
            "time_in_space": "P7DT21H54M28S",
            "eva_time": "P0D",
            "age": 82,
            "date_of_birth": "1942-06-22",
            "date_of_death": null,
            "nationality": "Japanese",
            "bio": "Toyohiro Akiyama (born July 22, 1942) is a Japanese TV journalist best known for his flight to the Mir space station aboard a Soviet Soyuz spacecraft in 1990. Akiyama is the first person of Japanese nationality to have flown in space.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Toyohiro_Akiyama",
            "agency": null,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/toyohiro2520akiyama_image_20190211162254.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185731.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1990-12-02T08:13:32Z",
            "first_flight": "1990-12-02T08:13:32Z"
        }
    ]
}