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=420&ordering=-last_flight
https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=430&ordering=-last_flight", "previous": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=410&ordering=-last_flight", "results": [ { "id": 498, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/498/?format=api", "name": "Charles Camarda", "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": 397, "name": "[AUTO] Charles Camarda - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/charles_camarda_image_20220911034443.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185739.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": "P13DT21H32M", "eva_time": "P0D", "age": 72, "date_of_birth": "1952-05-08", "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": "Charles Joseph \"Charlie\" Camarda is an American engineer and a NASA astronaut who flew his first mission into space on board the Space Shuttle mission STS-114. He served as Senior Advisor for Engineering Development at NASA Langley Research Center.", "wiki": "https://en.wikipedia.org/wiki/Charles_Camarda", "last_flight": "2005-07-26T14:39:00Z", "first_flight": "2005-07-26T14:39:00Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 174, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/174/?format=api", "name": "Sergei Krikalev", "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": 901, "name": "[AUTO] Sergei Krikalev - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sergei2520krikalev_image_20181129234055.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191103.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": "P803DT13H47M10S", "eva_time": "P1DT17H27M", "age": 66, "date_of_birth": "1958-08-27", "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": "Sergei Konstantinovich Krikalev (Russian: Серге́й Константинович Крикалёв, also transliterated as Sergei Krikalyov; born August 27, 1958) is a Russian cosmonaut and mechanical engineer. As a prominent rocket scientist, he is a veteran of six space flights and ranks third to Gennady Padalka and Yuri Malenchenko for the amount of time in space: a total of 803 days, 9 hours, and 38 minutes.", "wiki": "https://en.wikipedia.org/wiki/Sergei_Krikalev", "last_flight": "2005-04-15T00:46:25Z", "first_flight": "1988-11-26T15:49:34Z", "social_media_links": [], "flights_count": 6, "landings_count": 6, "spacewalks_count": 8 }, { "id": 429, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/429/?format=api", "name": "Leroy Chiao", "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": 265, "name": "[AUTO] Leroy Chiao - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/leroy_chiao_image_20220911034040.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185358.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": "P229DT8H39M14S", "eva_time": "P1DT12H8M", "age": 64, "date_of_birth": "1960-08-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": "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.", "wiki": "https://en.wikipedia.org/wiki/Leroy_Chiao", "last_flight": "2004-10-14T03:06:26Z", "first_flight": "1994-07-08T16:43:01Z", "social_media_links": [ { "id": 119, "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/AstroDude" } ], "flights_count": 4, "landings_count": 4, "spacewalks_count": 6 }, { "id": 249, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/249/?format=api", "name": "Yuri Shargin", "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": 722, "name": "[AUTO] Yuri Shargin - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/yuri2520shargin_image_20181201220241.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190618.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": "P9DT21H28M34S", "eva_time": "P0D", "age": 65, "date_of_birth": "1960-03-20", "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": "Yuri Georgiyevich Shargin (Russian: Юрий Георгиевич Шаргин) is a retired cosmonaut of the Russian Space Forces.\r\nHe was selected as a cosmonaut on February 9, 1996.\r\n\r\nHe was selected in 2004, to be the flight engineer on the Soyuz TMA-5 mission to the International Space Station. Shargin was the first Russian military cosmonaut on board and had a secret mission.", "wiki": "https://en.wikipedia.org/wiki/Yuri_Shargin", "last_flight": "2004-10-14T03:06:26Z", "first_flight": "2004-10-14T03:06:26Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 250, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/250/?format=api", "name": "Salizhan Sharipov", "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": 668, "name": "[AUTO] Salizhan Sharipov - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salizhan2520sharipov_image_20181201220513.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190445.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": "P201DT14H49M19S", "eva_time": "PT10H34M", "age": 60, "date_of_birth": "1964-08-24", "date_of_death": null, "nationality": [ { "id": 38, "name": "Kyrgyzstan", "alpha_2_code": "KG", "alpha_3_code": "KGZ", "nationality_name": "Kyrgyz", "nationality_name_composed": "Kyrgyzstani" } ], "bio": "Salizhan Shakirovich Sharipov (Russian: Салижан Шакирович Шарипов) (born 24 August 1964) is a Kyrgyzstani cosmonaut. Sharipov is a co-author and investigator for the Advanced Diagnostic Ultrasound in Microgravity project. He has been to space twice (launched from the U.S. as an astronaut in 1998 and from Russia as a cosmonaut in 2004) and has conducted two spacewalks. Sharipov retired on 18 July 2008.", "wiki": "https://en.wikipedia.org/wiki/Salizhan_Sharipov", "last_flight": "2004-10-14T03:06:26Z", "first_flight": "1998-01-23T02:48:15Z", "social_media_links": [], "flights_count": 2, "landings_count": 2, "spacewalks_count": 2 }, { "id": 417, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/417/?format=api", "name": "Michael Foale", "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": 704, "name": "[AUTO] Michael Foale - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael2520foale_image_20181202141301.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190542.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": "P373DT18H16M26S", "eva_time": "PT22H34M", "age": 68, "date_of_birth": "1957-01-06", "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": "Colin Michael Foale CBE is a British-American astrophysicist and former NASA astronaut. He is a veteran of six space missions, and is the only NASA astronaut to have flown extended missions aboard both Mir and the International Space Station. He was the first Briton to perform a space walk, and until 17 April 2008, he held the record for most time spent in space by a US citizen: 374 days, 11 hours, 19 minutes. He still holds the cumulative-time-in-space record for a UK citizen.", "wiki": "https://en.wikipedia.org/wiki/Michael_Foale", "last_flight": "2003-10-18T05:38:03Z", "first_flight": "1992-03-24T13:13:39Z", "social_media_links": [], "flights_count": 6, "landings_count": 6, "spacewalks_count": 4 }, { "id": 95, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/95/?format=api", "name": "Pedro Duque", "status": { "id": 2, "name": "Retired" }, "agency": { "response_mode": "list", "id": 27, "url": "https://lldev.thespacedevs.com/2.3.0/agencies/27/?format=api", "name": "European Space Agency", "abbrev": "ESA", "type": { "id": 2, "name": "Multinational" } }, "image": { "id": 408, "name": "[AUTO] Pedro Duque - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pedro2520duque_image_20181128225634.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185757.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": "P18DT18H46M23S", "eva_time": "P0D", "age": 62, "date_of_birth": "1963-03-14", "date_of_death": null, "nationality": [ { "id": 7, "name": "Spain", "alpha_2_code": "ES", "alpha_3_code": "ESP", "nationality_name": "Spanish", "nationality_name_composed": "Hispano" } ], "bio": "Pedro Francisco Duque Duque, OF, OMSE (Madrid, 14 March 1963) is a Spanish astronaut and aeronautics engineer, currently serving as Spain's Minister of Science, Innovation and Universities. He was the first Spanish astronaut.\r\n\r\nDuque underwent training in both Russia and the United States. His first spaceflight was as a mission specialist aboard space shuttle mission STS-95, during which Duque supervised ESA experimental modules. In October 2003, Duque visited the International Space Station on board of a Soyuz TMA Ship for several days during a crew changeover. The scientific program of this visit was called by ESA/Spain Misión Cervantes.", "wiki": "https://en.wikipedia.org/wiki/Pedro_Duque", "last_flight": "2003-10-18T05:38:03Z", "first_flight": "1998-10-29T19:19:34Z", "social_media_links": [], "flights_count": 2, "landings_count": 2, "spacewalks_count": 0 }, { "id": 290, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/290/?format=api", "name": "Yang Liwei", "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": 610, "name": "[AUTO] Yang Liwei - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/yang2520liwei_image_20181201225703.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190313.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": "PT21H22M45S", "eva_time": "P0D", "age": 59, "date_of_birth": "1965-06-21", "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": "Yang Liwei is a major general, military pilot, and China National Space Administration astronaut. In October 2003, he became the first person sent into space by the Chinese space program. This mission, Shenzhou 5, made China the third country to independently send humans into space.", "wiki": "https://en.wikipedia.org/wiki/Yang_Liwei", "last_flight": "2003-10-15T01:00:03Z", "first_flight": "2003-10-15T01:00:03Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 480, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/480/?format=api", "name": "Ed Lu", "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": 618, "name": "[AUTO] Ed Lu - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ed2520lu_image_20181202152640.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190326.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": "P205DT23H15M33S", "eva_time": "PT6H15M", "age": 61, "date_of_birth": "1963-07-01", "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": "Edward Tsang \"Ed\" Lu (simplified Chinese: 卢杰; traditional Chinese: 盧傑; pinyin: Lú Jié) is an American physicist and former NASA astronaut. He flew on two Space Shuttle flights, and made an extended stay aboard the International Space Station.\r\n\r\nIn 2007, Lu retired from NASA to become the program manager of Google's Advanced Projects Team. In 2002, while still at NASA, Lu co-founded the B612 Foundation, dedicated to protecting the Earth from asteroid strikes, later serving as its chairman. As of 2014, he is currently its chief executive officer (CEO).", "wiki": "https://en.wikipedia.org/wiki/Ed_Lu", "last_flight": "2003-04-26T03:53:52Z", "first_flight": "1997-05-15T08:07:48Z", "social_media_links": [ { "id": 39, "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/astroEdLu" } ], "flights_count": 3, "landings_count": 3, "spacewalks_count": 1 }, { "id": 492, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/492/?format=api", "name": "William C. McCool", "status": { "id": 4, "name": "Lost In Flight" }, "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": 603, "name": "[AUTO] William C. McCool - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/william_c._mcco_image_20220911034529.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190303.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": "P15DT22H20M", "eva_time": "P0D", "age": 41, "date_of_birth": "1961-09-23", "date_of_death": "2003-02-01", "nationality": [ { "id": 2, "name": "United States of America", "alpha_2_code": "US", "alpha_3_code": "USA", "nationality_name": "American", "nationality_name_composed": "Americano" } ], "bio": "William Cameron \"Willie\" McCool was an American naval officer and aviator, test pilot, aeronautical engineer, and NASA astronaut, who was the pilot of Space Shuttle Columbia mission STS-107. He and the rest of the crew of STS-107 were killed when Columbia disintegrated during re-entry into the atmosphere. He was the youngest male member of the crew. McCool was posthumously awarded the Congressional Space Medal of Honor.", "wiki": "https://en.wikipedia.org/wiki/William_C._McCool", "last_flight": "2003-01-16T15:39:00Z", "first_flight": "2003-01-16T15:39:00Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 } ] }{ "count": 805, "next": "