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=110&ordering=-age
https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=120&ordering=-age", "previous": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=100&ordering=-age", "results": [ { "id": 326, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/326/?format=api", "name": "Robert A. Parker", "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": 584, "name": "[AUTO] Robert A. Parker - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/robert2520a.2520parker_image_20181202093418.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190233.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": "P19DT5H52M", "eva_time": "P0D", "age": 88, "date_of_birth": "1936-12-14", "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": "Robert Allan Ridley Parker is an American physicist and astronomer, former Director of the NASA Management Office at the Jet Propulsion Laboratory, and a retired NASA astronaut. He was a Mission Specialist on two Space Shuttle missions, STS-9 and STS-35.\r\n\r\nHe has logged over 3,500 hours flying time in jet aircraft and 463 hours in space.", "wiki": "https://en.wikipedia.org/wiki/Robert_A._Parker", "last_flight": "1990-12-02T06:49:00Z", "first_flight": "1983-11-28T16:00:00Z", "social_media_links": [], "flights_count": 2, "landings_count": 2, "spacewalks_count": 0 }, { "id": 263, "url": "https://lldev.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://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": 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": 303, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/303/?format=api", "name": "Gerald P. Carr", "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": 894, "name": "[AUTO] Gerald P. Carr - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gerald2520p.2520carr_image_20181202090629.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191052.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": "P84DT1H15M30S", "eva_time": "PT15H49M", "age": 88, "date_of_birth": "1932-08-22", "date_of_death": "2020-08-26", "nationality": [ { "id": 2, "name": "United States of America", "alpha_2_code": "US", "alpha_3_code": "USA", "nationality_name": "American", "nationality_name_composed": "Americano" } ], "bio": "Gerald Paul Carr was an American mechanical and aeronautical engineer, former United States Marine Corps officer, naval aviator, and former NASA astronaut. He was Commander of Skylab 4, the third and final manned visit to the Skylab Orbital Workshop, from November 16, 1973 to February 8, 1974.", "wiki": "https://en.wikipedia.org/wiki/Gerald_P._Carr", "last_flight": "1973-11-16T14:01:23Z", "first_flight": "1973-11-16T14:01:23Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 3 }, { "id": 51, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/51/?format=api", "name": "Edward Gibson", "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": 244, "name": "[AUTO] Edward Gibson - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/edward2520gibson_image_20181128150839.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185325.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": "P84DT1H15M30S", "eva_time": "PT15H21M", "age": 88, "date_of_birth": "1936-11-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": "Edward George Gibson is a former NASA astronaut, pilot, engineer, and physicist.\r\n\r\nBefore becoming a NASA astronaut, Gibson graduated from the University of Rochester and the California Institute of Technology. He became a research assistant in jet propulsion while completing his studies and eventually became a research scientist for Philco Corporation until joining NASA.\r\n\r\nGibson was selected as an astronaut by NASA in 1965 as part of Astronaut Group 4, the first group of scientist-astronauts. He served on the support crew of Apollo 12 before moving on to work on the development of the Skylab space station. In 1973–74, Gibson made his first and only flight into space as science pilot aboard Skylab 4, the third and final manned flight to Skylab. He, along with Commander Gerald Carr and Pilot William Pogue, spent just over 84 days in space. Gibson resigned from NASA in December 1974, but returned in 1977 to preside over the selection of scientist-astronaut candidates. Gibson retired from NASA for the last time in October 1982.", "wiki": "https://en.wikipedia.org/wiki/Edward_Gibson", "last_flight": "1973-11-16T14:01:23Z", "first_flight": "1973-11-16T14:01:23Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 3 }, { "id": 50, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/50/?format=api", "name": "Owen K. Garriott", "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": 846, "name": "[AUTO] Owen K. Garriott - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/owen2520k.2520garriott_image_20190415193012.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190930.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": "P69DT17H56M1S", "eva_time": "PT13H43M", "age": 88, "date_of_birth": "1930-11-22", "date_of_death": "2019-04-15", "nationality": [ { "id": 2, "name": "United States of America", "alpha_2_code": "US", "alpha_3_code": "USA", "nationality_name": "American", "nationality_name_composed": "Americano" } ], "bio": "Owen Kay Garriott is an American electrical engineer and former NASA astronaut, who spent 60 days aboard the Skylab space station in 1973 during the Skylab 3 mission, and 10 days aboard Spacelab-1 on a Space Shuttle mission in 1983.", "wiki": "https://en.wikipedia.org/wiki/Owen_K._Garriott", "last_flight": "1983-11-28T16:00:00Z", "first_flight": "1973-07-28T11:10:50Z", "social_media_links": [], "flights_count": 2, "landings_count": 2, "spacewalks_count": 3 }, { "id": 300, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/300/?format=api", "name": "Alfred Worden", "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": 409, "name": "[AUTO] Alfred Worden - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/alfred2520worden_image_20181202090203.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185759.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": "P12D", "eva_time": "PT39M7S", "age": 88, "date_of_birth": "1932-02-07", "date_of_death": "2020-03-18", "nationality": [ { "id": 2, "name": "United States of America", "alpha_2_code": "US", "alpha_3_code": "USA", "nationality_name": "American", "nationality_name_composed": "Americano" } ], "bio": "Alfred Merrill \"Al\" Worden is an American astronaut and engineer who was the Command Module Pilot for the Apollo 15 lunar mission in 1971. He is one of only 24 people to have flown to the Moon.", "wiki": "https://en.wikipedia.org/wiki/Alfred_Worden", "last_flight": "1971-07-26T13:34:00Z", "first_flight": "1971-07-26T13:34:00Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 1 }, { "id": 39, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/39/?format=api", "name": "Richard F. Gordon Jr.", "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": 538, "name": "[AUTO] Richard F. Gordon Jr. - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/richard2520f.2520gordon2520jr._image_20181128144259.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190119.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": "P12DT23H16M34S", "eva_time": "PT2H41M", "age": 88, "date_of_birth": "1929-10-05", "date_of_death": "2017-11-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": "Richard Francis Gordon Jr. was an American naval officer and aviator, chemist, test pilot, and NASA astronaut. He was one of only 24 people to have flown to the Moon, as the Command Module Pilot for the Apollo 12 mission. He also flew in space in 1966 as the Pilot of the Gemini 11 mission.", "wiki": "https://en.wikipedia.org/wiki/Richard_F._Gordon_Jr.", "last_flight": "1969-11-14T16:22:00Z", "first_flight": "1966-09-12T14:42:26Z", "social_media_links": [], "flights_count": 2, "landings_count": 2, "spacewalks_count": 2 }, { "id": 319, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/319/?format=api", "name": "Joseph P. Allen", "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": 793, "name": "[AUTO] Joseph P. Allen - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/joseph2520p.2520allen_image_20181202092556.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190807.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": "P13DT1H58M", "eva_time": "PT11H42M", "age": 87, "date_of_birth": "1937-06-27", "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": "Joseph Percival \"Joe\" Allen IV, Ph.D. is a former NASA astronaut. He logged more than 3,000 hours flying time in jet aircraft.\r\n\r\nAllen is married to the former Bonnie Jo Darling of Elkhart, Indiana. Their children are David Christopher, born September 1968 and Elizabeth Darling, born May 1972.", "wiki": "https://en.wikipedia.org/wiki/Joseph_P._Allen", "last_flight": "1984-11-08T12:15:00Z", "first_flight": "1982-11-11T12:19:00Z", "social_media_links": [], "flights_count": 2, "landings_count": 2, "spacewalks_count": 2 }, { "id": 298, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/298/?format=api", "name": "Vitaly Zholobov", "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": 251, "name": "[AUTO] Vitaly Zholobov - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vitaly2520zholobov_image_20181201232514.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185335.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": "P49DT6H23M32S", "eva_time": "P0D", "age": 87, "date_of_birth": "1937-06-18", "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": "Vitaly Mikhaylovich Zholobov (Russian: Виталий Михайлович Жолобов; born 18 June 1937) is a retired Soviet cosmonaut who flew on Soyuz 21 space flight as the flight engineer.", "wiki": "https://en.wikipedia.org/wiki/Vitaly_Zholobov", "last_flight": "1976-07-06T12:08:45Z", "first_flight": "1976-07-06T12:08:45Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 32, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/32/?format=api", "name": "John Young", "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": 814, "name": "[AUTO] John Young - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/john2520young_image_20190426143657.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190840.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": "P25DT37M55S", "eva_time": "PT20H14M24S", "age": 87, "date_of_birth": "1930-09-24", "date_of_death": "2018-01-05", "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 Watts Young was an American astronaut, naval officer and aviator, test pilot, and aeronautical engineer. He became the ninth person to walk on the Moon as Commander of the Apollo 16 mission in 1972. Young enjoyed the longest career of any astronaut, becoming the first person to fly six space missions (with seven launches, counting his lunar liftoff) over the course of 42 years of active NASA service. He is the only person to have piloted, and been commander of, four different classes of spacecraft: Gemini, the Apollo Command/Service Module, the Apollo Lunar Module, and the Space Shuttle.\r\n\r\nIn 1965, Young flew on the first manned Gemini mission, and commanded another Gemini mission the next year. In 1969 during Apollo 10, he became the first person to fly solo around the Moon. He drove the Lunar Roving Vehicle on the Moon's surface during Apollo 16, and is one of only three people to have flown to the Moon twice. He also commanded two Space Shuttle flights, including its first launch in 1981, and served as Chief of the Astronaut Office from 1974 to 1987. Young retired from NASA in 2004. He died on January 5, 2018.", "wiki": "https://en.wikipedia.org/wiki/John_Young_(astronaut)", "last_flight": "1983-11-28T16:00:00Z", "first_flight": "1965-03-23T14:24:00Z", "social_media_links": [], "flights_count": 6, "landings_count": 6, "spacewalks_count": 3 } ] }{ "count": 805, "next": "