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=90&ordering=status
{ "count": 831, "next": "https://lldev.thespacedevs.com/2.0.0/astronaut/?format=api&limit=10&offset=100&ordering=status", "previous": "https://lldev.thespacedevs.com/2.0.0/astronaut/?format=api&limit=10&offset=80&ordering=status", "results": [ { "id": 837, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/837/?format=api", "name": "Rabea Rogge", "status": { "id": 1, "name": "Active" }, "type": { "id": 3, "name": "Private" }, "date_of_birth": "1995-01-01", "date_of_death": null, "nationality": "German", "bio": "Rabea Rogge is an electrical engineer, robotic researcher and polar scientist who is currently scheduled to be the first female German astronaut.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Rabea_Rogge", "agency": { "id": 121, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api", "name": "SpaceX", "featured": true, "type": "Commercial", "country_code": "USA", "abbrev": "SpX", "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.", "administrator": "CEO: Elon Musk", "founding_year": "2002", "launchers": "Falcon | Starship", "spacecraft": "Dragon", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg" }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rabea_rogge_image_20250329173100.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rabea_rogge_image_thumbnail_20250329173100.jpeg", "last_flight": "2025-04-01T01:46:50Z", "first_flight": "2025-04-01T01:46:50Z" }, { "id": 567, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/567/?format=api", "name": "Mark T. Vande Hei", "status": { "id": 1, "name": "Active" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1966-11-10", "date_of_death": null, "nationality": "American", "bio": "Mark Thomas Vande Hei is a NASA astronaut who served as a flight Engineer for Expedition 53 and 54 on the International Space Station.", "twitter": "https://twitter.com/Astro_Sabot", "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Mark_T._Vande_Hei", "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": "Acting Administrator: James Free", "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/mark2520t.2520vande2520hei_image_20181203172617.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190800.jpeg", "last_flight": "2021-04-09T07:42:41Z", "first_flight": "2017-09-12T21:17:02Z" }, { "id": 765, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/765/?format=api", "name": "Haichao Gui", "status": { "id": 1, "name": "Active" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1986-11-01", "date_of_death": null, "nationality": "Chinese", "bio": "Gui Haichao is a Chinese pilot, researcher and professor selected as part of the Shenzhou program. He did nor enlist in the People's Liberation Army (PLA), but was still was selected as a taikonaut, whereas all earlier known taikonauts belonged to PLAAC. He joined the Communist Party of China in July 2020.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Gui_Haichao", "agency": { "id": 17, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/17/?format=api", "name": "China National Space Administration", "featured": true, "type": "Government", "country_code": "CHN", "abbrev": "CNSA", "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.", "administrator": "Administrator: Tang Dengjie", "founding_year": "1993", "launchers": "", "spacecraft": "Shenzhou", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg" }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/haichao_gui_image_20230530052736.jpeg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191047.jpeg", "last_flight": "2023-05-30T01:31:10Z", "first_flight": "2023-05-30T01:31:10Z" }, { "id": 774, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/774/?format=api", "name": "Marcus Wandt", "status": { "id": 1, "name": "Active" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1980-09-22", "date_of_death": null, "nationality": "Swedish", "bio": "Marcus Wandt is a Swedish test pilot and member of the European Space Agency's 2022 astronaut class reserve.", "twitter": "https://twitter.com/astro_marcus", "instagram": "https://www.instagram.com/esaastro_marcus/", "wiki": "https://en.wikipedia.org/wiki/Marcus_Wandt", "agency": { "id": 27, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/27/?format=api", "name": "European Space Agency", "featured": false, "type": "Multinational", "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,BEL,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX,SVN", "abbrev": "ESA", "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.", "administrator": "Director General: Josef Aschbacher", "founding_year": "1975", "launchers": "Ariane | Vega", "spacecraft": "Space Rider", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_20250211192109.png" }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/marcus_wandt_image_20230912131352.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185253.jpeg", "last_flight": "2024-01-18T21:49:11Z", "first_flight": "2024-01-18T21:49:11Z" }, { "id": 566, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/566/?format=api", "name": "Scott D. Tingle", "status": { "id": 1, "name": "Active" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1965-07-19", "date_of_death": null, "nationality": "American", "bio": "Scott David Tingle is a NASA astronaut. He was selected in June 2009 as a member of the NASA Astronaut Group 20, qualifying in 2011. Serving as a flight engineer as part of Expedition 54 and 55, Tingle launched into space on board Soyuz MS-07 in December 2017, and returned in June 2018. Tingle is a highly decorated naval pilot, having flown 51 types of aircraft over more than 4,500 flight hours, landed 750 aircraft with carrier arrestments, and fought in 54 combat missions.", "twitter": "https://twitter.com/Astro_Maker", "instagram": "https://www.instagram.com/astro_maker/", "wiki": "https://en.wikipedia.org/wiki/Scott_D._Tingle", "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": "Acting Administrator: James Free", "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/scott2520d.2520tingle_image_20181203172527.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190440.jpeg", "last_flight": "2017-12-17T07:21:01Z", "first_flight": "2017-12-17T07:21:01Z" }, { "id": 544, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/544/?format=api", "name": "Michael Barratt", "status": { "id": 1, "name": "Active" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1959-04-16", "date_of_death": null, "nationality": "American", "bio": "Michael Reed Barratt is an American physician and a NASA astronaut. Specializing in aerospace medicine, he served as a flight surgeon for NASA before his selection as an astronaut, and has played a role in developing NASA's space medicine programs for both the Shuttle-Mir Program and International Space Station. His first spaceflight was a long-duration mission to the International Space Station, as a Flight Engineer in the Expedition 19 and 20 crew. In March 2011, Barratt completed his second spaceflight as a crew member of STS-133.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Michael_Barratt_(astronaut)", "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": "Acting Administrator: James Free", "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/michael_barratt_image_20220911034324.jpeg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190953.jpeg", "last_flight": "2024-03-04T03:53:38Z", "first_flight": "2009-03-26T11:49:18Z" }, { "id": 183, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/183/?format=api", "name": "Liu Boming", "status": { "id": 1, "name": "Active" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1966-09-16", "date_of_death": null, "nationality": "Chinese", "bio": "Liu Boming (simplified Chinese: 刘伯明; traditional Chinese: 劉伯明; pinyin: Líu Bómíng; born September 1966) is a Chinese pilot selected as part of the Shenzhou program. A fighter pilot in the People's Liberation Army Air Force, he was selected to be an CNSA member in 1998.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Liu_Boming_(astronaut)", "agency": { "id": 17, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/17/?format=api", "name": "China National Space Administration", "featured": true, "type": "Government", "country_code": "CHN", "abbrev": "CNSA", "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.", "administrator": "Administrator: Tang Dengjie", "founding_year": "1993", "launchers": "", "spacecraft": "Shenzhou", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg" }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/liu_boming_image_20210616062506.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190023.jpeg", "last_flight": "2021-06-17T01:22:31Z", "first_flight": "2008-09-25T13:10:04Z" }, { "id": 645, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/645/?format=api", "name": "Andrei Babkin", "status": { "id": 1, "name": "Active" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1969-04-21", "date_of_death": null, "nationality": "Russian", "bio": "Andrei Nikolaevich Babkin (Russian: Андре́й Никола́евич Ба́бкин) is a Russian Engineer and Cosmonaut who was selected in April 2010.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Andrei_Babkin", "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/andrei2520babkin_image_20200129210447.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185251.jpeg", "last_flight": null, "first_flight": null }, { "id": 569, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/569/?format=api", "name": "Norishige Kanai", "status": { "id": 1, "name": "Active" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1976-12-05", "date_of_death": null, "nationality": "Japanese", "bio": "Norishige Kanai, M.D. is a Japanese doctor and JAXA astronaut.\r\n\r\nHe is a lieutenant and Diving Medical Officer in the Japan Maritime Self-Defense Force (Medical Service Division, 1st Service School). He served as a crew member on board the International Space Station for Expedition 54/55, and returned to Earth on June 3 2018.", "twitter": "https://twitter.com/Astro_Kanai", "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Norishige_Kanai", "agency": { "id": 37, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/37/?format=api", "name": "Japan Aerospace Exploration Agency", "featured": true, "type": "Government", "country_code": "JPN", "abbrev": "JAXA", "description": "The Japan Aerospace Exploration Agency (JAXA) is Japan's national aero-space agency. Through the merger of three previously independent organizations, JAXA was formed on 1 October 2003. JAXA is responsible for research, technology development and the launch of satellites into orbit, and is involved in many more advanced missions, such as asteroid exploration and possible manned exploration of the Moon. JAXA launch their Epsilon vehicle from the Uchinoura Space Center and their H-II vehicles from the Tanegashima Space Center.", "administrator": "Administrator: Hiroshi Yamakawa", "founding_year": "2003", "launchers": "H-II", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg" }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/norishige2520kanai_image_20181203172829.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190144.jpeg", "last_flight": "2017-12-17T07:21:01Z", "first_flight": "2017-12-17T07:21:01Z" }, { "id": 537, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/537/?format=api", "name": "Sunita Williams", "status": { "id": 1, "name": "Active" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1965-09-19", "date_of_death": null, "nationality": "American", "bio": "Sunita Pandya Lyn Williams is an American astronaut and United States Navy officer of Indo-Slovenian descent. She formerly held the records for total spacewalks by a woman (seven) and most spacewalk time for a woman (50 hours, 40 minutes). Williams was assigned to the International Space Station as a member of Expedition 14 and Expedition 15. In 2012, she served as a flight engineer on Expedition 32 and then commander of Expedition 33.", "twitter": "https://twitter.com/Astro_Suni", "instagram": "https://www.instagram.com/astro_williams/", "wiki": "https://en.wikipedia.org/wiki/Sunita_Williams", "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": "Acting Administrator: James Free", "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/sunita2520williams_image_20181203164912.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190426.jpeg", "last_flight": "2024-06-05T14:52:15Z", "first_flight": "2006-12-10T01:47:35Z" } ] }