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=210&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=220&ordering=status",
    "previous": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=200&ordering=status",
    "results": [
        {
            "id": 614,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/614/?format=api",
            "name": "Gregory T. Linteris",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 5,
                "name": "Payload Specialist"
            },
            "in_space": false,
            "time_in_space": "P19DT15H57M26S",
            "eva_time": "P0D",
            "age": 67,
            "date_of_birth": "1957-10-04",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Gregory Thomas Linteris, Ph.D. (born October 4, 1957 in Englewood, New Jersey) is an American scientist who flew as a payload specialist on two NASA Space Shuttle missions in 1997.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Gregory_T._Linteris",
            "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/gregory2520t.2520linteris_image_20190211162441.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190146.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0,
            "last_flight": "1997-07-01T18:02:02Z",
            "first_flight": "1997-04-04T19:20:32Z"
        },
        {
            "id": 439,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/439/?format=api",
            "name": "Peter Wisoff",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P44DT8H23M14S",
            "eva_time": "PT19H53M",
            "age": 66,
            "date_of_birth": "1958-08-16",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Peter Jeffrey Kelsay Wisoff is an American physicist and former NASA astronaut. Wisoff qualified as mission specialist and flew in four manned Space Shuttle missions, with his first launch in 1993 and his last in 2000.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Peter_Wisoff",
            "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/peter2520wisoff_image_20181202143637.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190824.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 3,
            "last_flight": "2000-10-11T23:17:00Z",
            "first_flight": "1993-06-21T13:07:22Z"
        },
        {
            "id": 195,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/195/?format=api",
            "name": "Musa Manarov",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P541DT29M38S",
            "eva_time": "P1DT11H2M",
            "age": 73,
            "date_of_birth": "1951-03-22",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Musa Khiramanovich Manarov (Russian: Муса Хираманович Манаров; born March 22, 1951 in Baku, Azerbaijan SSR) is a former cosmonaut who spent 541 days in space.\r\nFrom December 21, 1987 to December 21, 1988 he flew as flight engineer on Soyuz TM-4. The flight duration was 365 days 22 hours 38 minutes. From December 2, 1990 to May 26, 1991 he flew again as a flight engineer on Soyuz TM-11. The duration was 175 days 1 hour 50 minutes,[2] the longest continuous time spent in space by anyone at that time. During his 176-day stay, Manarov observed the Earth and worked in space manufacturing. He also performed 20 hours of spacewalks.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Musa_Manarov",
            "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/musa2520manarov_image_20181201175155.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190201.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 7,
            "last_flight": "1990-12-02T08:13:32Z",
            "first_flight": "1987-12-21T11:18:03Z"
        },
        {
            "id": 367,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/367/?format=api",
            "name": "Ronald J. Grabe",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P26DT3H54M36S",
            "eva_time": "P0D",
            "age": 79,
            "date_of_birth": "1945-06-13",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Ronald John Grabe is a former NASA astronaut.\r\n\r\nHe has earned the Air Force Distinguished Flying Cross, the Air Medal with 7 Oak Leaf Clusters, the Air Force Meritorious Service Medal, the Liethen-Tittle Award (for Outstanding Student at the USAF Test Pilot School), the Royal Air Force Cross, the NASA Exceptional Service Medal, and NASA Space Flight Medals.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Ronald_J._Grabe",
            "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/ronald2520j.2520grabe_image_20181202120203.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190158.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 0,
            "last_flight": "1993-06-21T13:07:22Z",
            "first_flight": "1985-10-03T15:15:30Z"
        },
        {
            "id": 256,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/256/?format=api",
            "name": "Aleksandr Skvortsov",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P545DT23H8M28S",
            "eva_time": "PT12H34M",
            "age": 58,
            "date_of_birth": "1966-05-06",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Aleksandr Aleksandrovich Skvortsov (Russian: Aлександр Aлександрович Скворцов; born May 6, 1966) is a Russian cosmonaut. He has had two spaceflights, which were long-duration missions aboard the International Space Station. His first spaceflight took place from April to September 2010, and was launched with the spacecraft Soyuz TMA-18. He arrived at the station part way through Expedition 23, of which Oleg Kotov was the Commander. When Expedition 24 began in June, Skvortsov became Commander.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Skvortsov_(cosmonaut)",
            "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/aleksandr2520skvortsov_image_20191231114359.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190148.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 2,
            "last_flight": "2019-07-20T16:28:21Z",
            "first_flight": "2010-04-02T04:04:33Z"
        },
        {
            "id": 83,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/83/?format=api",
            "name": "Nikolai Budarin",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P444DT1H24M12S",
            "eva_time": "P1DT20H46M",
            "age": 61,
            "date_of_birth": "1963-04-29",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Nikolai Mikhailovich Budarin (Russian: Николай Михайлович Бударин) (born April 29, 1953 in Kirya, Chuvashia) is a retired Russian cosmonaut, a veteran of three extended space missions aboard the Mir Space Station and the International Space Station. He has also performed eight career spacewalks with a total time of 44 hours.\r\n\r\nNamed a cosmonaut candidate in 1989, Budarin's first space mission was a long-term assignment aboard the space station Mir in 1995. Since then, he again made extended stays on Mir in 1998 and the International Space Station Expedition 6 from 2002 to 2003.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Nikolai_Budarin",
            "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/nikolai2520budarin_image_20181128223920.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185610.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 8,
            "last_flight": "2002-11-24T00:49:47Z",
            "first_flight": "1995-06-27T19:32:19Z"
        },
        {
            "id": 347,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/347/?format=api",
            "name": "Guion Bluford",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P28DT16H32M46S",
            "eva_time": "P0D",
            "age": 81,
            "date_of_birth": "1942-11-22",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Guion Stewart Bluford Jr., Ph.D. is an American aerospace engineer, retired U.S. Air Force officer and fighter pilot, and former NASA astronaut, who was the first African American in space.[1] Before becoming an astronaut, he was an officer in the U.S. Air Force, where he remained while assigned to NASA, rising to the rank of Colonel. He participated in four Space Shuttle flights between 1983 and 1992. In 1983, as a member of the crew of the Orbiter Challenger on the mission STS-8, he became the first African American in space as well as the second person of African ancestry in space, after Cuban cosmonaut Arnaldo Tamayo Méndez.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Guion_Bluford",
            "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/guion_bluford_image_20220911033859.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190945.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 0,
            "last_flight": "1992-12-02T13:24:00Z",
            "first_flight": "1983-08-30T06:32:00Z"
        },
        {
            "id": 623,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/623/?format=api",
            "name": "Dennis Tito",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 4,
                "name": "Non-Astronaut Passenger"
            },
            "in_space": false,
            "time_in_space": "P8DT14M40S",
            "eva_time": "P0D",
            "age": 84,
            "date_of_birth": "1940-08-08",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Dennis Anthony Tito (born August 8, 1940) is an American engineer and multimillionaire, most widely known as the first space tourist to fund his own trip into space. In mid-2001, he spent nearly eight days in orbit as a crew member of ISS EP-1, a visiting mission to the International Space Station.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "agency": null,
            "profile_image": null,
            "profile_image_thumbnail": null,
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "2001-04-28T07:37:20Z",
            "first_flight": "2001-04-28T07:37:20Z"
        },
        {
            "id": 630,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/630/?format=api",
            "name": "Aleksei Yeliseyev",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P8DT22H22M33S",
            "eva_time": "PT32M",
            "age": 90,
            "date_of_birth": "1934-07-13",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Aleksei Stanislavovich Yeliseyev (Russian: Алексей Станиславович Елисеев; born July 13, 1934) is a retired Soviet cosmonaut who flew on three missions in the Soyuz programme as a flight engineer: Soyuz 5, Soyuz 8, and Soyuz 10. Aleksei's father was Lithuanian with the last name Kuraitis, who died in the Soviet's Gulag as an enemy of the people. Aleksei uses his mother's last name \"Yeliseyev\" so some regard him as also being a Lithuanian cosmonaut.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Aleksei_Yeliseyev",
            "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/aleksei_yelisey_image_20200713114929.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190135.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 1,
            "last_flight": "1971-04-22T23:54:06Z",
            "first_flight": "1969-01-15T07:04:57Z"
        },
        {
            "id": 458,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/458/?format=api",
            "name": "Andy Thomas",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P177DT13H22M36S",
            "eva_time": "PT8H56M",
            "age": 72,
            "date_of_birth": "1951-12-18",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Andrew \"Andy\" Sydney Withiel Thomas, AO is an Australian-born American aerospace engineer and a NASA astronaut. He became a U.S. citizen in December 1986, hoping to gain entry to NASA's astronaut program. He is married to fellow NASA astronaut Shannon Walker.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Andy_Thomas",
            "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/andy2520thomas_image_20181202150149.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190240.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 1,
            "last_flight": "2005-07-26T14:39:00Z",
            "first_flight": "1996-05-19T10:30:00Z"
        }
    ]
}