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=390&ordering=age
https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=400&ordering=age", "previous": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=380&ordering=age", "results": [ { "id": 341, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/341/?format=api", "name": "Steven R. Nagel", "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": 488, "name": "[AUTO] Steven R. Nagel - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/steven2520r.2520nagel_image_20190426143717.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190002.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": "P30DT1H34M15S", "eva_time": "P0D", "age": 67, "date_of_birth": "1946-10-27", "date_of_death": "2014-08-21", "nationality": [ { "id": 2, "name": "United States of America", "alpha_2_code": "US", "alpha_3_code": "USA", "nationality_name": "American", "nationality_name_composed": "Americano" } ], "bio": "Steven Ray Nagel was an American astronaut, aeronautical and mechanical engineer, test pilot, and a United States Air Force pilot.", "wiki": "https://en.wikipedia.org/wiki/Steven_R._Nagel", "last_flight": "1993-04-26T14:50:00Z", "first_flight": "1985-06-17T11:33:00Z", "social_media_links": [], "flights_count": 4, "landings_count": 4, "spacewalks_count": 0 }, { "id": 132, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/132/?format=api", "name": "Susan Helms", "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": 202, "name": "[AUTO] Susan Helms - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/susan2520helms_image_20181129204438.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185213.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": "P210DT23H4M18S", "eva_time": "PT8H56M", "age": 67, "date_of_birth": "1958-02-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": "Susan Jane Helms is a retired lieutenant general in the United States Air Force and a former NASA astronaut. Helms was a crew member on five Space Shuttle missions and was a resident of the International Space Station (ISS) for over five months in 2001. While participating in ISS Expedition 2, she and Jim Voss conducted an 8-hour and 56 minute spacewalk, the world record.", "wiki": "https://en.wikipedia.org/wiki/Susan_Helms", "last_flight": "2001-03-08T11:42:09Z", "first_flight": "1993-01-13T13:59:30Z", "social_media_links": [], "flights_count": 5, "landings_count": 5, "spacewalks_count": 1 }, { "id": 99, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/99/?format=api", "name": "Léopold Eyharts", "status": { "id": 1, "name": "Active" }, "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": 332, "name": "[AUTO] Léopold Eyharts - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/l25c325a9opold2520eyharts_image_20181128230321.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185558.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": "P68DT21H30M48S", "eva_time": "P0D", "age": 67, "date_of_birth": "1957-04-28", "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": "Léopold Eyharts (born April 28, 1957) is a French Brigadier General in the French Air Force, an engineer and ESA astronaut.", "wiki": "https://en.wikipedia.org/wiki/L%C3%A9opold_Eyharts", "last_flight": "2008-02-07T19:45:30Z", "first_flight": "1998-01-29T16:33:42Z", "social_media_links": [], "flights_count": 2, "landings_count": 2, "spacewalks_count": 0 }, { "id": 528, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/528/?format=api", "name": "Michael E. Fossum", "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": 927, "name": "[AUTO] Michael E. Fossum - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael_e._foss_image_20220911033951.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191143.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": "P193DT19H2M8S", "eva_time": "P2DT32M", "age": 67, "date_of_birth": "1957-12-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": "Michael Edward Fossum is a former American astronaut and the Chief Operating Officer of Texas A&M University at Galveston. He flew into space on board the NASA Space Shuttle missions STS-121 and STS-124 and served as a mission specialist of Expedition 28 and commander of Expedition 29 aboard the International Space Station.", "wiki": "https://en.wikipedia.org/wiki/Michael_E._Fossum", "last_flight": "2011-06-07T20:12:45Z", "first_flight": "2006-07-04T18:37:55Z", "social_media_links": [], "flights_count": 3, "landings_count": 3, "spacewalks_count": 7 }, { "id": 452, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/452/?format=api", "name": "Richard M. Linnehan", "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": 464, "name": "[AUTO] Richard M. Linnehan - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/richard_m._linn_image_20220911034413.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185925.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": "P59DT12H44S", "eva_time": "P1DT18H11M", "age": 67, "date_of_birth": "1957-09-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": "Richard Michael Linnehan is an American veterinarian and a former NASA astronaut.", "wiki": "https://en.wikipedia.org/wiki/Richard_M._Linnehan", "last_flight": "2008-03-11T06:28:14Z", "first_flight": "1996-06-20T14:49:00Z", "social_media_links": [], "flights_count": 4, "landings_count": 4, "spacewalks_count": 6 }, { "id": 464, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/464/?format=api", "name": "Dominic L. Pudwill Gorie", "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": 945, "name": "[AUTO] Dominic L. Pudwill Gorie - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/dominic_l._pudw_image_20220911034136.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191210.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": "P48DT15H21M14S", "eva_time": "P0D", "age": 67, "date_of_birth": "1957-05-02", "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": "Dominic Lee Pudwill Gorie is a retired United States Navy officer and NASA astronaut. He is a veteran of four space shuttle missions.", "wiki": "https://en.wikipedia.org/wiki/Dominic_L._Pudwill_Gorie", "last_flight": "2008-03-11T06:28:14Z", "first_flight": "1998-06-02T22:06:24Z", "social_media_links": [], "flights_count": 4, "landings_count": 4, "spacewalks_count": 0 }, { "id": 207, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/207/?format=api", "name": "Paolo Nespoli", "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": 256, "name": "[AUTO] Paolo Nespoli - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/paolo2520nespoli_image_20181201182236.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185342.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": "P313DT2H37M4S", "eva_time": "P0D", "age": 68, "date_of_birth": "1957-04-06", "date_of_death": null, "nationality": [ { "id": 3, "name": "Italy", "alpha_2_code": "IT", "alpha_3_code": "ITA", "nationality_name": "Italian", "nationality_name_composed": "Italo" } ], "bio": "Paolo Angelo Nespoli (Milan, 6 April 1957) is an Italian astronaut and engineer of the European Space Agency (ESA). In 2007, he first traveled into space aboard the Space Shuttle Discovery as a mission specialist of STS-120. In December 2010 he again traveled into space aboard the Soyuz TMA-20 spacecraft as an Expedition 26/27 flight engineer. Nespoli's third spaceflight was onboard Soyuz MS-05 which launched in July 2017 for Expedition 52/53. He is also the European Space Agency's oldest active astronaut.", "wiki": "https://en.wikipedia.org/wiki/Paolo_Nespoli", "last_flight": "2017-07-28T15:41:12Z", "first_flight": "2007-10-23T15:38:19Z", "social_media_links": [], "flights_count": 3, "landings_count": 3, "spacewalks_count": 0 }, { "id": 493, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/493/?format=api", "name": "Mark L. Polansky", "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": 254, "name": "[AUTO] Mark L. Polansky - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mark_l._polansk_image_20220911034220.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185340.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": "P41DT10H49M13S", "eva_time": "P0D", "age": 68, "date_of_birth": "1956-06-02", "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": "Mark Lewis \"Roman\" Polansky is an American aerospace engineer and research pilot and a former NASA astronaut. Polansky received the nickname \"Roman\" as a joke, because he shares a last name with director Roman Polanski. He flew on three Space Shuttle missions: STS-98, STS-116, and STS-127.", "wiki": "https://en.wikipedia.org/wiki/Mark_L._Polansky", "last_flight": "2009-07-15T22:03:10Z", "first_flight": "2001-02-07T23:13:02Z", "social_media_links": [ { "id": 99, "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_127" } ], "flights_count": 3, "landings_count": 3, "spacewalks_count": 0 }, { "id": 448, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/448/?format=api", "name": "Michael L. Gernhardt", "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": 433, "name": "[AUTO] Michael L. Gernhardt - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael2520l.2520gernhardt_image_20181202144655.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185835.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": "P43DT7H27S", "eva_time": "PT23H16M", "age": 68, "date_of_birth": "1956-05-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": "Michael Landon Gernhardt is a NASA astronaut and manager of Environmental Physiology Laboratory and principal investigator of the Prebreathe Reduction Program (PRP) at the Lyndon B. Johnson Space Center.", "wiki": "https://en.wikipedia.org/wiki/Michael_L._Gernhardt", "last_flight": "2001-07-12T09:03:59Z", "first_flight": "1995-09-07T15:09:00Z", "social_media_links": [], "flights_count": 4, "landings_count": 4, "spacewalks_count": 4 }, { "id": 160, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/160/?format=api", "name": "Aleksandr Kaleri", "status": { "id": 1, "name": "Active" }, "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": 718, "name": "[AUTO] Aleksandr Kaleri - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/aleksandr2520kaleri_image_20181129232134.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190613.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": "P769DT6H35M", "eva_time": "PT23H23M", "age": 68, "date_of_birth": "1956-05-13", "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": "Aleksandr Yuriyevich \"Sasha\" Kaleri (Russian: Александр Юрьевич Калери; born Jūrmala, Latvian SSR, USSR, 13 May 1956) is a Russian cosmonaut and veteran of extended stays on the Mir Space Station and the International Space Station (ISS). Kaleri has most recently been in space aboard the ISS serving as a flight engineer for the long duration Expedition 25/26 missions. He has spent the fourth-longest time in space of any person, the longest time in space of any currently active cosmonaut, and the longest time in space of any person not born in what is now Russia.", "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Kaleri", "last_flight": "2010-10-07T23:10:55Z", "first_flight": "1992-03-17T10:54:30Z", "social_media_links": [], "flights_count": 5, "landings_count": 5, "spacewalks_count": 5 } ] }{ "count": 805, "next": "