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/491/?format=api
{ "id": 491, "url": "https://ll.thespacedevs.com/2.2.0/astronaut/491/?format=api", "name": "Christopher Loria", "status": { "id": 2, "name": "Retired" }, "type": { "id": 2, "name": "Government" }, "in_space": false, "time_in_space": "P0D", "eva_time": "P0D", "agency": { "id": 44, "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "type": "Government" }, "age": 64, "date_of_birth": "1960-07-09", "date_of_death": null, "nationality": "American", "twitter": null, "instagram": null, "bio": "Christopher Joseph \"Gus\" Loria is a retired United States Marine Corps Colonel and a medically retired NASA astronaut. He was originally scheduled to fly on STS-113 as pilot; however, he was grounded from spaceflight due to a severe back injury.", "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/christopher2520loria_image_20181203154808.jpg", "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190946.jpeg", "wiki": "https://en.wikipedia.org/wiki/Christopher_Loria", "flights": [], "landings": [], "flights_count": 0, "landings_count": 0, "spacewalks_count": 0, "last_flight": null, "first_flight": null, "spacewalks": [] }