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/704/?format=api
{ "id": 704, "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/704/?format=api", "name": "Lane Bess", "status": { "id": 14, "name": "Occasional Spaceflight" }, "type": { "id": 3, "name": "Private" }, "in_space": false, "time_in_space": "PT20M21S", "eva_time": "P0D", "agency": { "id": 141, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api", "name": "Blue Origin", "type": "Commercial" }, "age": 66, "date_of_birth": "1960-01-01", "date_of_death": null, "nationality": "American", "twitter": null, "instagram": null, "bio": "Lane is the Principal and Founder of Bess Ventures and Advisory, a family fund supporting technology firms that innovate and disrupt across multiple market sectors. Lane is best known for having helped start and build two of the most important cybersecurity companies in the public markets today, Zscaler (NASDQ) and Palo Alto Networks (NYSE). She also serves as a Trustee at Carnegie Mellon University and, along with his family, supports philanthropic interests across health and social issues.\r\n\r\nDate of birth is unknown", "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/lane_bess_image_20220606094804.jpeg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190718.jpeg", "wiki": null, "flights": [], "landings": [], "flights_count": 2, "landings_count": 2, "spacewalks_count": 0, "last_flight": "2025-02-25T15:49:11Z", "first_flight": "2021-12-11T15:00:42Z", "spacewalks": [] }