Astronaut List
API endpoint that allows Astronaut to be viewed.
GET: Return a list of all the existing astronauts.
MODE: Normal, List, LaunchList and Detailed /2.0.0/astronaut/?mode=detailed
FILTERS: Parameters - 'name', 'status', 'nationality', 'agency__name', 'agency__abbrev', 'date_of_birth', 'date_of_death', 'status_ids' Example - /2.0.0/astronaut/?nationality=American
SEARCH EXAMPLE: /2.0.0/astronaut/?search=armstrong Searches through name, nationality and agency name
ORDERING: Fields - 'name', 'status', 'date_of_birth' Example - /2.0.0/astronaut/?order=name
GET /2.0.0/astronaut/?format=api&offset=650
{ "count": 853, "next": "https://lldev.thespacedevs.com/2.0.0/astronaut/?format=api&limit=10&offset=660", "previous": "https://lldev.thespacedevs.com/2.0.0/astronaut/?format=api&limit=10&offset=640", "results": [ { "id": 75, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/75/?format=api", "name": "Patrick Baudry", "status": { "id": 2, "name": "Retired" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1946-03-06", "date_of_death": null, "nationality": "French", "bio": "Patrick Pierre Roger Baudry (born March 6, 1946 in Cameroon), is a retired Lieutenant Colonel in the French Air Force and a former CNES astronaut. In 1985, he became the second French citizen in space, after Jean-Loup Chrétien, when he flew aboard NASA's Space Shuttle mission STS-51-G.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Patrick_Baudry", "agency": { "id": 46, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/46/?format=api", "name": "National Center of Space Research", "featured": false, "type": "Government", "country_code": "FRA", "abbrev": "CNES", "description": "The National Center of Space Research, or CNES, is a French National Agency in charge of France's space program. In partnership with the US and Russia, they have put 10 people in space. CNES works in tandem with the larger ESA to develop the Ariane 5 and work on other probes and satellites. They are working with Germany to develop a cheaper and more efficient reusable rocket, which hopefully will be ready to fly by 2026.", "administrator": "CEO: François Jacq", "founding_year": "1961", "launchers": "Ariane 5", "spacecraft": "Mars/Venus Express | Rosetta", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cnes_toulouse_e_image_20250722090314.jpg" }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/patrick2520baudry_image_20181128222518.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190859.jpeg", "last_flight": "1985-06-17T11:33:00Z", "first_flight": "1985-06-17T11:33:00Z" }, { "id": 396, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/396/?format=api", "name": "Charles L. Veach", "status": { "id": 11, "name": "Deceased" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1944-09-18", "date_of_death": "1995-10-03", "nationality": "American", "bio": "Charles Lacy Veach was a USAF fighter pilot and NASA astronaut.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Charles_L._Veach", "agency": { "id": 44, "url": "https://lldev.thespacedevs.com/2.0.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: Jared Isaacman", "founding_year": "1958", "launchers": "Space Shuttle | SLS", "spacecraft": "Orion", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg" }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/charles2520l.2520veach_image_20181202134810.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191118.jpeg", "last_flight": "1992-10-22T17:09:40Z", "first_flight": "1991-04-28T11:33:14Z" }, { "id": 129, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/129/?format=api", "name": "Henry 'Hank' Hartsfield", "status": { "id": 11, "name": "Deceased" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1933-11-21", "date_of_death": "2014-07-14", "nationality": "American", "bio": "Henry Warren \"Hank\" Hartsfield Jr. was a United States Air Force officer and a USAF and NASA astronaut who logged over 480 hours in space. Hartsfield became a NASA astronaut in September 1969. Hartsfield was the pilot on STS-4, the fourth and final orbital test flight of the shuttle Columbia.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Henry_Hartsfield", "agency": { "id": 44, "url": "https://lldev.thespacedevs.com/2.0.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: Jared Isaacman", "founding_year": "1958", "launchers": "Space Shuttle | SLS", "spacecraft": "Orion", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg" }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/henry25202527hank25272520hartsfield_image_20181129203753.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185432.jpeg", "last_flight": "1985-10-30T17:00:00Z", "first_flight": "1982-06-27T15:00:00Z" }, { "id": 144, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/144/?format=api", "name": "Charles \"Scorch\" Hobaugh", "status": { "id": 2, "name": "Retired" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1961-11-05", "date_of_death": null, "nationality": "American", "bio": "Charles Owen \"Scorch\" Hobaugh is a former NASA astronaut and a retired U.S. Marine Corps officer. He has had three spaceflights, all of which were Space Shuttle missions to the International Space Station, lasting between 10 and 13 days.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Charles_O._Hobaugh", "agency": { "id": 44, "url": "https://lldev.thespacedevs.com/2.0.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: Jared Isaacman", "founding_year": "1958", "launchers": "Space Shuttle | SLS", "spacecraft": "Orion", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg" }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/charles25202522scorch25222520hobaugh_image_20181129210256.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190008.jpeg", "last_flight": "2009-11-16T19:28:09Z", "first_flight": "2001-07-12T09:03:59Z" }, { "id": 522, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/522/?format=api", "name": "George D. Zamka", "status": { "id": 2, "name": "Retired" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1962-06-29", "date_of_death": null, "nationality": "American", "bio": "George David \"Zambo\" Zamka is an American NASA astronaut and United States Marine Corps pilot with over 3500 flight hours in more than 30 different aircraft. Zamka piloted the Space Shuttle Discovery in its October 2007 mission to the International Space Station and served as the commander of mission STS-130 in February 2010.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/George_D._Zamka", "agency": { "id": 44, "url": "https://lldev.thespacedevs.com/2.0.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: Jared Isaacman", "founding_year": "1958", "launchers": "Space Shuttle | SLS", "spacecraft": "Orion", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg" }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/george_d._zamka_image_20220911033934.jpeg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185440.jpeg", "last_flight": "2010-02-08T09:14:08Z", "first_flight": "2007-10-23T15:38:19Z" }, { "id": 161, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/161/?format=api", "name": "Yevgeny Khrunov", "status": { "id": 11, "name": "Deceased" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1933-09-10", "date_of_death": "2000-05-20", "nationality": "Russian", "bio": "Yevgeni Vassilyevich Khrunov (Russian: Евге́ний Васи́льевич Хруно́в; September 10, 1933 – May 20, 2000) was a Soviet cosmonaut who flew on the Soyuz 5/Soyuz 4 mission.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Yevgeny_Khrunov", "agency": { "id": 63, "url": "https://lldev.thespacedevs.com/2.0.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-dev.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg" }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/yevgeny2520khrunov_image_20181129232251.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185409.jpeg", "last_flight": "1969-01-15T07:04:57Z", "first_flight": "1969-01-15T07:04:57Z" }, { "id": 140, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/140/?format=api", "name": "Joan Higginbotham", "status": { "id": 2, "name": "Retired" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1964-08-03", "date_of_death": null, "nationality": "American", "bio": "Joan Elizabeth Higginbotham is an American engineer and a former NASA astronaut. She flew aboard Space Shuttle Discovery mission STS-116 as a mission specialist.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Joan_Higginbotham", "agency": { "id": 44, "url": "https://lldev.thespacedevs.com/2.0.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: Jared Isaacman", "founding_year": "1958", "launchers": "Space Shuttle | SLS", "spacecraft": "Orion", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg" }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/joan2520higginbotham_image_20181129205734.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185326.jpeg", "last_flight": "2006-12-10T01:47:35Z", "first_flight": "2006-12-10T01:47:35Z" }, { "id": 310, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/310/?format=api", "name": "Jack R. Lousma", "status": { "id": 2, "name": "Retired" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1936-02-29", "date_of_death": null, "nationality": "American", "bio": "Jack Robert Lousma is an American aeronautical engineer, retired United States Marine Corps officer, former naval aviator, NASA astronaut, and politician. He was a member of the second manned crew on the Skylab space station in 1973. In 1982, he commanded STS-3, the third Space Shuttle mission.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Jack_R._Lousma", "agency": { "id": 44, "url": "https://lldev.thespacedevs.com/2.0.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: Jared Isaacman", "founding_year": "1958", "launchers": "Space Shuttle | SLS", "spacecraft": "Orion", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg" }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jack2520r.2520lousma_image_20181202091552.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185809.jpeg", "last_flight": "1982-03-22T16:00:00Z", "first_flight": "1973-07-28T11:10:50Z" }, { "id": 172, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/172/?format=api", "name": "Vladimir Kovalyonok", "status": { "id": 2, "name": "Retired" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1943-03-03", "date_of_death": null, "nationality": "Russian", "bio": "Vladimir Vasiliyevich Kovalyonok (Belarusian: Уладзі́мір Васі́льевіч Кавалёнак; Russian: Влади́мир Васи́льевич Ковалёнок; born March 3, 1942 in Beloye, Minsk Oblast, Belorussian SSR, is a retired Soviet cosmonaut.\r\n\r\nHe entered the Soviet space programme on July 5, 1967 and was commander of three missions. He retired from the cosmonaut team on June 23, 1984.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Vladimir_Kovalyonok", "agency": { "id": 63, "url": "https://lldev.thespacedevs.com/2.0.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-dev.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg" }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vladimir2520kovalyonok_image_20181129233907.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190049.jpeg", "last_flight": "1981-03-12T19:00:11Z", "first_flight": "1977-10-09T02:40:35Z" }, { "id": 327, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/327/?format=api", "name": "Karol J. Bobko", "status": { "id": 11, "name": "Deceased" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1937-12-23", "date_of_death": "2023-08-17", "nationality": "American", "bio": "Karol Joseph \"Bo\" Bobko is an American aerospace engineer, retired U.S. Air Force officer, test pilot, and a former USAF and NASA astronaut.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Karol_J._Bobko", "agency": { "id": 44, "url": "https://lldev.thespacedevs.com/2.0.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: Jared Isaacman", "founding_year": "1958", "launchers": "Space Shuttle | SLS", "spacecraft": "Orion", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg" }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/karol2520j.2520bobko_image_20181202093540.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185503.jpeg", "last_flight": "1985-10-03T15:15:30Z", "first_flight": "1983-04-04T18:30:00Z" } ] }