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": [ { "id": 911, "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/911/?format=api", "destination": "Haven-1", "mission_end": null, "spacecraft": { "id": 452, "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/452/?format=api", "name": "Crew Dragon", "serial_number": "TBD", "status": { "id": 1, "name": "Active" }, "description": "The specific spacecraft for this launch is currently unknown.", "spacecraft_config": { "id": 6, "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/6/?format=api", "name": "Crew Dragon 2", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 121, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" }, "in_use": true, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg" } }, "launch": { "id": "99875c7b-400c-40e2-b16c-bb9b2a02a0d8", "url": "https://lldev.thespacedevs.com/2.0.0/launch/99875c7b-400c-40e2-b16c-bb9b2a02a0d8/?format=api", "launch_library_id": null, "slug": "falcon-9-block-5-vast-1", "name": "Falcon 9 Block 5 | Vast-1", "status": { "id": 2, "name": "TBD" }, "net": "2027-07-31T00:00:00Z", "window_end": "2027-07-31T00:00:00Z", "window_start": "2027-07-31T00:00:00Z", "inhold": false, "tbdtime": true, "tbddate": true, "probability": null, "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 121, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" }, "rocket": { "id": 7852, "configuration": { "id": 164, "launch_library_id": 188, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api", "name": "Falcon 9", "family": "Falcon", "full_name": "Falcon 9 Block 5", "variant": "Block 5" } }, "mission": { "id": 6359, "launch_library_id": null, "name": "Vast-1", "description": "First crewed mission of VAST Space's future commercial space station Haven-1. The crew of four will remain in orbit for 10 days.\r\n\r\nThe crew will include ESA/CNES astronaut Arnaud Prost, as well as potentially ESA/UKSA astronaut John McFall.", "launch_designator": null, "type": "Human Exploration", "orbit": { "id": 8, "name": "Low Earth Orbit", "abbrev": "LEO" } }, "pad": { "id": 80, "url": "https://lldev.thespacedevs.com/2.0.0/pad/80/?format=api", "agency_id": 121, "name": "Space Launch Complex 40", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40", "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736", "latitude": "28.56194122", "longitude": "-80.57735736", "location": { "id": 12, "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api", "name": "Cape Canaveral SFS, FL, USA", "country_code": "USA", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg", "total_launch_count": 1127, "total_landing_count": 77 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg", "total_launch_count": 399 }, "webcast_live": false, "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg", "infographic": null, "program": [] } } ], "last_flight": null, "first_flight": null }