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=650&ordering=name
{ "count": 813, "next": "https://ll.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=660&ordering=name", "previous": "https://ll.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=640&ordering=name", "results": [ { "id": 254, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/254/?format=api", "name": "Sheikh Muszaphar Shukor", "status": { "id": 1, "name": "Active" }, "agency": { "response_mode": "list", "id": 43, "url": "https://ll.thespacedevs.com/2.3.0/agencies/43/?format=api", "name": "Malaysian National Space Agency", "abbrev": "ANGKASA", "type": { "id": 1, "name": "Government" } }, "image": { "id": 623, "name": "[AUTO] Sheikh Muszaphar Shukor - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sheikh2520muszaphar2520shukor_image_20181201221035.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190334.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": "P10DT21H13M21S", "eva_time": "P0D", "age": 52, "date_of_birth": "1972-07-27", "date_of_death": null, "nationality": [ { "id": 37, "name": "Malaysia", "alpha_2_code": "MY", "alpha_3_code": "MYS", "nationality_name": "Malaysian", "nationality_name_composed": "Malaysian" } ], "bio": "Sheikh Muszaphar Shukor Al Masrie bin Sheikh Mustapha (born 27 July 1972) is a Malaysian orthopaedic surgeon and the first Malaysian astronaut. He launched to the International Space Station aboard Soyuz TMA-11 with the Expedition 16 crew on 10 October 2007. Sheikh Muszaphar flew under an agreement with Russia through the Angkasawan program, and returned to Earth on 21 October 2007, aboard Soyuz TMA-10 with the Expedition 15 crew members, Fyodor Yurchikhin and Oleg Kotov.", "wiki": "https://en.wikipedia.org/wiki/Sheikh_Muszaphar_Shukor", "last_flight": "2007-10-10T13:22:39Z", "first_flight": "2007-10-10T13:22:39Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 782, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/782/?format=api", "name": "Shengjie Tang", "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": 917, "name": "[AUTO] Shengjie Tang - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shengjie_tang_image_20231025055827.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191127.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": "P187DT6H31M58S", "eva_time": "PT7H25M", "age": 35, "date_of_birth": "1989-12-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": "Tang Shengjie is a Chinese pilot and astronaut selected as part of the Shenzhou program. He enlisted in the People's Liberation Army (PLA) Air Forces in September 2008, and joined the Chinese Communist Party (CCP) in March 2013.", "wiki": null, "last_flight": "2023-10-26T03:14:02Z", "first_flight": "2023-10-26T03:14:02Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 1 }, { "id": 379, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/379/?format=api", "name": "Sherwood C. Spring", "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": 934, "name": "[AUTO] Sherwood C. Spring - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sherwood_c._spr_image_20220911034121.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191153.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": "P6DT21H4M", "eva_time": "PT12H13M", "age": 80, "date_of_birth": "1944-09-03", "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": "Sherwood Clark \"Woody\" Spring is a retired United States Army colonel and former NASA astronaut. Spring is married with two children. He is the father of United States Olympian Justin Spring. Sherwood Spring has logged 165 hours in space, 12 of which were spent conducting spacewalks. Spring has also accumulated 3,500 hours in 25 different military and civilian aircraft; over 1,500 of those hours were spent in jet aircraft.", "wiki": "https://en.wikipedia.org/wiki/Sherwood_C._Spring", "last_flight": "1985-11-27T00:29:00Z", "first_flight": "1985-11-27T00:29:00Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 2 }, { "id": 804, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/804/?format=api", "name": "Shubhanshu Shukla", "status": { "id": 1, "name": "Active" }, "agency": { "response_mode": "list", "id": 31, "url": "https://ll.thespacedevs.com/2.3.0/agencies/31/?format=api", "name": "Indian Space Research Organization", "abbrev": "ISRO", "type": { "id": 1, "name": "Government" } }, "image": { "id": 2131, "name": "Shubhanshu Shukla portrait", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shubhanshu_shuk_image_20240803064210.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shubhanshu_shuk_image_thumbnail_20240803064212.jpeg", "credit": "ISRO", "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": true, "variants": [] }, "response_mode": "normal", "type": { "id": 1, "name": "Unknown" }, "in_space": false, "time_in_space": "P0D", "eva_time": "P0D", "age": 39, "date_of_birth": "1985-10-10", "date_of_death": null, "nationality": [ { "id": 9, "name": "India", "alpha_2_code": "IN", "alpha_3_code": "IND", "nationality_name": "Indian", "nationality_name_composed": "Indo" } ], "bio": "Indian astronaut part of the first group of the Indian domestic human spaceflight program.", "wiki": null, "last_flight": null, "first_flight": null, "social_media_links": [], "flights_count": 0, "landings_count": 0, "spacewalks_count": 0 }, { "id": 660, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/660/?format=api", "name": "Sian Proctor", "status": { "id": 14, "name": "Occasional Spaceflight" }, "agency": { "response_mode": "list", "id": 121, "url": "https://ll.thespacedevs.com/2.3.0/agencies/121/?format=api", "name": "SpaceX", "abbrev": "SpX", "type": { "id": 3, "name": "Commercial" } }, "image": { "id": 595, "name": "[AUTO] Sian Proctor - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sian_proctor_image_20210914154206.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190250.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": "P3DT23H4M4S", "eva_time": "P0D", "age": 55, "date_of_birth": "1970-03-28", "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": "Sian Proctor is an American explorer, scientist, STEM communicator, and aspiring astronaut. She is a geology, sustainability and planetary science professor at South Mountain Community College. Proctor was the education outreach officer for the first Hawai’i Space Exploration Analog and Simulation (HI-SEAS) Mission.", "wiki": "https://en.wikipedia.org/wiki/Sian_Proctor", "last_flight": "2021-09-16T00:02:56Z", "first_flight": "2021-09-16T00:02:56Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 384, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/384/?format=api", "name": "Sidney M. Gutierrez", "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": 766, "name": "[AUTO] Sidney M. Gutierrez - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sidney2520m.2520gutierrez_image_20181202133521.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190726.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": "P20DT8H4M8S", "eva_time": "P0D", "age": 73, "date_of_birth": "1951-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": "Sidney McNeill Gutierrez is a former NASA astronaut.", "wiki": "https://en.wikipedia.org/wiki/Sidney_M._Gutierrez", "last_flight": "1994-04-09T11:05:01Z", "first_flight": "1991-06-05T13:24:51Z", "social_media_links": [], "flights_count": 2, "landings_count": 2, "spacewalks_count": 0 }, { "id": 156, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/156/?format=api", "name": "Sigmund Jähn", "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": 277, "name": "[AUTO] Sigmund Jähn - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sigmund2520j25c325a4hn_image_20181129231552.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185419.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": "P7DT20H49M4S", "eva_time": "P0D", "age": 82, "date_of_birth": "1937-02-13", "date_of_death": "2019-09-21", "nationality": [ { "id": 4, "name": "Germany", "alpha_2_code": "DE", "alpha_3_code": "DEU", "nationality_name": "German", "nationality_name_composed": "Germano" } ], "bio": "Sigmund Werner Paul Jähn (born 13 February 1937) is a German cosmonaut and pilot, who in 1978 became the first German to fly in space as part of the Soviet Union's Interkosmos programme.", "wiki": "https://en.wikipedia.org/wiki/Sigmund_J%C3%A4hn", "last_flight": "1978-08-26T14:51:30Z", "first_flight": "1978-08-26T14:51:30Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 687, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/687/?format=api", "name": "Sirisha Bandla", "status": { "id": 14, "name": "Occasional Spaceflight" }, "agency": { "response_mode": "list", "id": 1024, "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api", "name": "Virgin Galactic", "abbrev": "VG", "type": { "id": 5, "name": "Private" } }, "image": { "id": 542, "name": "[AUTO] Sirisha Bandla - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sirisha_bandla_image_20220911034606.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190127.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": "PT15M30S", "eva_time": "P0D", "age": 37, "date_of_birth": "1988-01-22", "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": "Sirisha Bandla is an American engineer who worked at Virgin Galactic between from 2015 until 2020 when she joined Virgin Orbit. She is back at Virgin Galactic since 2021 as Vice President of Government Affairs.", "wiki": "https://en.wikipedia.org/wiki/Sirisha_Bandla", "last_flight": "2021-07-11T15:25:30Z", "first_flight": "2021-07-11T15:25:30Z", "social_media_links": [ { "id": 58, "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/SirishaBandla" } ], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 686, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/686/?format=api", "name": "Sir Richard Branson", "status": { "id": 14, "name": "Occasional Spaceflight" }, "agency": { "response_mode": "list", "id": 1024, "url": "https://ll.thespacedevs.com/2.3.0/agencies/1024/?format=api", "name": "Virgin Galactic", "abbrev": "VG", "type": { "id": 5, "name": "Private" } }, "image": { "id": 833, "name": "[AUTO] Sir Richard Branson - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sir_richard_bra_image_20220911033736.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190909.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": "PT15M30S", "eva_time": "P0D", "age": 74, "date_of_birth": "1950-07-18", "date_of_death": null, "nationality": [ { "id": 10, "name": "United Kingdom", "alpha_2_code": "GB", "alpha_3_code": "GBR", "nationality_name": "British", "nationality_name_composed": "Brito" } ], "bio": "Sir Richard Branson is an English business magnate and founder of the Virgin Group. He later founded both Virgin Galactic and Virgin Orbit.", "wiki": "https://en.wikipedia.org/wiki/Richard_Branson", "last_flight": "2021-07-11T15:25:30Z", "first_flight": "2021-07-11T15:25:30Z", "social_media_links": [ { "id": 64, "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/richardbranson" }, { "id": 65, "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/richardbranson/" } ], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 805, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/805/?format=api", "name": "Sławosz Uznański", "status": { "id": 1, "name": "Active" }, "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": 2132, "name": "Sławosz Uznański portrait", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/s25c52582awos_image_20240803064757.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/s25c52582awos_image_thumbnail_20240803064803.jpeg", "credit": "ESA/P. Sebirot", "license": { "id": 2, "name": "ESA Standard Licence", "priority": 2, "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website" }, "single_use": true, "variants": [] }, "response_mode": "normal", "type": { "id": 2, "name": "Government" }, "in_space": false, "time_in_space": "P0D", "eva_time": "P0D", "age": 41, "date_of_birth": "1984-04-12", "date_of_death": null, "nationality": [ { "id": 39, "name": "Poland", "alpha_2_code": "PL", "alpha_3_code": "POL", "nationality_name": "Polish", "nationality_name_composed": "Polono" } ], "bio": "Sławosz Uznański is a Polish engineer working at the European Space Agency as a project astronaut since 2023 and formerly at CERN.", "wiki": "https://en.wikipedia.org/wiki/S%C5%82awosz_Uzna%C5%84ski", "last_flight": null, "first_flight": null, "social_media_links": [ { "id": 215, "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/astro_slawosz/" }, { "id": 216, "social_media": { "id": 4, "name": "LinkedIn", "url": "https://www.linkedin.com/", "logo": { "id": 2321, "name": "LinkedIn logo", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/linkedin_logo_image_20250211191111.png", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/linkedin_logo_image_thumbnail_20250211191112.png", "credit": "LinkedIn", "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": true, "variants": [] } }, "url": "https://www.linkedin.com/in/slawoszuznanski/" }, { "id": 217, "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://x.com/astro_slawosz" } ], "flights_count": 0, "landings_count": 0, "spacewalks_count": 0 } ] }