Astronaut List
Modes
Levels of detail in the response - list
, normal
, detailed
Example - /astronauts/?mode=list
Filters
Parameters - age
, age__gt
, age__gte
, age__lt
, age__lte
, agency_ids
, date_of_birth
, date_of_birth__gt
, date_of_birth__gte
, date_of_birth__lt
, date_of_birth__lte
, date_of_death
, date_of_death__gt
, date_of_death__gte
, date_of_death__lt
, date_of_death__lte
, first_flight
, first_flight__gt
, first_flight__gte
, first_flight__lt
, first_flight__lte
, flights_count
, flights_count__gt
, flights_count__gte
, flights_count__lt
, flights_count__lte
, has_flown
, in_space
, is_human
, landings_count
, landings_count__gt
, landings_count__gte
, landings_count__lt
, landings_count__lte
, last_flight
, last_flight__gt
, last_flight__gte
, last_flight__lt
, last_flight__lte
, nationality
, status_ids
, type__id
Example - /astronauts/?has_flown=true
Search
Fields searched - agency__abbrev
, agency__name
, name
, nationality__nationality_name
Example - /astronauts/?search=Pesquet
Ordering
Fields - age
, date_of_birth
, eva_time
, flights_count
, id
, landings_count
, last_flight
, name
, spacewalks_count
, status
, time_in_space
Example - /astronauts/?ordering=-time_in_space
Number of results
Use limit
to control the number of objects in the response (max 100)
Example - /astronauts/?limit=2
Format
Switch to JSON output - /astronauts/?format=json
Help
Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs
GET /2.3.0/astronauts/?format=api&offset=200&ordering=age
https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=210&ordering=age", "previous": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=190&ordering=age", "results": [ { "id": 154, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/154/?format=api", "name": "Anatoli Ivanishin", "status": { "id": 2, "name": "Retired" }, "agency": { "response_mode": "list", "id": 63, "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "abbrev": "RFSA", "type": { "id": 1, "name": "Government" } }, "image": { "id": 308, "name": "[AUTO] Anatoli Ivanishin - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/anatoli_ivanish_image_20200402084238.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185511.jpeg", "credit": null, "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": true, "variants": [] }, "response_mode": "normal", "type": { "id": 2, "name": "Government" }, "in_space": false, "time_in_space": "P476DT4H41M11S", "eva_time": "P0D", "age": 56, "date_of_birth": "1969-01-15", "date_of_death": null, "nationality": [ { "id": 5, "name": "Russia", "alpha_2_code": "RU", "alpha_3_code": "RUS", "nationality_name": "Russian", "nationality_name_composed": "Russo" } ], "bio": "Anatoli Alekseyevich Ivanishin (Russian: Анатолий Алексеевич Иванишин; born 15 January 1969 in Irkutsk) is a Russian cosmonaut. His first visit to space was to the International Space Station on board the Soyuz TMA-22 spacecraft as an Expedition 29 / Expedition 30 crew member, launching in November 2011 and returning in April 2012. Ivanishin was the Commander of the International Space Station for Expedition 49. His third and last spaceflight was as a flight engineer during Expedition 62 / Expedition 63 in 2020. \r\nIvanishin retired in October 2021 to focus on science career.", "wiki": "https://en.wikipedia.org/wiki/Anatoli_Ivanishin", "last_flight": "2020-04-09T08:05:06Z", "first_flight": "2011-11-14T04:14:03Z", "social_media_links": [], "flights_count": 3, "landings_count": 3, "spacewalks_count": 0 }, { "id": 345, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/345/?format=api", "name": "David M. Walker", "status": { "id": 11, "name": "Deceased" }, "agency": { "response_mode": "list", "id": 44, "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "abbrev": "NASA", "type": { "id": 1, "name": "Government" } }, "image": { "id": 740, "name": "[AUTO] David M. Walker - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/david2520m.2520walker_image_20181202103521.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190646.jpeg", "credit": null, "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": true, "variants": [] }, "response_mode": "normal", "type": { "id": 2, "name": "Government" }, "in_space": false, "time_in_space": "P30DT4H28M1S", "eva_time": "P0D", "age": 56, "date_of_birth": "1944-05-20", "date_of_death": "2001-04-23", "nationality": [ { "id": 2, "name": "United States of America", "alpha_2_code": "US", "alpha_3_code": "USA", "nationality_name": "American", "nationality_name_composed": "Americano" } ], "bio": "David Mathieson \"Dave\" Walker was an American naval officer and aviator, fighter pilot, test pilot, and a former NASA astronaut. He flew aboard four Space Shuttle missions in the 1980s and 1990s.", "wiki": "https://en.wikipedia.org/wiki/David_M._Walker_(astronaut)", "last_flight": "1995-09-07T15:09:00Z", "first_flight": "1984-11-08T12:15:00Z", "social_media_links": [], "flights_count": 4, "landings_count": 4, "spacewalks_count": 0 }, { "id": 14, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/14/?format=api", "name": "Michael S. Hopkins", "status": { "id": 2, "name": "Retired" }, "agency": { "response_mode": "list", "id": 44, "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "abbrev": "NASA", "type": { "id": 1, "name": "Government" } }, "image": { "id": 658, "name": "[AUTO] Michael S. Hopkins - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael2520s.2520hopkins_image_20181127212118.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190431.jpeg", "credit": null, "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": true, "variants": [] }, "response_mode": "normal", "type": { "id": 2, "name": "Government" }, "in_space": false, "time_in_space": "P333DT12H54M53S", "eva_time": "P1DT8H1M", "age": 56, "date_of_birth": "1968-12-28", "date_of_death": null, "nationality": [ { "id": 2, "name": "United States of America", "alpha_2_code": "US", "alpha_3_code": "USA", "nationality_name": "American", "nationality_name_composed": "Americano" } ], "bio": "Michael Scott Hopkins (born December 28, 1968) is a Colonel in the U.S. Air Force, and a current NASA astronaut. Hopkins was selected in June 2009 as a member of the NASA Astronaut Group 20. He made his first spaceflight as a Flight Engineer on Soyuz TMA-10M/Expedition 37/Expedition 38, from September 2013 until March 2014. He was the first member of his astronaut class to fly in space. As well as being the first member of his class to fly in space, he is set to become the first member of his class to return to space in 2019 as Commander of the first operational SpaceX Crew Dragon mission to the International Space Station.", "wiki": "https://en.wikipedia.org/wiki/Michael_S._Hopkins", "last_flight": "2020-11-16T00:27:17Z", "first_flight": "2013-09-25T20:58:50Z", "social_media_links": [ { "id": 47, "social_media": { "id": 1, "name": "X", "url": "https://x.com", "logo": { "id": 2320, "name": "X logo", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_thumbnail_20250211191027.jpeg", "credit": "X", "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": true, "variants": [] } }, "url": "https://twitter.com/Astro_illini" } ], "flights_count": 2, "landings_count": 2, "spacewalks_count": 5 }, { "id": 306, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/306/?format=api", "name": "Ronald Evans", "status": { "id": 11, "name": "Deceased" }, "agency": { "response_mode": "list", "id": 44, "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "abbrev": "NASA", "type": { "id": 1, "name": "Government" } }, "image": { "id": 712, "name": "[AUTO] Ronald Evans - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ronald2520evans_image_20190426143713.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190603.jpeg", "credit": null, "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": true, "variants": [] }, "response_mode": "normal", "type": { "id": 2, "name": "Government" }, "in_space": false, "time_in_space": "P0D", "eva_time": "PT1H5M44S", "age": 56, "date_of_birth": "1933-11-10", "date_of_death": "1990-04-07", "nationality": [ { "id": 2, "name": "United States of America", "alpha_2_code": "US", "alpha_3_code": "USA", "nationality_name": "American", "nationality_name_composed": "Americano" } ], "bio": "Ronald Ellwin Evans Jr. was an American naval officer and aviator, electrical engineer, aeronautical engineer, and NASA astronaut, also one of only 24 people to have flown to the Moon.\r\n\r\nEvans was selected as an astronaut by NASA as part of Astronaut Group 5 in 1966 and made his first and only flight into space as Command Module Pilot aboard Apollo 17 in 1972, the last manned mission to the Moon to date, with Commander Eugene Cernan and Lunar Module Pilot Harrison Schmitt. During the flight, he orbited the Moon as his two crewmates descended to the surface. Consequently, he is the last person to orbit the Moon alone and holds the record for the most time spent in lunar orbit at 148 hours. In 1975 Evans served as backup Command Module Pilot for the Apollo-Soyuz Test Project mission.", "wiki": "https://en.wikipedia.org/wiki/Ronald_Evans_(astronaut)", "last_flight": "1972-12-07T05:33:00Z", "first_flight": "1972-12-07T05:33:00Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 1 }, { "id": 150, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/150/?format=api", "name": "Akihiko Hoshide", "status": { "id": 1, "name": "Active" }, "agency": { "response_mode": "list", "id": 37, "url": "https://lldev.thespacedevs.com/2.3.0/agencies/37/?format=api", "name": "Japan Aerospace Exploration Agency", "abbrev": "JAXA", "type": { "id": 1, "name": "Government" } }, "image": { "id": 365, "name": "[AUTO] Akihiko Hoshide - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/akihiko_hoshide_image_20210327081731.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185651.jpeg", "credit": null, "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": true, "variants": [] }, "response_mode": "normal", "type": { "id": 2, "name": "Government" }, "in_space": false, "time_in_space": "P340DT11H9M43S", "eva_time": "P1DT4H17M", "age": 56, "date_of_birth": "1968-12-28", "date_of_death": null, "nationality": [ { "id": 28, "name": "Japan", "alpha_2_code": "JP", "alpha_3_code": "JPN", "nationality_name": "Japanese", "nationality_name_composed": "Nippo" } ], "bio": "Akihiko Hoshide is a Japanese engineer and JAXA astronaut. On August 30, 2012, Hoshide became the third Japanese astronaut to walk in space. His space selfies from 2012, including another space selfie that was posted on Instagram, appeared at the top of many selfie lists of 2013.", "wiki": "https://en.wikipedia.org/wiki/Akihiko_Hoshide", "last_flight": "2021-04-23T09:49:02Z", "first_flight": "2008-05-31T21:02:12Z", "social_media_links": [ { "id": 176, "social_media": { "id": 1, "name": "X", "url": "https://x.com", "logo": { "id": 2320, "name": "X logo", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_thumbnail_20250211191027.jpeg", "credit": "X", "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": true, "variants": [] } }, "url": "https://twitter.com/Aki_Hoshide" } ], "flights_count": 3, "landings_count": 3, "spacewalks_count": 4 }, { "id": 554, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/554/?format=api", "name": "James Dutton", "status": { "id": 2, "name": "Retired" }, "agency": { "response_mode": "list", "id": 44, "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "abbrev": "NASA", "type": { "id": 1, "name": "Government" } }, "image": { "id": 701, "name": "[AUTO] James Dutton - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/james2520dutton_image_20181203171050.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190537.jpeg", "credit": null, "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": true, "variants": [] }, "response_mode": "normal", "type": { "id": 2, "name": "Government" }, "in_space": false, "time_in_space": "P15DT2H46M38S", "eva_time": "P0D", "age": 56, "date_of_birth": "1968-11-20", "date_of_death": null, "nationality": [ { "id": 2, "name": "United States of America", "alpha_2_code": "US", "alpha_3_code": "USA", "nationality_name": "American", "nationality_name_composed": "Americano" } ], "bio": "James Patrick \"Mash\" Dutton, Jr. is a NASA astronaut pilot of the Class of 2004 (NASA Group 19), and a former test pilot in the US Air Force with the rank of Colonel.", "wiki": "https://en.wikipedia.org/wiki/James_Dutton_(astronaut)", "last_flight": "2010-04-05T10:21:22Z", "first_flight": "2010-04-05T10:21:22Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 184, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/184/?format=api", "name": "Liu Wang", "status": { "id": 1, "name": "Active" }, "agency": { "response_mode": "list", "id": 17, "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api", "name": "China National Space Administration", "abbrev": "CNSA", "type": { "id": 1, "name": "Government" } }, "image": { "id": 349, "name": "[AUTO] Liu Wang - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/liu2520wang_image_20181129235721.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185624.jpeg", "credit": null, "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": true, "variants": [] }, "response_mode": "normal", "type": { "id": 2, "name": "Government" }, "in_space": false, "time_in_space": "P12DT15H23M52S", "eva_time": "P0D", "age": 56, "date_of_birth": "1969-03-25", "date_of_death": null, "nationality": [ { "id": 6, "name": "China", "alpha_2_code": "CN", "alpha_3_code": "CHN", "nationality_name": "Chinese", "nationality_name_composed": "Sino" } ], "bio": "Liu Wang (simplified Chinese: 刘旺; traditional Chinese: 劉旺, born in 1969) is a Chinese pilot selected as part of the Shenzhou program. He was born in the Shanxi province of China and was a fighter pilot in the People's Liberation Army Air Force. He was selected to be an astronaut in 1998.", "wiki": "https://en.wikipedia.org/wiki/Liu_Wang", "last_flight": "2012-06-16T10:37:24Z", "first_flight": "2012-06-16T10:37:24Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 601, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/601/?format=api", "name": "Ronald A. Parise", "status": { "id": 11, "name": "Deceased" }, "agency": { "response_mode": "list", "id": 44, "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "abbrev": "NASA", "type": { "id": 1, "name": "Government" } }, "image": { "id": 812, "name": "[AUTO] Ronald A. Parise - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ronald2520a.2520parise_image_20181208002606.gif", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190836.jpeg", "credit": null, "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": true, "variants": [] }, "response_mode": "normal", "type": { "id": 5, "name": "Payload Specialist" }, "in_space": false, "time_in_space": "P25DT14H13M47S", "eva_time": "P0D", "age": 56, "date_of_birth": "1951-05-24", "date_of_death": "2008-05-09", "nationality": [ { "id": 2, "name": "United States of America", "alpha_2_code": "US", "alpha_3_code": "USA", "nationality_name": "American", "nationality_name_composed": "Americano" } ], "bio": "Ronald Anthony Parise (May 24, 1951 – May 9, 2008) was an Italian American scientist who flew aboard two NASA Space Shuttle missions as a payload specialist.", "wiki": "https://en.wikipedia.org/wiki/Ronald_A._Parise", "last_flight": "1995-03-02T06:38:13Z", "first_flight": "1990-12-02T06:49:00Z", "social_media_links": [], "flights_count": 2, "landings_count": 2, "spacewalks_count": 0 }, { "id": 167, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/167/?format=api", "name": "Dmitri Kondratyev", "status": { "id": 2, "name": "Retired" }, "agency": { "response_mode": "list", "id": 63, "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "abbrev": "RFSA", "type": { "id": 1, "name": "Government" } }, "image": { "id": 605, "name": "[AUTO] Dmitri Kondratyev - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/dmitri2520kondratyev_image_20181129233324.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190306.jpeg", "credit": null, "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": true, "variants": [] }, "response_mode": "normal", "type": { "id": 2, "name": "Government" }, "in_space": false, "time_in_space": "P159DT7H17M35S", "eva_time": "PT10H14M", "age": 56, "date_of_birth": "1969-05-25", "date_of_death": null, "nationality": [ { "id": 5, "name": "Russia", "alpha_2_code": "RU", "alpha_3_code": "RUS", "nationality_name": "Russian", "nationality_name_composed": "Russo" } ], "bio": "Dmitri Yur'yevich Kondrat'yev Russian: Дмитрий Юрьевич Кондратьев (born 25 May 1969 in Irkutsk, Russia) is a retired Russian cosmonaut. He served as a crewmember on the International Space Station long duration mission Expedition 27 as Commander, having also served as a Flight Engineer on Expedition 26 during the same stay in space. Kondratyev traveled to space for the first time aboard the Soyuz TMA-20 spacecraft in December 2010.", "wiki": "https://en.wikipedia.org/wiki/Dmitri_Kondratyev", "last_flight": "2010-12-15T19:09:25Z", "first_flight": "2010-12-15T19:09:25Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 2 }, { "id": 291, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/291/?format=api", "name": "Boris Yegorov", "status": { "id": 11, "name": "Deceased" }, "agency": { "response_mode": "list", "id": 63, "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "abbrev": "RFSA", "type": { "id": 1, "name": "Government" } }, "image": { "id": 786, "name": "[AUTO] Boris Yegorov - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/boris2520yegorov_image_20181201225827.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190756.jpeg", "credit": null, "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": true, "variants": [] }, "response_mode": "normal", "type": { "id": 2, "name": "Government" }, "in_space": false, "time_in_space": "P1DT17M3S", "eva_time": "P0D", "age": 56, "date_of_birth": "1937-11-26", "date_of_death": "1994-09-12", "nationality": [ { "id": 5, "name": "Russia", "alpha_2_code": "RU", "alpha_3_code": "RUS", "nationality_name": "Russian", "nationality_name_composed": "Russo" } ], "bio": "Boris Borisovich Yegorov was a Soviet physician-cosmonaut who became the first physician to make a space flight. Yegorov was selected as a member of the multi-disciplinary team that flew on Voskhod 1.", "wiki": "https://en.wikipedia.org/wiki/Boris_Yegorov", "last_flight": "1964-10-12T07:30:01Z", "first_flight": "1964-10-12T07:30:01Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 } ] }{ "count": 813, "next": "