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=660&ordering=-age
{ "count": 813, "next": "https://ll.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=670&ordering=-age", "previous": "https://ll.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=650&ordering=-age", "results": [ { "id": 585, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/585/?format=api", "name": "Sergey Ryzhikov", "status": { "id": 1, "name": "Active" }, "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": 375, "name": "[AUTO] Sergey Ryzhikov - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sergey_ryzhikov_image_20200603213525.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185707.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": true, "time_in_space": "P417DT22H51M55S", "eva_time": "PT6H47M", "age": 50, "date_of_birth": "1974-08-19", "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": "Sergey Nikolayevich Ryzhiko born on August 19, 1974, lieutenant colonel of Russian Air Force, is a Russian cosmonaut, selected in 2006. Ryzhikov launched on his first spaceflight onboard the Soyuz MS-02 spacecraft. He spent approximately six months onboard the International Space Station taking part in Expedition 49/50, returning to Earth on April 10, 2017.", "wiki": "https://en.wikipedia.org/wiki/Sergey_Ryzhikov_(cosmonaut)", "last_flight": "2025-04-08T05:47:15Z", "first_flight": "2016-10-19T08:05:14Z", "social_media_links": [], "flights_count": 3, "landings_count": 2, "spacewalks_count": 1 }, { "id": 142, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/142/?format=api", "name": "Robert Hines", "status": { "id": 1, "name": "Active" }, "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": 329, "name": "[AUTO] Robert Hines - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/robert2520hines_image_20181129205955.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185553.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": "P170DT13H2M8S", "eva_time": "P0D", "age": 50, "date_of_birth": "1975-01-11", "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": "Robert \"Bob\" Thomas Hines, Jr. is an American fighter pilot and NASA astronaut of the class of 2017.", "wiki": "https://en.wikipedia.org/wiki/Robert_Hines_(astronaut)", "last_flight": "2022-04-27T07:52:55Z", "first_flight": "2022-04-27T07:52:55Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 584, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/584/?format=api", "name": "Sergey Prokopyev", "status": { "id": 1, "name": "Active" }, "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": 805, "name": "[AUTO] Sergey Prokopyev - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sergey2520prokopyev_image_20181207031221.jfif", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190826.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": "P567DT15H11M30S", "eva_time": "P2DT5H17M27S", "age": 50, "date_of_birth": "1975-02-19", "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": "Sergei Valeriyevich Prokopyev, born 19 February 1975 is a Russian cosmonaut. He is the commander of Soyuz MS-09, and flight engineer of Expedition 56/57 to the International space station.", "wiki": "https://en.wikipedia.org/wiki/Sergey_Prokopyev_(cosmonaut)", "last_flight": "2022-09-21T13:54:49Z", "first_flight": "2018-06-06T11:12:41Z", "social_media_links": [], "flights_count": 2, "landings_count": 2, "spacewalks_count": 8 }, { "id": 275, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/275/?format=api", "name": "Vladimir Vasyutin", "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": 407, "name": "[AUTO] Vladimir Vasyutin - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vladimir2520vasyutin_image_20181201223746.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185755.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": "P64DT21H52M8S", "eva_time": "P0D", "age": 50, "date_of_birth": "1952-03-08", "date_of_death": "2002-07-19", "nationality": [ { "id": 5, "name": "Russia", "alpha_2_code": "RU", "alpha_3_code": "RUS", "nationality_name": "Russian", "nationality_name_composed": "Russo" } ], "bio": "Vladimir Vladimirovich Vasyutin (Russian:Влaдимиp Bлaдимиpoвич Васютин, born March 8, 1952, Kharkiv, Kharkiv Oblast, Ukrainian SSR, died July 19, 2002) was a Soviet cosmonaut.\r\n\r\nHe was selected as a cosmonaut on December 1, 1978 (TsPK-6). He retired on February 25, 1986.\r\n\r\nVasyutin was assigned to the TKS program for a new generation of manned military spacecraft that would be docked to the existing Salyut space stations.\r\n\r\nHe flew as the Commander on Soyuz T-14 to the Salyut 7 space station, for part of the long-duration mission Salyut 7 EO-4. He spent 64 days 21 hours 52 minutes in space. The TKS module was already docked to the Salyut and Vasyutin was due to lead an extended programme of military space experiments. However Vasyutin fell ill soon after arriving at the station and was unable to perform his duties. Although he was originally scheduled to have a six-month stay aboard Salyut 7, his illness forced the crew to make an emergency return to Earth after only two months. His illness is said to have been caused by a prostate infection, which had manifested itself as inflammation and a fever.", "wiki": "https://en.wikipedia.org/wiki/Vladimir_Vasyutin", "last_flight": "1985-09-17T12:38:52Z", "first_flight": "1985-09-17T12:38:52Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 521, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/521/?format=api", "name": "Alan G. Poindexter", "status": { "id": 11, "name": "Deceased" }, "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": 338, "name": "[AUTO] Alan G. Poindexter - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/alan2520g.2520poindexter_image_20190426143719.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185608.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": "P27DT21H8M8S", "eva_time": "P0D", "age": 50, "date_of_birth": "1961-11-05", "date_of_death": "2012-07-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": "Alan Goodwin \"Dex\" Poindexter was an American naval officer and a NASA astronaut. Poindexter was selected in the 1998 NASA Group (G17) and went into orbit aboard Space Shuttle missions STS-122, and STS-131.", "wiki": "https://en.wikipedia.org/wiki/Alan_G._Poindexter", "last_flight": "2010-04-05T10:21:22Z", "first_flight": "2008-02-07T19:45:30Z", "social_media_links": [], "flights_count": 2, "landings_count": 2, "spacewalks_count": 0 }, { "id": 262, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/262/?format=api", "name": "Evgeny Tarelkin", "status": { "id": 2, "name": "Retired" }, "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": 734, "name": "[AUTO] Evgeny Tarelkin - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/evgeny2520tarelkin_image_20181201222028.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190637.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": "P143DT16H19M49S", "eva_time": "P0D", "age": 50, "date_of_birth": "1974-12-29", "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": "Evgeny Igorevich Tarelkin (Russian: Евгений Игоревич Тарелкин; born December 29, 1974) is a Russian cosmonaut. He was selected as part of the TsPK-13 group in 2003.\r\nHe served in the Air Force until his selection as a cosmonaut as part of the TsPK-13 selection group in 2003, completing basic training in 2005. Tarelkin made his first flight into space in October 2012 as a member of the Soyuz TMA-06M crew, during which he spent six months aboard the International Space Station as part of the Expedition 33/34 crews and returned on March 16, 2013.", "wiki": "https://en.wikipedia.org/wiki/Evgeny_Tarelkin", "last_flight": "2012-10-23T10:51:11Z", "first_flight": "2012-10-23T10:51:11Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 339, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/339/?format=api", "name": "S. David Griggs", "status": { "id": 6, "name": "Died While In Active Service" }, "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": 939, "name": "[AUTO] S. David Griggs - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/s.2520david2520griggs_image_20181202102921.jpg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191200.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": "P6DT23H55M23S", "eva_time": "PT3H6M", "age": 49, "date_of_birth": "1939-09-07", "date_of_death": "1989-06-17", "nationality": [ { "id": 2, "name": "United States of America", "alpha_2_code": "US", "alpha_3_code": "USA", "nationality_name": "American", "nationality_name_composed": "Americano" } ], "bio": "Stanley David Griggs was a United States Navy officer and a NASA astronaut. He is credited with conducting the first unscheduled extra-vehicular activity of the space program during Space Shuttle mission STS-51-D. Griggs was killed when the vintage World War II-era training aircraft he was piloting – a North American AT-6D (registration N3931S) – crashed near Earle, Arkansas.", "wiki": "https://en.wikipedia.org/wiki/S._David_Griggs", "last_flight": "1985-04-12T13:59:05Z", "first_flight": "1985-04-12T13:59:05Z", "social_media_links": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 1 }, { "id": 20, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/20/?format=api", "name": "Serena Auñón-Chancellor", "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": 380, "name": "[AUTO] Serena Auñón-Chancellor - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/serena_au25c3_image_20220911033856.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185714.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": "P196DT17H49M19S", "eva_time": "P0D", "age": 49, "date_of_birth": "1976-04-09", "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": "Serena Maria Auñón-Chancellor is an American physician, engineer, and NASA astronaut. She has been in space since June 6, 2018, serving as a flight engineer in Expedition 56/57 to the International Space Station.", "wiki": "https://en.wikipedia.org/wiki/Serena_Au%C3%B1%C3%B3n-Chancellor", "last_flight": "2018-06-06T11:12:41Z", "first_flight": "2018-06-06T11:12:41Z", "social_media_links": [ { "id": 200, "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/AstroSerena" } ], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 }, { "id": 8, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/8/?format=api", "name": "Andrew R. Morgan", "status": { "id": 1, "name": "Active" }, "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": 327, "name": "[AUTO] Andrew R. Morgan - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/andrew_r._morga_image_20220911034204.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185549.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": "P271DT12H48M22S", "eva_time": "P1DT21H48M", "age": 49, "date_of_birth": "1976-02-05", "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": "Andrew Richard \"Drew\" Morgan is a NASA astronaut from the class of 2013.", "wiki": "https://en.wikipedia.org/wiki/Andrew_R._Morgan", "last_flight": "2019-07-20T16:28:21Z", "first_flight": "2019-07-20T16:28:21Z", "social_media_links": [ { "id": 201, "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/AstroDrewMorgan" }, { "id": 202, "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/astrodrewmorgan/" } ], "flights_count": 1, "landings_count": 1, "spacewalks_count": 7 }, { "id": 699, "url": "https://ll.thespacedevs.com/2.3.0/astronauts/699/?format=api", "name": "Audrey Powers", "status": { "id": 14, "name": "Occasional Spaceflight" }, "agency": { "response_mode": "list", "id": 141, "url": "https://ll.thespacedevs.com/2.3.0/agencies/141/?format=api", "name": "Blue Origin", "abbrev": "BO", "type": { "id": 3, "name": "Commercial" } }, "image": { "id": 669, "name": "[AUTO] Audrey Powers - image", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/audrey_powers_image_20220606094644.jpeg", "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190447.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": "PT10M", "eva_time": "P0D", "age": 49, "date_of_birth": "1976-02-01", "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": "Audrey Powers is the Vice President of Legal & Compliance for Blue Origin. Ms. Powers received a Bachelor’s degree in Aeronautical and Astronautical engineering from Purdue University and worked as an engineer for almost 10 years prior to becoming a lawyer.\r\n\r\nExact DoB unknown.", "wiki": "https://en.wikipedia.org/wiki/Audrey_Powers", "last_flight": "2021-10-13T14:49:00Z", "first_flight": "2021-10-13T14:49:00Z", "social_media_links": [ { "id": 84, "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/audreykpowers" } ], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0 } ] }