Astronaut Instance
API endpoint that allows Astronaut to be viewed.
GET: Return a list of all the existing astronauts.
MODE: Normal, List, LaunchList and Detailed /2.2.0/astronaut/?mode=detailed
FILTERS: Parameters - 'name', 'status', 'nationality', 'agency__name', 'agency__abbrev', 'date_of_birth', 'date_of_death', 'status_ids', 'is_human', 'type__id', 'has_flown', 'in_space' Example - /2.2.0/astronaut/?nationality=American
SEARCH EXAMPLE: /2.2.0/astronaut/?search=armstrong Searches through name, nationality and agency name
ORDERING: Fields - 'name', 'status', 'date_of_birth' Example - /2.2.0/astronaut/?order=name
GET /2.2.0/astronaut/706/?format=api
{ "id": 706, "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/706/?format=api", "name": "Nichole Ayers", "status": { "id": 1, "name": "Active" }, "type": { "id": 2, "name": "Government" }, "in_space": false, "time_in_space": "P147DT16H29M32S", "eva_time": "PT5H44M", "agency": { "id": 44, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "type": "Government" }, "age": 37, "date_of_birth": "1989-01-01", "date_of_death": null, "nationality": "American", "twitter": "https://twitter.com/Astro_Ayers", "instagram": "https://www.instagram.com/astro_ayers", "bio": "Nichole Ayers is a US Air Force major who graduated from the US Air Force Academy in Colorado Springs in 2011 with a bachelor’s degree in mathematics with a minor in Russian. She later earned a master’s degree in computational and applied mathematics from Rice University. Ayers is an experienced combat aviator with more than 200 combat hours and more than 1,150 hours of total flight time in the T-38 and the F-22 Raptor fighter jet. Ayers led the first ever all-woman formation of the aircraft in combat.\r\n\r\nExact date of birth unknown.", "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nichole_ayers_image_20211206185339.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185425.jpeg", "wiki": "https://en.wikipedia.org/wiki/Nichole_Ayers", "flights": [], "landings": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 1, "last_flight": "2025-03-14T23:03:48Z", "first_flight": "2025-03-14T23:03:48Z", "spacewalks": [ { "id": 486, "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/486/?format=api", "name": "Expedition 73 EVA 1", "start": "2025-05-01T13:05:00Z", "end": "2025-05-01T18:49:00Z", "duration": "PT5H44M", "location": "International Space Station", "crew": [ { "id": 5099, "role": { "id": 33, "role": "EV1", "priority": 0 }, "astronaut": { "id": 7, "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/7/?format=api", "name": "Anne McClain", "type": { "id": 2, "name": "Government" }, "in_space": false, "time_in_space": "P351DT4H57M40S", "status": { "id": 1, "name": "Active" }, "agency": { "id": 44, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "type": "Government" }, "date_of_birth": "1979-06-07", "date_of_death": null, "nationality": "American", "twitter": "https://twitter.com/AstroAnnimal", "instagram": null, "bio": "Anne Charlotte McClain is a lieutenant colonel in the U.S. Army currently assigned to NASA Astronaut Group 21.", "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/anne2520mcclain_image_20181127210625.jpg", "wiki": "https://en.wikipedia.org/wiki/Anne_McClain", "last_flight": "2025-03-14T23:03:48Z", "first_flight": "2018-12-03T11:31:52Z" } }, { "id": 5100, "role": { "id": 34, "role": "EV2", "priority": 1 }, "astronaut": { "id": 706, "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/706/?format=api", "name": "Nichole Ayers", "type": { "id": 2, "name": "Government" }, "in_space": false, "time_in_space": "P147DT16H29M32S", "status": { "id": 1, "name": "Active" }, "agency": { "id": 44, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "type": "Government" }, "date_of_birth": "1989-01-01", "date_of_death": null, "nationality": "American", "twitter": "https://twitter.com/Astro_Ayers", "instagram": "https://www.instagram.com/astro_ayers", "bio": "Nichole Ayers is a US Air Force major who graduated from the US Air Force Academy in Colorado Springs in 2011 with a bachelor’s degree in mathematics with a minor in Russian. She later earned a master’s degree in computational and applied mathematics from Rice University. Ayers is an experienced combat aviator with more than 200 combat hours and more than 1,150 hours of total flight time in the T-38 and the F-22 Raptor fighter jet. Ayers led the first ever all-woman formation of the aircraft in combat.\r\n\r\nExact date of birth unknown.", "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nichole_ayers_image_20211206185339.jpg", "wiki": "https://en.wikipedia.org/wiki/Nichole_Ayers", "last_flight": "2025-03-14T23:03:48Z", "first_flight": "2025-03-14T23:03:48Z" } } ] } ] }