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/838/?format=api
{ "id": 838, "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/838/?format=api", "name": "Eric Philips", "status": { "id": 1, "name": "Active" }, "type": { "id": 3, "name": "Private" }, "in_space": false, "time_in_space": "P3DT14H32M38S", "eva_time": "P0D", "agency": { "id": 121, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" }, "age": 63, "date_of_birth": "1962-04-30", "date_of_death": null, "nationality": "Australian", "twitter": null, "instagram": null, "bio": "Eric Philips is an Australian polar explorer, adventurer, polar guide and private astronaut.", "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/eric_philips_image_20250329173123.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/eric_philips_image_thumbnail_20250329173123.jpeg", "wiki": "https://en.wikipedia.org/wiki/Eric_Philips_(explorer)", "flights": [], "landings": [], "flights_count": 1, "landings_count": 1, "spacewalks_count": 0, "last_flight": "2025-04-01T01:46:50Z", "first_flight": "2025-04-01T01:46:50Z", "spacewalks": [] }