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=190&ordering=-flights_count
https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=200&ordering=-flights_count", "previous": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=180&ordering=-flights_count", "results": [ { "id": 377, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/377/?format=api", "name": "John M. Lounge", "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": 275, "name": "[AUTO] John M. Lounge - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/john2520m.2520lounge_image_20181202121132.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185415.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": "P20DT2H21M59S", "eva_time": "P0D", "age": 64, "date_of_birth": "1946-06-28", "date_of_death": "2011-03-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": "ohn Michael \"Mike\" Lounge was an American engineer, a United States Navy officer, a Vietnam War veteran, and a NASA astronaut. A veteran of three Space Shuttle flights, Lounge logged over 482 hours in space. He was a mission specialist on STS-51-I (1985) and STS-26 (1988) and was the flight engineer on STS-35 (1990).", "wiki": "https://en.wikipedia.org/wiki/John_M._Lounge", "last_flight": "1990-12-02T06:49:00Z", "first_flight": "1985-08-27T10:58:01Z", "social_media_links": [], "flights_count": 3, "landings_count": 3, "spacewalks_count": 0 }, { "id": 36, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/36/?format=api", "name": "David Scott", "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": 236, "name": "[AUTO] David Scott - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/david2520scott_image_20181128143932.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185308.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": "P17DT23H10M59S", "eva_time": "PT20H25M53S", "age": 93, "date_of_birth": "1932-06-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": "David Randolph Scott is an American engineer, former NASA astronaut, retired U.S. Air Force officer and former test pilot. He belonged to the third group of NASA astronauts, selected in October 1963. As an astronaut, Scott became the seventh person to walk on the Moon. Following the death of John Young in January 2018, Scott became the last living commander of a successful Apollo lunar landing mission and, as such, the only person currently alive who has flown a spacecraft to a landing on the Moon.", "wiki": "https://en.wikipedia.org/wiki/David_Scott", "last_flight": "1971-08-02T17:11:23Z", "first_flight": "1966-03-16T16:41:02Z", "social_media_links": [], "flights_count": 3, "landings_count": 3, "spacewalks_count": 5 }, { "id": 482, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/482/?format=api", "name": "James F. Reilly", "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": 217, "name": "[AUTO] James F. Reilly - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/james2520f.2520reilly_image_20181202152929.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185237.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": "P35DT10H32M42S", "eva_time": "P1DT6H43M", "age": 71, "date_of_birth": "1954-03-18", "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 Francis Reilly II is an American geologist and a former NASA astronaut. He flew on three space shuttle missions: STS-89, STS-104 and STS-117.", "wiki": "https://en.wikipedia.org/wiki/James_F._Reilly", "last_flight": "2007-06-08T23:38:04Z", "first_flight": "1998-01-23T02:48:15Z", "social_media_links": [], "flights_count": 3, "landings_count": 3, "spacewalks_count": 5 }, { "id": 204, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/204/?format=api", "name": "Talgat Musabayev", "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": 350, "name": "[AUTO] Talgat Musabayev - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/talgat2520musabayev_image_20181201180632.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185626.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": "P341DT11H58M8S", "eva_time": "P1DT17H22M", "age": 74, "date_of_birth": "1951-01-07", "date_of_death": null, "nationality": [ { "id": 44, "name": "Kazakhstan", "alpha_2_code": "KZ", "alpha_3_code": "KAZ", "nationality_name": "Kazakh", "nationality_name_composed": "Kazakhstani" } ], "bio": "Talgat Amangeldyuly Musabayev (Kazakh: Талғат Аманкелдіұлы Мұсабаев; born 7 January 1951) is a Kazakh test pilot and former cosmonaut who flew on three spaceflights. His first two spaceflights were long-duration stays aboard the Russian space station Mir. His third spaceflight was a short duration visiting mission to the International Space Station, which also carried the first paying space tourist Dennis Tito. He retired as a cosmonaut in November 2003.", "wiki": "https://en.wikipedia.org/wiki/Talgat_Musabayev", "last_flight": "2001-04-28T07:37:20Z", "first_flight": "1994-07-01T12:24:50Z", "social_media_links": [], "flights_count": 3, "landings_count": 3, "spacewalks_count": 7 }, { "id": 412, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/412/?format=api", "name": "Donald R. McMonagle", "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": 444, "name": "[AUTO] Donald R. McMonagle - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/donald2520r.2520mcmonagle_image_20181202140802.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185852.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": "P25DT5H32M33S", "eva_time": "P0D", "age": 73, "date_of_birth": "1952-05-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": "Donald Ray McMonagle is a former astronaut and a veteran of three shuttle flights. He became the Manager, Launch Integration, at the Kennedy Space Center, Florida, on August 15, 1997. In this capacity he was responsible for final shuttle preparation, launch execution, and return of the orbiter to KSC following landings at any other location. He was chair of the Mission Management Team, and was the final authority for launch decision.", "wiki": "https://en.wikipedia.org/wiki/Donald_R._McMonagle", "last_flight": "1994-11-03T16:59:43Z", "first_flight": "1991-04-28T11:33:14Z", "social_media_links": [], "flights_count": 3, "landings_count": 3, "spacewalks_count": 0 }, { "id": 388, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/388/?format=api", "name": "Ellen S. Baker", "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": 587, "name": "[AUTO] Ellen S. Baker - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ellen2520s.2520baker_image_20181202133851.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190237.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": "P28DT14H31M38S", "eva_time": "P0D", "age": 72, "date_of_birth": "1953-04-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": "Ellen Louise Shulman Baker, M.D., M.P.H. is an American physician and a NASA astronaut. Baker serves as Chief of the Education/Medical Branch of the NASA Astronaut Office.", "wiki": "https://en.wikipedia.org/wiki/Ellen_S._Baker", "last_flight": "1995-06-27T19:32:19Z", "first_flight": "1989-10-18T16:53:40Z", "social_media_links": [], "flights_count": 3, "landings_count": 3, "spacewalks_count": 0 }, { "id": 196, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/196/?format=api", "name": "Ulf Merbold", "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": 401, "name": "[AUTO] Ulf Merbold - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ulf2520merbold_image_20181201175303.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185746.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": "P49DT20H36M57S", "eva_time": "P0D", "age": 83, "date_of_birth": "1941-06-20", "date_of_death": null, "nationality": [ { "id": 4, "name": "Germany", "alpha_2_code": "DE", "alpha_3_code": "DEU", "nationality_name": "German", "nationality_name_composed": "Germano" } ], "bio": "Dr. Ulf Dietrich Merbold (born June 20, 1941) is the first West German citizen and second German native (after Sigmund Jähn) to have flown in space. He is also the first member of the European Space Agency Astronaut Corps to participate in a spaceflight mission and the first non-US citizen to reach orbit in a US spacecraft. In 1983, he and Byron Lichtenberg became the first Payload Specialists to fly on the shuttle.", "wiki": "https://en.wikipedia.org/wiki/Ulf_Merbold", "last_flight": "1994-10-03T22:42:30Z", "first_flight": "1983-11-28T16:00:00Z", "social_media_links": [], "flights_count": 3, "landings_count": 3, "spacewalks_count": 0 }, { "id": 557, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/557/?format=api", "name": "Thomas Marshburn", "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": 743, "name": "[AUTO] Thomas Marshburn - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thomas_marshbur_image_20211001184611.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190651.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": "P337DT9H42M44S", "eva_time": "P1DT7H1M", "age": 64, "date_of_birth": "1960-08-29", "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": "Thomas Henry \"Tom\" Marshburn is an American physician and a NASA astronaut. He served as a Mission Specialist on STS-127. Marshburn was a member of the Soyuz TMA-07M crew which launched to ISS in December 2012 to join Expedition 34. Served as flight engineer for Expedition 34 and 35.", "wiki": "https://en.wikipedia.org/wiki/Thomas_Marshburn", "last_flight": "2021-11-11T02:03:31Z", "first_flight": "2009-07-15T22:03:10Z", "social_media_links": [ { "id": 132, "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/AstroMarshburn" } ], "flights_count": 3, "landings_count": 3, "spacewalks_count": 5 }, { "id": 406, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/406/?format=api", "name": "Carl J. Meade", "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": 346, "name": "[AUTO] Carl J. Meade - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/carl2520j.2520meade_image_20181202140147.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185620.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": "P29DT16H12M29S", "eva_time": "PT6H50M", "age": 74, "date_of_birth": "1950-11-16", "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": "Carl Joseph Meade is a former NASA astronaut.", "wiki": "https://en.wikipedia.org/wiki/Carl_J._Meade", "last_flight": "1994-09-09T22:22:53Z", "first_flight": "1990-11-15T23:48:15Z", "social_media_links": [], "flights_count": 3, "landings_count": 3, "spacewalks_count": 1 }, { "id": 376, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/376/?format=api", "name": "David Leestma", "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": 344, "name": "[AUTO] David Leestma - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/david2520leestma_image_20181202121039.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185617.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": "P22DT4H32M21S", "eva_time": "PT3H27M", "age": 76, "date_of_birth": "1949-05-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": "David Cornell Leestma is a former American astronaut and retired Captain in the United States Navy.", "wiki": "https://en.wikipedia.org/wiki/David_Leestma", "last_flight": "1992-03-24T13:13:39Z", "first_flight": "1984-10-05T11:03:00Z", "social_media_links": [], "flights_count": 3, "landings_count": 3, "spacewalks_count": 1 } ] }{ "count": 813, "next": "