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=570&ordering=-spacewalks_count
{ "count": 807, "next": "https://ll.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=580&ordering=-spacewalks_count", "previous": "https://ll.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=560&ordering=-spacewalks_count", "results": [ { "id": 263, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/263/?format=api", "name": "Valentina Tereshkova", "status": { "id": 2, "name": "Retired" }, "agency": { "response_mode": "list", "id": 63, "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "abbrev": "RFSA", "type": { "id": 1, "name": "Government" } }, "image": { "id": 381, "name": "[AUTO] Valentina Tereshkova - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/valentina2520tereshkova_image_20181201222143.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185716.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": "P2DT22H50M8S", "eva_time": "P0D", "age": 88, "date_of_birth": "1937-03-06", "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": "Valentina Vladimirovna Tereshkova (born 6 March 1937) is a retired Russian cosmonaut, engineer, and politician. She is the first woman to have flown in space, having been selected from more than 400 applicants and five finalists to pilot Vostok 6 on 16 June 1963.\r\n\r\nIn order to join the Cosmonaut Corps, Tereshkova was honorarily inducted into the Soviet Air Force and thus she also became the first civilian to fly in space.", "wiki": "https://en.wikipedia.org/wiki/Valentina_Tereshkova", "last_flight": "1963-06-16T09:29:52Z", "first_flight": "1963-06-16T09:29:52Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 719, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/719/?format=api", "name": "Marty Allen", "status": { "id": 14, "name": "Occasional Spaceflight" }, "agency": { "response_mode": "list", "id": 141, "url": "https://ll.thespacedevs.com/2.3.0/agencies/141/?format=api", "name": "Blue Origin", "abbrev": "BO", "type": { "id": 3, "name": "Commercial" } }, "image": { "id": 863, "name": "[AUTO] Marty Allen - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/marty_allen_image_20220606095753.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190958.jpeg", "credit": null, "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": true, "variants": [] }, "response_mode": "normal", "type": { "id": 3, "name": "Private" }, "in_space": false, "time_in_space": "PT10M4S", "eva_time": "P0D", "age": null, "date_of_birth": null, "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": "Marty Allen is a turnaround CEO and angel investor.", "wiki": null, "last_flight": "2022-03-31T13:57:55Z", "first_flight": "2022-03-31T13:57:55Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 774, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/774/?format=api", "name": "Marcus Wandt", "status": { "id": 3, "name": "In-Training" }, "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": 227, "name": "[AUTO] Marcus Wandt - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/marcus_wandt_image_20230912131352.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185253.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": "P21DT15H40M49S", "eva_time": "P0D", "age": 44, "date_of_birth": "1980-09-22", "date_of_death": null, "nationality": [ { "id": 15, "name": "Sweden", "alpha_2_code": "SE", "alpha_3_code": "SWE", "nationality_name": "Swedish", "nationality_name_composed": "Swedo" } ], "bio": "Marcus Wandt is a Swedish test pilot and member of the European Space Agency's 2022 astronaut class reserve.", "wiki": "https://en.wikipedia.org/wiki/Marcus_Wandt", "last_flight": "2024-01-18T21:49:11Z", "first_flight": "2024-01-18T21:49:11Z", "social_media_links": [ { "id": 111, "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_marcus" }, { "id": 112, "social_media": { "id": 2, "name": "Instagram", "url": "https://instagram.com", "logo": { "id": 2322, "name": "Instagram logo", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_20250211191139.png", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_thumbnail_20250211191139.png", "credit": "Instagram", "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": true, "variants": [] } }, "url": "https://www.instagram.com/esaastro_marcus/" } ], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 318, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/318/?format=api", "name": "William E. Thornton", "status": { "id": 11, "name": "Deceased" }, "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": 818, "name": "[AUTO] William E. Thornton - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/william2520e.2520thornton_image_20181202092500.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190846.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": "P13DT1H16M42S", "eva_time": "P0D", "age": 90, "date_of_birth": "1929-04-14", "date_of_death": "2020-01-14", "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 Edgar Thornton is a former NASA astronaut.", "wiki": "https://en.wikipedia.org/wiki/William_E._Thornton", "last_flight": "1985-04-29T16:02:18Z", "first_flight": "1983-08-30T06:32:00Z", "social_media_links": [], "flights_count": 2, "landings_count": 2, "spacewalks_count": 0 }, { "id": 224, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/224/?format=api", "name": "Valeri Polyakov", "status": { "id": 11, "name": "Deceased" }, "agency": { "response_mode": "list", "id": 63, "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "abbrev": "RFSA", "type": { "id": 1, "name": "Government" } }, "image": { "id": 546, "name": "[AUTO] Valeri Polyakov - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/valeri2520polyakov_image_20181201212156.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190133.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": "P678DT16H33M13S", "eva_time": "P0D", "age": 80, "date_of_birth": "1942-04-27", "date_of_death": "2022-09-19", "nationality": [ { "id": 5, "name": "Russia", "alpha_2_code": "RU", "alpha_3_code": "RUS", "nationality_name": "Russian", "nationality_name_composed": "Russo" } ], "bio": "Valeri Vladimirovich Polyakov (Russian: Валерий Владимирович Поляков, born Valeri Ivanovich Korshunov on April 27, 1942) is a former Russian cosmonaut. He is the holder of the record for the longest single stay in space in human history, staying aboard the Mir space station for more than 14 months (437 days 18 hours) during one trip. His combined space experience is more than 22 months.\r\n\r\nSelected as a cosmonaut in 1972, Polyakov made his first flight into space aboard Soyuz TM-6 in 1988. He returned to Earth 240 days later aboard TM-7. Polyakov completed his second flight into space in 1994–1995, spending 437 days in space between launching on Soyuz TM-18 and landing on TM-20, setting the record for the longest time continuously spent in space by an individual in human history.", "wiki": "https://en.wikipedia.org/wiki/Valeri_Polyakov", "last_flight": "1994-01-08T10:05:34Z", "first_flight": "1988-08-29T04:23:11Z", "social_media_links": [], "flights_count": 2, "landings_count": 2, "spacewalks_count": 0 }, { "id": 790, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/790/?format=api", "name": "Edward Joseph Dwight Jr", "status": { "id": 14, "name": "Occasional Spaceflight" }, "agency": { "response_mode": "list", "id": 141, "url": "https://ll.thespacedevs.com/2.3.0/agencies/141/?format=api", "name": "Blue Origin", "abbrev": "BO", "type": { "id": 3, "name": "Commercial" } }, "image": null, "response_mode": "normal", "type": { "id": 3, "name": "Private" }, "in_space": false, "time_in_space": "PT9M53S", "eva_time": "P0D", "age": 91, "date_of_birth": "1933-09-09", "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": "In 1961, Ed was chosen by President John F. Kennedy to enter training at the Aerospace Research Pilot School (ARPS), an elite U.S. Air Force flight training program known as a pathway for entering the NASA Astronaut Corps. In 1963, after successfully completing the ARPS program, Ed was recommended by the U.S. Air Force for the NASA Astronaut Corps but ultimately was not among those selected. He entered private life in 1966 and spent a decade as an entrepreneur before dedicating his life’s work to using sculpture as a medium to tell the story of Black history. He’s spent the last five decades creating large-scale monuments of iconic Black figures, including Dr. Martin Luther King Jr., Frederick Douglass, and Harriet Tubman and the Underground Railroad, among many others. His more than 130 public works are installed in museums and public spaces across the U.S. and Canada. Ed was born in 1933 and raised in Kansas City, KS.", "wiki": "https://en.wikipedia.org/wiki/Ed_Dwight", "last_flight": "2024-05-19T14:35:09Z", "first_flight": "2024-05-19T14:35:09Z", "social_media_links": [ { "id": 212, "social_media": { "id": 3, "name": "Homepage", "url": null, "logo": null }, "url": "https://www.eddwight.com/" } ], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 291, "url": "https://ll.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://ll.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 }, { "id": 595, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/595/?format=api", "name": "William A. Pailes", "status": { "id": 2, "name": "Retired" }, "agency": { "response_mode": "list", "id": 161, "url": "https://ll.thespacedevs.com/2.3.0/agencies/161/?format=api", "name": "United States Air Force", "abbrev": "USAF", "type": { "id": 1, "name": "Government" } }, "image": { "id": 404, "name": "[AUTO] William A. Pailes - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/william2520a.2520pailes_image_20190211162601.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185751.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": "P4DT1H44M30S", "eva_time": "P0D", "age": 72, "date_of_birth": "1952-06-26", "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": "William Arthur Pailes (Colonel, USAF) (born June 26, 1952) was a USAF astronaut in the Manned Spaceflight Engineer Program during the mid-1980s. He served as a Payload Specialist on STS-51-J Atlantis (October 3–7, 1985).", "wiki": "https://en.wikipedia.org/wiki/William_A._Pailes", "last_flight": "1985-10-03T15:15:30Z", "first_flight": "1985-10-03T15:15:30Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 363, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/363/?format=api", "name": "John E. Blaha", "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": 651, "name": "[AUTO] John E. Blaha - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/john2520e.2520blaha_image_20181202112023.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190420.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": "P161DT2H45M31S", "eva_time": "P0D", "age": 82, "date_of_birth": "1942-08-26", "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": "John Elmer Blaha is a retired United States Air Force colonel and a former NASA astronaut. He is a veteran of five space missions aboard the Space Shuttle and Mir.\r\n\r\nBlaha is married to the former Brenda I. Walters of St. Louis, Missouri. They have three grown children and four grandchildren.", "wiki": "https://en.wikipedia.org/wiki/John_E._Blaha", "last_flight": "1996-09-16T08:54:49Z", "first_flight": "1989-03-13T14:57:00Z", "social_media_links": [], "flights_count": 5, "landings_count": 5, "spacewalks_count": 0 }, { "id": 691, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/691/?format=api", "name": "William H. Dana", "status": { "id": 11, "name": "Deceased" }, "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": 642, "name": "[AUTO] William H. Dana - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/william_h._dana_image_20210801072141.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190406.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": "PT20M", "eva_time": "P0D", "age": 83, "date_of_birth": "1930-11-03", "date_of_death": "2014-05-06", "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 Harvey \"Bill\" Dana was an American aeronautical engineer, U.S. Air Force pilot, NASA test pilot, and astronaut.\r\nHe flew on X-15 Flight 174 and Flight 197, both of which passed 50 miles in altitude.", "wiki": "https://en.wikipedia.org/wiki/William_H._Dana", "last_flight": "1968-08-21T17:05:00Z", "first_flight": "1966-11-01T21:24:00Z", "social_media_links": [], "flights_count": 2, "landings_count": 2, "spacewalks_count": 0 } ] }