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=-flights_count
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=-flights_count",
    "previous": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=80&ordering=-flights_count",
    "results": [
        {
            "id": 457,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/457/?format=api",
            "name": "Joseph R. Tanner",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P43DT13H14M4S",
            "eva_time": "P1DT21H29M",
            "age": 74,
            "date_of_birth": "1950-01-21",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Joseph Richard \"Joe\" Tanner is an American instructor at the University of Colorado Boulder, mechanical engineer, a former naval officer and aviator, and a former NASA astronaut. He was born in Danville, Illinois. He is unusual among astronauts as he did not have a background in flight test nor did he earn any advanced academic degrees. Typically those who did not do military flight test have an M.D. or Ph.D., if not a master's, whereas Tanner's path to becoming an astronaut followed operational military flying and then into NASA for operational jet training before being selected into the NASA Astronaut Corps in 1992, following an unsuccessful application in 1987.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Joseph_R._Tanner",
            "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/joseph_r._tanne_image_20220911034401.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190115.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 7,
            "last_flight": "2006-09-09T15:14:55Z",
            "first_flight": "1994-11-03T16:59:43Z"
        },
        {
            "id": 546,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/546/?format=api",
            "name": "Stephen Bowen",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P226DT8H45M57S",
            "eva_time": "P2DT18H57M",
            "age": 60,
            "date_of_birth": "1964-02-13",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Stephen Gerard Bowen is a United States Navy submariner and a NASA astronaut; he was the second submariner to travel into space. Bowen has been on three spaceflights, all of which were Space Shuttle missions to the International Space Station. His first mission, STS-126, took place in November 2008, and his second was STS-132 in May 2010.\r\n\r\nIn March 2011, Bowen completed his third spaceflight as a Mission Specialist on STS-133, which was Space Shuttle Discovery's final planned flight. Having flown on both STS-132 and STS-133, Bowen became the first and only astronaut to fly on consecutive shuttle missions. Originally Tim Kopra was scheduled to fly on STS-133, but Kopra had a bicycle injury shortly before the mission, and so he was replaced by Bowen.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Stephen_Bowen_(astronaut)",
            "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/stephen_bowen_image_20220911034047.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190106.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 10,
            "last_flight": "2023-03-02T05:34:14Z",
            "first_flight": "2008-11-15T00:55:39Z"
        },
        {
            "id": 216,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/216/?format=api",
            "name": "Aleksey Ovchinin",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": true,
            "time_in_space": "P425DT5H12M18S",
            "eva_time": "PT6H1M",
            "age": 53,
            "date_of_birth": "1971-09-28",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Aleksey Nikolayevich Ovchinin born 28 September 1971 in Rybinsk, Yaroslavl Oblast, Russian SFSR is a Russian Air Force Major and cosmonaut, who was selected in 2006. Ovchinin made his first spaceflight in 2016, and was assigned as Commander of Soyuz MS-10 in 2018.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Aleksey_Ovchinin",
            "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/aleksey2520ovchinin_image_20181201184641.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190611.jpeg",
            "flights_count": 4,
            "landings_count": 3,
            "spacewalks_count": 1,
            "last_flight": "2024-09-11T16:23:12Z",
            "first_flight": "2016-03-18T21:26:42Z"
        },
        {
            "id": 514,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/514/?format=api",
            "name": "Jeffrey Williams",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P534DT2H47M3S",
            "eva_time": "P1DT7H55M",
            "age": 66,
            "date_of_birth": "1958-01-18",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Jeffrey Nels Williams is a retired United States Army officer and a NASA astronaut. He is a veteran of four space flights and formerly held the American record for most days spent in space, which was surpassed in April 2017 by his colleague Peggy Whitson.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Jeffrey_Williams_(astronaut)",
            "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/jeffrey2520williams_image_20181203162114.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185808.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 5,
            "last_flight": "2016-03-18T21:26:42Z",
            "first_flight": "2000-05-19T10:11:10Z"
        },
        {
            "id": 392,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/392/?format=api",
            "name": "Mark C. Lee",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P32DT21H51M51S",
            "eva_time": "P1D",
            "age": 72,
            "date_of_birth": "1952-08-14",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Mark Charles Lee USAF Colonel is a former NASA astronaut who flew on four Space Shuttle missions. He retired from the Air Force and NASA on July 1, 2001.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Mark_C._Lee",
            "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/mark2520c.2520lee_image_20181202134443.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185223.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 4,
            "last_flight": "1997-02-11T08:55:17Z",
            "first_flight": "1989-05-04T18:46:59Z"
        },
        {
            "id": 212,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/212/?format=api",
            "name": "Oleg Novitskiy",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P545DT1H43M29S",
            "eva_time": "PT22H38M",
            "age": 53,
            "date_of_birth": "1971-10-12",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Oleg Viktorovich Novitskiy, lieutenant colonel in the Russian Air Force, is a Russian cosmonaut.\r\n\r\nNovitskiy was selected as a cosmonaut in 2006.Between February 2007 to July 2009 he completed basic spaceflight training and passed state exams with excellent grades. On August 1, 2009, he was qualified as a test-cosmonaut by the Interdepartmental Qualification Board, and between August 2009 to March 2010 he took the ISS advanced training course.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Oleg_Novitskiy",
            "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/oleg2520novitskiy_image_20181201183707.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185900.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 3,
            "last_flight": "2024-03-23T12:36:10Z",
            "first_flight": "2012-10-23T10:51:11Z"
        },
        {
            "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"
        },
        {
            "id": 450,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/450/?format=api",
            "name": "Wendy B. Lawrence",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P51DT3H55M4S",
            "eva_time": "P0D",
            "age": 65,
            "date_of_birth": "1959-07-02",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Wendy Barrien Lawrence is a retired United States Navy Captain, former helicopter pilot, an engineer, and a former NASA astronaut. She was the first female graduate of the United States Naval Academy to fly into space and she has also visited the Russian Space Station Mir. She was a mission specialist on STS-114, the first Space Shuttle flight after the Space Shuttle Columbia disaster.",
            "twitter": "https://twitter.com/AstroWendyL",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Wendy_B._Lawrence",
            "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/wendy2520b.2520lawrence_image_20181202144930.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190351.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 0,
            "last_flight": "2005-07-26T14:39:00Z",
            "first_flight": "1995-03-02T06:38:13Z"
        },
        {
            "id": 602,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/602/?format=api",
            "name": "Jerome Apt",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P35DT7H10M25S",
            "eva_time": "PT10H13M",
            "age": 75,
            "date_of_birth": "1949-04-28",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Jerome \"Jay\" Apt III, Ph.D. (born April 28, 1949 in Massachusetts) is an American astronaut and professor at Carnegie Mellon University. Before he became an astronaut, Apt was a physicist who worked on the Pioneer Venus 1978 space probe project, and used visible light and infrared techniques to study the planets and moons of the solar system from ground-based observatories.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Jerome_Apt",
            "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/jerome2520apt_image_20181208003023.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191119.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 2,
            "last_flight": "1996-09-16T08:54:49Z",
            "first_flight": "1991-04-05T14:22:45Z"
        },
        {
            "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"
        }
    ]
}