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=790&ordering=age
https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=800&ordering=age", "previous": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=780&ordering=age", "results": [ { "id": 688, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/688/?format=api", "name": "Colin Bennett", "status": { "id": 1, "name": "Active" }, "agency": { "response_mode": "list", "id": 1024, "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1024/?format=api", "name": "Virgin Galactic", "abbrev": "VG", "type": { "id": 5, "name": "Private" } }, "image": { "id": 399, "name": "[AUTO] Colin Bennett - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/colin_bennett_image_20230626124901.png", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185743.png", "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": "PT59M23S", "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": "Colin Bennett is an American engineer who worked at Virgin Atlantic Airways before joining Virgin Galactic in 2015 where he now acts as Lead Astronaut Instructor.", "wiki": null, "last_flight": "2023-11-02T15:44:00Z", "first_flight": "2021-07-11T15:25:30Z", "social_media_links": [], "flights_count": 4, "landings_count": 4, "spacewalks_count": 0 }, { "id": 768, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/768/?format=api", "name": "Keisha Schahaff", "status": { "id": 14, "name": "Occasional Spaceflight" }, "agency": { "response_mode": "list", "id": 1024, "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1024/?format=api", "name": "Virgin Galactic", "abbrev": "VG", "type": { "id": 5, "name": "Private" } }, "image": { "id": 414, "name": "[AUTO] Keisha Schahaff - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/keisha_schahaff_image_20230718080224.png", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185806.png", "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": "PT16M2S", "eva_time": "P0D", "age": null, "date_of_birth": null, "date_of_death": null, "nationality": [ { "id": 16, "name": "Antigua and Barbuda", "alpha_2_code": "AG", "alpha_3_code": "ATG", "nationality_name": "Antiguan", "nationality_name_composed": "Antiguan" } ], "bio": "Passenger on Galactic-02, winners of Space for Humanity draw.", "wiki": null, "last_flight": "2023-08-10T15:17:00Z", "first_flight": "2023-08-10T15:17:00Z", "social_media_links": [ { "id": 135, "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/KeishaSchahaff" } ], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 754, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/754/?format=api", "name": "Rayyanah Barnawi", "status": { "id": 1, "name": "Active" }, "agency": { "response_mode": "list", "id": 1047, "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1047/?format=api", "name": "Saudi Space Agency", "abbrev": "SSA", "type": { "id": 1, "name": "Government" } }, "image": { "id": 420, "name": "[AUTO] Rayyanah Barnawi - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rayyanah_barnaw_image_20230213182031.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185816.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": "P9DT5H27M51S", "eva_time": "P0D", "age": null, "date_of_birth": null, "date_of_death": null, "nationality": [ { "id": 19, "name": "Saudi Arabia", "alpha_2_code": "SA", "alpha_3_code": "SAU", "nationality_name": "Saudi", "nationality_name_composed": "Saudi" } ], "bio": "Rayyanah Barnawi is an astronaut representing the Kingdom of Saudi Arabia and serving as a mission specialist on the Ax-2 mission. Barnawi has a Master of Biomedical Sciences from Alfaisal University and a Bachelor of Biomedical Sciences from Otago University. Barnawi is a research laboratory technician with nine years of experience in breast cancer and cancer stem-cell research.", "wiki": "https://en.wikipedia.org/wiki/Rayyanah_Barnawi", "last_flight": "2023-05-21T21:37:09Z", "first_flight": "2023-05-21T21:37:09Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 719, "url": "https://lldev.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://lldev.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": 726, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/726/?format=api", "name": "Katya Echazarreta", "status": { "id": 14, "name": "Occasional Spaceflight" }, "agency": { "response_mode": "list", "id": 141, "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api", "name": "Blue Origin", "abbrev": "BO", "type": { "id": 3, "name": "Commercial" } }, "image": { "id": 861, "name": "[AUTO] Katya Echazarreta - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/katya_echazarre_image_20220911034543.png", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190955.png", "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": "PT10M45S", "eva_time": "P0D", "age": null, "date_of_birth": null, "date_of_death": null, "nationality": [ { "id": 25, "name": "Mexico", "alpha_2_code": "MX", "alpha_3_code": "MEX", "nationality_name": "Mexican", "nationality_name_composed": "Mexico" } ], "bio": "Katya was born in Guadalajara, Mexico. She is the co-host of the YouTube series \"Netflix IRL\" and \"Electric Kat\" on the CBS show \"Mission Unstoppable.” Katya is currently pursuing a Master’s degree in electrical and computer engineering at Johns Hopkins University and earned her bachelor’s degree in electrical engineering from UCLA in 2019. Following graduation, she spent nearly four years at NASA's Jet Propulsion Laboratory working on five NASA missions, including the Perseverance Rover and Europa Clipper.", "wiki": null, "last_flight": "2022-06-04T13:25:02Z", "first_flight": "2022-06-04T13:25:02Z", "social_media_links": [ { "id": 93, "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/katvoltage" } ], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 639, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/639/?format=api", "name": "Mannequin Skywalker", "status": { "id": 1, "name": "Active" }, "agency": { "response_mode": "list", "id": 141, "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api", "name": "Blue Origin", "abbrev": "BO", "type": { "id": 3, "name": "Commercial" } }, "image": { "id": 918, "name": "[AUTO] Mannequin Skywalker - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mannequin2520skywalker_image_20190309094011.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191128.jpeg", "credit": null, "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": true, "variants": [] }, "response_mode": "normal", "type": { "id": 6, "name": "Non-Human" }, "in_space": false, "time_in_space": "PT31M25S", "eva_time": "P0D", "age": null, "date_of_birth": null, "date_of_death": null, "nationality": [ { "id": 17, "name": "Unknown", "alpha_2_code": "??", "alpha_3_code": "???", "nationality_name": "Earthling", "nationality_name_composed": "Earthling" } ], "bio": "\"Mannequin Skywalker\" is a test dummy flown on Blue Origin New Shepard 3's initial flight test.", "wiki": "https://en.wikipedia.org/wiki/Blue_Origin_Mannequin_Skywalker", "last_flight": "2021-04-14T16:49:15Z", "first_flight": "2017-12-12T16:59:00Z", "social_media_links": [ { "id": 107, "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/TestDummyWalker" } ], "flights_count": 3, "landings_count": 3, "spacewalks_count": 0 }, { "id": 745, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/745/?format=api", "name": "Snoopy", "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": 324, "name": "[AUTO] Snoopy - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/snoopy_image_20220911033852.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185543.jpeg", "credit": null, "license": { "id": 1, "name": "Unknown", "priority": 9, "link": null }, "single_use": true, "variants": [] }, "response_mode": "normal", "type": { "id": 6, "name": "Non-Human" }, "in_space": false, "time_in_space": "P25DT10H52M46S", "eva_time": "P0D", "age": null, "date_of_birth": null, "date_of_death": null, "nationality": [ { "id": 17, "name": "Unknown", "alpha_2_code": "??", "alpha_3_code": "???", "nationality_name": "Earthling", "nationality_name_composed": "Earthling" } ], "bio": "This Snoopy plushie serves as zero-G indicator on the Artemis-1 mission.", "wiki": "https://en.wikipedia.org/wiki/Snoopy", "last_flight": "2022-11-16T06:47:44Z", "first_flight": "2022-11-16T06:47:44Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 781, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/781/?format=api", "name": "Ketty Maisonrouge", "status": { "id": 14, "name": "Occasional Spaceflight" }, "agency": { "response_mode": "list", "id": 1024, "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1024/?format=api", "name": "Virgin Galactic", "abbrev": "VG", "type": { "id": 5, "name": "Private" } }, "image": { "id": 320, "name": "[AUTO] Ketty Maisonrouge - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ketty_maisonrou_image_20231102163518.png", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185535.png", "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": "PT16M", "eva_time": "P0D", "age": null, "date_of_birth": null, "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": "Passenger on Galactic 05.", "wiki": null, "last_flight": "2023-11-02T15:44:00Z", "first_flight": "2023-11-02T15:44:00Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 753, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/753/?format=api", "name": "Ali AlQarni", "status": { "id": 1, "name": "Active" }, "agency": { "response_mode": "list", "id": 1047, "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1047/?format=api", "name": "Saudi Space Agency", "abbrev": "SSA", "type": { "id": 1, "name": "Government" } }, "image": { "id": 453, "name": "[AUTO] Ali AlQarni - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ali_alqarni_image_20230213181809.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185906.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": "P9DT5H27M51S", "eva_time": "P0D", "age": null, "date_of_birth": null, "date_of_death": null, "nationality": [ { "id": 19, "name": "Saudi Arabia", "alpha_2_code": "SA", "alpha_3_code": "SAU", "nationality_name": "Saudi", "nationality_name_composed": "Saudi" } ], "bio": "Ali AlQarni is an astronaut representing the Kingdom of Saudi Arabia and serving as a mission specialist on the Ax-2 mission. AlQarni graduated with a Bachelor of Aerospace Science from King Faisal Air Academy. AlQarni is an Air Force captain and fighter pilot. He has 12 years of experience flying fighter aircrafts and 2,387 flight hours.", "wiki": "https://en.wikipedia.org/wiki/Ali_AlQarni", "last_flight": "2023-05-21T21:37:09Z", "first_flight": "2023-05-21T21:37:09Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 759, "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/759/?format=api", "name": "Pantaleone Carlucci", "status": { "id": 1, "name": "Active" }, "agency": { "response_mode": "list", "id": 1018, "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1018/?format=api", "name": "National Research Council", "abbrev": "CNR", "type": { "id": 1, "name": "Government" } }, "image": { "id": 922, "name": "[AUTO] Pantaleone Carlucci - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pantaleone_carl_image_20230626124739.png", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191134.png", "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": "PT13M53S", "eva_time": "P0D", "age": null, "date_of_birth": null, "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": "Italian National Research Council technical engineer and pilot selected to fly on the Virgin Galactic 01 mission.", "wiki": null, "last_flight": "2023-06-29T15:28:38Z", "first_flight": "2023-06-29T15:28:38Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 } ] }{ "count": 813, "next": "