Astronaut List
API endpoint that allows Astronaut to be viewed.
GET: Return a list of all the existing astronauts.
MODE: Normal, List, LaunchList and Detailed /2.0.0/astronaut/?mode=detailed
FILTERS: Parameters - 'name', 'status', 'nationality', 'agency__name', 'agency__abbrev', 'date_of_birth', 'date_of_death', 'status_ids' Example - /2.0.0/astronaut/?nationality=American
SEARCH EXAMPLE: /2.0.0/astronaut/?search=armstrong Searches through name, nationality and agency name
ORDERING: Fields - 'name', 'status', 'date_of_birth' Example - /2.0.0/astronaut/?order=name
GET /2.0.0/astronaut/?format=api&offset=10&ordering=status
{ "count": 858, "next": "https://lldev.thespacedevs.com/2.0.0/astronaut/?format=api&limit=10&offset=20&ordering=status", "previous": "https://lldev.thespacedevs.com/2.0.0/astronaut/?format=api&limit=10&ordering=status", "results": [ { "id": 917, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/917/?format=api", "name": "Lai Ka-ying", "status": { "id": 1, "name": "Active" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1982-11-01", "date_of_death": null, "nationality": "Chinese", "bio": "(Placeholder)", "twitter": null, "instagram": null, "wiki": null, "agency": { "id": 17, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/17/?format=api", "name": "China National Space Administration", "featured": true, "type": "Government", "country_code": "CHN", "abbrev": "CNSA", "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.", "administrator": "Administrator: Tang Dengjie", "founding_year": "1993", "launchers": "", "spacecraft": "Shenzhou", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg" }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/lai_ka-ying_off_image_20260524130422.png", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/lai_ka-ying_off_image_thumbnail_20260524130423.png", "last_flight": "2026-05-24T15:08:36Z", "first_flight": "2026-05-24T15:08:36Z" }, { "id": 670, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/670/?format=api", "name": "Peter Siebold", "status": { "id": 1, "name": "Active" }, "type": { "id": 3, "name": "Private" }, "date_of_birth": "1971-01-01", "date_of_death": null, "nationality": "American", "bio": "Peter Siebold is a member of the Scaled Composites astronaut team. He is their Director of Flight Operations was one of the test pilots for SpaceShipOne and SpaceShipTwo. On October 31, 2014, Peter Siebold and Michael Alsbury were piloting the SpaceShipTwo VSS Enterprise on flight PF04, when the craft came apart in mid-air and then crashed, killing Alsbury and injuring Siebold.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Peter_Siebold", "agency": { "id": 1024, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1024/?format=api", "name": "Virgin Galactic", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "VG", "description": "Virgin Galactic is an American spaceflight company within the Virgin Group. It is developing commercial spacecraft and aims to provide suborbital spaceflights to space tourists. Virgin Galactic's suborbital spacecraft are air launched from beneath a carrier airplane known as White Knight Two.", "administrator": "Founder: Richard Branson", "founding_year": "2004", "launchers": "VMS Eve", "spacecraft": "VSS Enterprise | VSS Unity", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg" }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/peter_siebold_image_20210522144249.png", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185724.png", "last_flight": "2014-10-31T12:00:00Z", "first_flight": "2010-10-10T12:00:00Z" }, { "id": 636, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/636/?format=api", "name": "Little Earth", "status": { "id": 1, "name": "Active" }, "type": { "id": 6, "name": "Non-Human" }, "date_of_birth": null, "date_of_death": null, "nationality": "Earthling", "bio": "\"Little Earth\" is the nickname of a Celestial Buddies plushtoy brought to the International Space Station aboard the first SpaceX Crew Dragon on its inaugural flight.\r\nIt was used as a \"Zero-Gravity Indicator\" aboard the Crew Dragon spacecraft during ascent and became a resident of the ISS after the docking.", "twitter": "https://twitter.com/zeroGlyfe", "instagram": "https://www.instagram.com/explore/tags/zerogravityindicator/", "wiki": null, "agency": { "id": 121, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api", "name": "SpaceX", "featured": true, "type": "Commercial", "country_code": "USA", "abbrev": "SpX", "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.", "administrator": "CEO: Elon Musk", "founding_year": "2002", "launchers": "Falcon | Starship", "spacecraft": "Dragon", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg" }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/little2520earth_image_20190307215152.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185332.jpeg", "last_flight": "2019-03-02T07:49:00Z", "first_flight": "2019-03-02T07:49:00Z" }, { "id": 782, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/782/?format=api", "name": "Tang Shengjie", "status": { "id": 1, "name": "Active" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1989-12-01", "date_of_death": null, "nationality": "Chinese", "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.", "twitter": null, "instagram": null, "wiki": null, "agency": { "id": 17, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/17/?format=api", "name": "China National Space Administration", "featured": true, "type": "Government", "country_code": "CHN", "abbrev": "CNSA", "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.", "administrator": "Administrator: Tang Dengjie", "founding_year": "1993", "launchers": "", "spacecraft": "Shenzhou", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg" }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shengjie_tang_image_20231025055827.jpeg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191127.jpeg", "last_flight": "2023-10-26T03:14:02Z", "first_flight": "2023-10-26T03:14:02Z" }, { "id": 731, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/731/?format=api", "name": "Cai Xuzhe", "status": { "id": 1, "name": "Active" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1976-05-01", "date_of_death": null, "nationality": "Chinese", "bio": "Chinese astronaut from the CNSA Group-2 selection (2010).", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Cai_Xuzhe", "agency": { "id": 17, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/17/?format=api", "name": "China National Space Administration", "featured": true, "type": "Government", "country_code": "CHN", "abbrev": "CNSA", "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.", "administrator": "Administrator: Tang Dengjie", "founding_year": "1993", "launchers": "", "spacecraft": "Shenzhou", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg" }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cai_xuzhe_image_20220604085007.png", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190933.png", "last_flight": "2024-10-29T20:27:34Z", "first_flight": "2022-06-05T02:44:10Z" }, { "id": 573, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/573/?format=api", "name": "Jessica Meir", "status": { "id": 1, "name": "Active" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1977-07-01", "date_of_death": null, "nationality": "American", "bio": "Jessica Ulrika Meir is Assistant Professor of Anesthesia at Harvard Medical School, Massachusetts General Hospital, Boston, following postdoctoral research in comparative physiology at the University of British Columbia. She has studied the diving physiology and behavior of emperor penguins in Antarctica, and the physiology of bar-headed geese, which are able to migrate over the Himalayas. In 2000, Meir graduated with a Master of Space Studies from the International Space University in Strasbourg, France. In September 2002, Meir served as an aquanaut on the NASA Extreme Environment Mission Operations 4 (NEEMO 4) crew. In June 2013 she was named an astronaut candidate by NASA, becoming one of the eight members of NASA Astronaut Group 21. She is from Caribou, Maine.", "twitter": "https://twitter.com/Astro_Jessica", "instagram": "https://www.instagram.com/astro_jessica/", "wiki": "https://en.wikipedia.org/wiki/Jessica_Meir", "agency": { "id": 44, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "featured": true, "type": "Government", "country_code": "USA", "abbrev": "NASA", "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.", "administrator": "Administrator: Jared Isaacman", "founding_year": "1958", "launchers": "Space Shuttle | SLS", "spacecraft": "Orion", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg" }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jessica_meir_image_20200417064900.jpeg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190924.jpeg", "last_flight": "2026-02-13T10:15:56Z", "first_flight": "2019-09-25T13:57:42Z" }, { "id": 759, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/759/?format=api", "name": "Pantaleone Carlucci", "status": { "id": 1, "name": "Active" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": null, "date_of_death": null, "nationality": "Italian", "bio": "Italian National Research Council technical engineer and pilot selected to fly on the Virgin Galactic 01 mission.", "twitter": null, "instagram": null, "wiki": null, "agency": { "id": 1018, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1018/?format=api", "name": "National Research Council", "featured": false, "type": "Government", "country_code": "ITA", "abbrev": "CNR", "description": "The Consiglio Nazionale delle Ricerche (CNR) or National Research Council, is the largest research council in Italy. As a public organisation, its remit is to support scientific and technological research. Its headquarters are in Rome.", "administrator": "President: Maria Chiara Carrozza", "founding_year": "1923", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/pantaleone_carl_image_20230626124739.png", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191134.png", "last_flight": "2023-06-29T15:28:38Z", "first_flight": "2023-06-29T15:28:38Z" }, { "id": 916, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/916/?format=api", "name": "Zhang Zhiyuan", "status": { "id": 1, "name": "Active" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1986-06-01", "date_of_death": null, "nationality": "Chinese", "bio": "Zhang Zhiyuan is a Chinese astronaut selected as part of the Shenzhou program. He enlisted in the People's Liberation Army (PLA) Air Force in September 2006, and joined the Chinese Communist Party (CCP) in March 2011. He was a pilot at the People's Liberation Army Air Force (PLAAF) prior to joining the astronaut corps.", "twitter": null, "instagram": null, "wiki": null, "agency": { "id": 17, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/17/?format=api", "name": "China National Space Administration", "featured": true, "type": "Government", "country_code": "CHN", "abbrev": "CNSA", "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.", "administrator": "Administrator: Tang Dengjie", "founding_year": "1993", "launchers": "", "spacecraft": "Shenzhou", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg" }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/zhang_zhiyuan_o_image_20260524125922.png", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/zhang_zhiyuan_o_image_thumbnail_20260524125922.png", "last_flight": "2026-05-24T15:08:36Z", "first_flight": "2026-05-24T15:08:36Z" }, { "id": 642, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/642/?format=api", "name": "Joshua Kutryk", "status": { "id": 1, "name": "Active" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1982-03-21", "date_of_death": null, "nationality": "Canadian", "bio": "Joshua Kutryk, a Royal Canadian Air Force lieutenant colonel, is from Beauvallon, Alberta. He has a bachelor’s degree in mechanical engineering, as well as master’s degrees in space studies, flight test engineering, and defense studies. Prior to joining CSA, Kutryk worked as an experimental test pilot and a fighter pilot in Cold Lake, Alberta, where he led the unit responsible for the operational flight-testing of fighter aircraft in Canada.", "twitter": "https://twitter.com/astro_kutryk", "instagram": "https://www.instagram.com/astro_kutryk/", "wiki": "https://en.wikipedia.org/wiki/Joshua_Kutryk", "agency": { "id": 16, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/16/?format=api", "name": "Canadian Space Agency", "featured": false, "type": "Government", "country_code": "CAN", "abbrev": "CSA", "description": "The Canadian Space Agency was established by the Canadian Space Agency Act which received Royal Assent on May 10, 1990. \r\n\r\nThe Canadian space program is administered by the Canadian Space Agency. Canada has contributed technology, expertise and personnel to the world space effort, especially in collaboration with ESA and NASA. In addition to its astronauts and satellites, some of the most notable Canadian technological contributions to space exploration include the Canadarm on the Space Shuttle and Canadarm2 on the International Space Station.", "administrator": "President: Lisa Campbell", "founding_year": "1990", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/joshua2520kutryk_image_20191228095953.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185947.jpeg", "last_flight": null, "first_flight": null }, { "id": 837, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/837/?format=api", "name": "Rabea Rogge", "status": { "id": 1, "name": "Active" }, "type": { "id": 3, "name": "Private" }, "date_of_birth": "1995-01-01", "date_of_death": null, "nationality": "German", "bio": "Rabea Rogge is an electrical engineer, robotic researcher and polar scientist who is currently scheduled to be the first female German astronaut.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Rabea_Rogge", "agency": { "id": 121, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api", "name": "SpaceX", "featured": true, "type": "Commercial", "country_code": "USA", "abbrev": "SpX", "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.", "administrator": "CEO: Elon Musk", "founding_year": "2002", "launchers": "Falcon | Starship", "spacecraft": "Dragon", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg" }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rabea_rogge_image_20250329173100.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rabea_rogge_image_thumbnail_20250329173100.jpeg", "last_flight": "2025-04-01T01:46:50Z", "first_flight": "2025-04-01T01:46:50Z" } ] }