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/681/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 681,
    "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/681/?format=api",
    "name": "John Shoffner",
    "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
    },
    "type": {
        "id": 3,
        "name": "Private"
    },
    "agency": {
        "id": 1022,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1022/?format=api",
        "name": "Axiom Space",
        "type": "Private"
    },
    "date_of_birth": "1955-07-27",
    "date_of_death": null,
    "nationality": "American",
    "twitter": "https://twitter.com/johnpshoffner",
    "instagram": null,
    "bio": "John Shoffner is an American space tourist. He is according to Axiom Space a pilot, champion GT racer, and active supporter of life science research from Knoxville, Tennessee.\r\n\r\nBefore creating his own motorsports team J2-Racing with his wife Janine, Shoffner was a businessman. He had a 21-year career in Kentucky-based telecommunications manufacturer Dura-Line. He retired as president in 1996.\r\n\r\nIn May 2021, he paid for a seat on Axiom Mission 2, the second entirely-private crew mission to the International Space Station. Shoffner served as the pilot of the Crew Dragon crew vehicle, which launched on May 21, 2023.",
    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/john_shoffner_image_20210525170804.jpg",
    "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190508.jpeg",
    "wiki": "https://en.wikipedia.org/wiki/John_Shoffner",
    "flights": [],
    "landings": [],
    "last_flight": "2023-05-21T21:37:09Z",
    "first_flight": "2023-05-21T21:37:09Z"
}