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 - ll.thespacedevs.com/docs
GET /2.3.0/astronauts/?format=api&offset=300&ordering=-landings_count
{ "count": 813, "next": "https://ll.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=310&ordering=-landings_count", "previous": "https://ll.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=290&ordering=-landings_count", "results": [ { "id": 183, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/183/?format=api", "name": "Liu Boming", "status": { "id": 1, "name": "Active" }, "agency": { "response_mode": "list", "id": 17, "url": "https://ll.thespacedevs.com/2.3.0/agencies/17/?format=api", "name": "China National Space Administration", "abbrev": "CNSA", "type": { "id": 1, "name": "Government" } }, "image": { "id": 502, "name": "[AUTO] Liu Boming - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/liu_boming_image_20210616062506.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190023.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": "P95DT38M25S", "eva_time": "PT13H3M", "age": 58, "date_of_birth": "1966-09-16", "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 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.", "wiki": "https://en.wikipedia.org/wiki/Liu_Boming_(astronaut)", "last_flight": "2021-06-17T01:22:31Z", "first_flight": "2008-09-25T13:10:04Z", "social_media_links": [], "flights_count": 2, "landings_count": 2, "spacewalks_count": 3 }, { "id": 731, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/731/?format=api", "name": "Cai Xuzhe", "status": { "id": 1, "name": "Active" }, "agency": { "response_mode": "list", "id": 17, "url": "https://ll.thespacedevs.com/2.3.0/agencies/17/?format=api", "name": "China National Space Administration", "abbrev": "CNSA", "type": { "id": 1, "name": "Government" } }, "image": { "id": 848, "name": "[AUTO] Cai Xuzhe - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cai_xuzhe_image_20220604085007.png", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190933.png", "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": "P364DT18H6M29S", "eva_time": "P1DT10H9M", "age": 49, "date_of_birth": "1976-05-01", "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": "Chinese astronaut from the CNSA Group-2 selection (2010).", "wiki": "https://en.wikipedia.org/wiki/Cai_Xuzhe", "last_flight": "2024-10-29T20:27:34Z", "first_flight": "2022-06-05T02:44:10Z", "social_media_links": [], "flights_count": 2, "landings_count": 2, "spacewalks_count": 5 }, { "id": 614, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/614/?format=api", "name": "Gregory T. Linteris", "status": { "id": 2, "name": "Retired" }, "agency": { "response_mode": "list", "id": 44, "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "abbrev": "NASA", "type": { "id": 1, "name": "Government" } }, "image": { "id": 554, "name": "[AUTO] Gregory T. Linteris - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gregory2520t.2520linteris_image_20190211162441.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190146.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": "P19DT15H57M26S", "eva_time": "P0D", "age": 67, "date_of_birth": "1957-10-04", "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": "Gregory Thomas Linteris, Ph.D. (born October 4, 1957 in Englewood, New Jersey) is an American scientist who flew as a payload specialist on two NASA Space Shuttle missions in 1997.", "wiki": "https://en.wikipedia.org/wiki/Gregory_T._Linteris", "last_flight": "1997-07-01T18:02:02Z", "first_flight": "1997-04-04T19:20:32Z", "social_media_links": [], "flights_count": 2, "landings_count": 2, "spacewalks_count": 0 }, { "id": 533, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/533/?format=api", "name": "Nicholas Patrick", "status": { "id": 2, "name": "Retired" }, "agency": { "response_mode": "list", "id": 44, "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "abbrev": "NASA", "type": { "id": 1, "name": "Government" } }, "image": { "id": 305, "name": "[AUTO] Nicholas Patrick - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nicholas_patric_image_20220911034553.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185506.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": "P26DT14H52M17S", "eva_time": "PT18H14M", "age": 60, "date_of_birth": "1964-11-19", "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": "Nicholas James MacDonald Patrick, Ph.D. is a British-American engineer and a former NASA astronaut. His flight on the 2006 Discovery STS-116 mission made him the fourth person born in the United Kingdom to go into space.", "wiki": "https://en.wikipedia.org/wiki/Nicholas_Patrick", "last_flight": "2010-02-08T09:14:08Z", "first_flight": "2006-12-10T01:47:35Z", "social_media_links": [ { "id": 148, "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_Nicholas" } ], "flights_count": 2, "landings_count": 2, "spacewalks_count": 3 }, { "id": 188, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/188/?format=api", "name": "Steve MacLean", "status": { "id": 2, "name": "Retired" }, "agency": { "response_mode": "list", "id": 16, "url": "https://ll.thespacedevs.com/2.3.0/agencies/16/?format=api", "name": "Canadian Space Agency", "abbrev": "CSA", "type": { "id": 1, "name": "Government" } }, "image": { "id": 235, "name": "[AUTO] Steve MacLean - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/steve2520maclean_image_20181201174100.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185306.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": "P21DT16H1M25S", "eva_time": "PT7H11M", "age": 70, "date_of_birth": "1954-12-14", "date_of_death": null, "nationality": [ { "id": 26, "name": "Canada", "alpha_2_code": "CA", "alpha_3_code": "CAN", "nationality_name": "Canadian", "nationality_name_composed": "Canado" } ], "bio": "Steven Glenwood MacLean FRCGS (born December 14, 1954) is a Canadian astronaut.\r\nMacLean served as a Mission Specialist on STS-115, which launched on September 9, 2006, and returned on September 21, 2006. He became the first Canadian to operate the robotic arm Canadarm2. On September 13, he performed his first spacewalk, a 7-hour EVA to activate the solar panels on the P3/4 truss – the second Canadian to do so, after Chris Hadfield.", "wiki": "https://en.wikipedia.org/wiki/Steve_MacLean_(astronaut)", "last_flight": "2006-09-09T15:14:55Z", "first_flight": "1992-10-22T17:09:40Z", "social_media_links": [], "flights_count": 2, "landings_count": 2, "spacewalks_count": 1 }, { "id": 268, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/268/?format=api", "name": "Michel Tognini", "status": { "id": 2, "name": "Retired" }, "agency": { "response_mode": "list", "id": 27, "url": "https://ll.thespacedevs.com/2.3.0/agencies/27/?format=api", "name": "European Space Agency", "abbrev": "ESA", "type": { "id": 2, "name": "Multinational" } }, "image": { "id": 364, "name": "[AUTO] Michel Tognini - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michel2520tognini_image_20181201222820.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185649.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": "P18DT17H45M18S", "eva_time": "P0D", "age": 75, "date_of_birth": "1949-09-30", "date_of_death": null, "nationality": [ { "id": 1, "name": "France", "alpha_2_code": "FR", "alpha_3_code": "FRA", "nationality_name": "French", "nationality_name_composed": "Franco" } ], "bio": "Michel Ange-Charles Tognini (born September 30, 1949 in Vincennes, France) is a French test pilot, Brigadier General in the French Air Force, and a former CNES and ESA astronaut. A veteran of two space flights, Tognini has logged a total of 19 days in space.", "wiki": "https://en.wikipedia.org/wiki/Michel_Tognini", "last_flight": "1999-07-23T04:31:00Z", "first_flight": "1992-07-27T06:08:42Z", "social_media_links": [], "flights_count": 2, "landings_count": 2, "spacewalks_count": 0 }, { "id": 288, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/288/?format=api", "name": "Dafydd Williams", "status": { "id": 2, "name": "Retired" }, "agency": { "response_mode": "list", "id": 16, "url": "https://ll.thespacedevs.com/2.3.0/agencies/16/?format=api", "name": "Canadian Space Agency", "abbrev": "CSA", "type": { "id": 1, "name": "Government" } }, "image": { "id": 323, "name": "[AUTO] Dafydd Williams - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/dafydd2520williams_image_20181201225440.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185541.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": "P28DT15H46M18S", "eva_time": "PT17H30M", "age": 71, "date_of_birth": "1954-05-16", "date_of_death": null, "nationality": [ { "id": 26, "name": "Canada", "alpha_2_code": "CA", "alpha_3_code": "CAN", "nationality_name": "Canadian", "nationality_name_composed": "Canado" } ], "bio": "Dafydd Rhys \"Dave\" Williams OC (born May 16, 1954) is a Canadian physician, public speaker and a retired CSA astronaut. Williams was a mission specialist on two space shuttle missions. His first spaceflight, STS-90 in 1998, was a 16-day mission aboard Space Shuttle Columbia dedicated to neuroscience research. His second flight, STS-118 in August 2007, was flown by Space Shuttle Endeavour to the International Space Station. During that mission he performed three spacewalks, becoming the third Canadian to perform a spacewalk and setting a Canadian record for total number of spacewalks. These spacewalks combined for a total duration of 17 hours and 47 minutes.", "wiki": "https://en.wikipedia.org/wiki/Dafydd_Williams", "last_flight": "2007-08-08T22:36:42Z", "first_flight": "1998-04-17T18:19:00Z", "social_media_links": [], "flights_count": 2, "landings_count": 2, "spacewalks_count": 3 }, { "id": 641, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/641/?format=api", "name": "Rosie the Astronaut", "status": { "id": 1, "name": "Active" }, "agency": { "response_mode": "list", "id": 80, "url": "https://ll.thespacedevs.com/2.3.0/agencies/80/?format=api", "name": "Boeing", "abbrev": "BA", "type": { "id": 3, "name": "Commercial" } }, "image": { "id": 738, "name": "[AUTO] Rosie the Astronaut - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rosie2520the2520astronaut_image_20191204080725.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190643.jpeg", "credit": null, "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": true, "variants": [] }, "response_mode": "normal", "type": { "id": 6, "name": "Non-Human" }, "in_space": false, "time_in_space": "P8DT1H16M23S", "eva_time": "P0D", "age": null, "date_of_birth": null, "date_of_death": null, "nationality": [ { "id": 17, "name": "Unknown", "alpha_2_code": "??", "alpha_3_code": "???", "nationality_name": "Earthling", "nationality_name_composed": "Earthling" } ], "bio": "Rosie the Astronaut is an Anthropomorphic Test Device (ATD), named after the iconic WWII character, Rosie the Riveter.\r\nIt will launch aboard the Boeing Starliner for its inaugural uncrewed flight to the International Space Station and back.", "wiki": null, "last_flight": "2022-05-19T22:54:47Z", "first_flight": "2019-12-20T11:36:43Z", "social_media_links": [], "flights_count": 2, "landings_count": 2, "spacewalks_count": 0 }, { "id": 547, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/547/?format=api", "name": "Alvin Drew", "status": { "id": 2, "name": "Retired" }, "agency": { "response_mode": "list", "id": 44, "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "abbrev": "NASA", "type": { "id": 1, "name": "Government" } }, "image": { "id": 369, "name": "[AUTO] Alvin Drew - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/alvin_drew_image_20220911034007.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185657.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": "P25DT13H54S", "eva_time": "PT12H48M", "age": 62, "date_of_birth": "1962-11-05", "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": "Colonel Benjamin Alvin Drew is a United States Air Force officer and a NASA astronaut. He has been on two spaceflights; the first was the Space Shuttle mission STS-118 to the International Space Station, in August 2007. Drew's second spaceflight took place in March 2011 on STS-133, another mission to the International Space Station. STS-133 was Space Shuttle Discovery's final mission. Drew took part in two spacewalks while docked to the station. Drew was the final African-American to fly on board a Space Shuttle, as the final two Space Shuttle missions, STS-134 and STS-135, had no African-American crew members. He also is currently the latest African-American Astronaut to fly in space.\r\n\r\nDrew was selected to be an astronaut in NASA's Astronaut Group 18 in July 2000. Following his rookie spaceflight, Drew spent almost a year at the Yuri Gagarin Cosmonauts Training Center in Star City, Russia, overseeing NASA's training operations there as Director of Operations.\r\n\r\nOn February 28, 2011, Drew became the 200th person to walk in space, when he conducted the first spacewalk of the STS-133 mission with fellow astronaut Steve Bowen.", "wiki": "https://en.wikipedia.org/wiki/Alvin_Drew", "last_flight": "2011-02-24T21:53:24Z", "first_flight": "2007-08-08T22:36:42Z", "social_media_links": [ { "id": 7, "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/alvindrew" } ], "flights_count": 2, "landings_count": 2, "spacewalks_count": 2 }, { "id": 510, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/510/?format=api", "name": "Heidemarie Stefanyshyn-Piper", "status": { "id": 2, "name": "Retired" }, "agency": { "response_mode": "list", "id": 44, "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "abbrev": "NASA", "type": { "id": 1, "name": "Government" } }, "image": { "id": 892, "name": "[AUTO] Heidemarie Stefanyshyn-Piper - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/heidemarie_stef_image_20220911033606.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191049.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": "P27DT15H35M26S", "eva_time": "P1DT9H42M", "age": 62, "date_of_birth": "1963-02-07", "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": "Heidemarie Martha Stefanyshyn-Piper is an American Naval officer, engineer, and a former NASA astronaut. She has achieved the rank of Captain in the United States Navy. She is also a qualified and experienced salvage officer. Her major salvage projects include de-stranding the tanker Exxon Houston off the coast of Barbers Point, on the island of Oahu, Hawaii, and developing the plan for the Peruvian Navy salvage of the Peruvian submarine Pacocha.\r\n\r\nStefanyshyn-Piper has received numerous honors and awards, such as the Meritorious Service Medal, two Navy Commendation Medals, and two Navy Achievement Medals. She has flown on two Space Shuttle missions, STS-115 and STS-126, during which she completed five spacewalks totaling 33 hours and 42 minutes. As of 2018, she ranks 39th on the all-time list of space walkers by duration.", "wiki": "https://en.wikipedia.org/wiki/Heidemarie_Stefanyshyn-Piper", "last_flight": "2008-11-15T00:55:39Z", "first_flight": "2006-09-09T15:14:55Z", "social_media_links": [], "flights_count": 2, "landings_count": 2, "spacewalks_count": 5 } ] }