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.0.0/astronaut/?mode=detailed
FILTERS: Parameters - 'name', 'status', 'nationality', 'agency__name', 'agency__abbrev', 'date_of_birth', 'date_of_death', 'status_ids' Example - /2.0.0/astronaut/?nationality=American
SEARCH EXAMPLE: /2.0.0/astronaut/?search=armstrong Searches through name, nationality and agency name
ORDERING: Fields - 'name', 'status', 'date_of_birth' Example - /2.0.0/astronaut/?order=name
GET /2.0.0/astronaut/919/?format=api
{ "id": 919, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/919/?format=api", "name": "Arnaud Prost", "status": { "id": 3, "name": "In-Training" }, "type": { "id": 2, "name": "Government" }, "agency": { "id": 27, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/27/?format=api", "name": "European Space Agency", "type": "Multinational" }, "date_of_birth": "1992-11-06", "date_of_death": null, "nationality": "French", "twitter": "https://x.com/Arno_astro", "instagram": "https://www.instagram.com/arnaud_astro/", "bio": "rnaud Maurice Michel Prost is a French engineer, test pilot, professional diver, and astronaut reservist in the European Astronaut Corps.", "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/arnaud_prost_of_image_20260612081911.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/arnaud_prost_of_image_thumbnail_20260612081911.jpeg", "wiki": "https://en.wikipedia.org/wiki/Arnaud_Prost", "flights": [], "landings": [], "last_flight": null, "first_flight": null }