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/806/?format=api
{ "id": 806, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/806/?format=api", "name": "Tibor Kapu", "status": { "id": 1, "name": "Active" }, "type": { "id": 2, "name": "Government" }, "agency": { "id": 1088, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1088/?format=api", "name": "Hungarian Ministry of Foreign Affairs and Trade", "type": "Government" }, "date_of_birth": "1991-11-05", "date_of_death": null, "nationality": "Hungarian", "twitter": null, "instagram": null, "bio": "Hungarian astronaut selected to participate in a private spaceflight to the ISS as part of the HUNOR program.", "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tibor_kapu_port_image_20240803065636.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tibor_kapu_port_image_thumbnail_20240803065640.jpeg", "wiki": null, "flights": [], "landings": [], "last_flight": "2025-06-25T06:31:52Z", "first_flight": "2025-06-25T06:31:52Z" }