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

{
    "id": 211,
    "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/211/?format=api",
    "name": "Soichi Noguchi",
    "status": {
        "id": 2,
        "name": "Retired"
    },
    "type": {
        "id": 2,
        "name": "Government"
    },
    "in_space": false,
    "time_in_space": "P344DT9H34M43S",
    "eva_time": "P1DT3H1M",
    "agency": {
        "id": 37,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
        "name": "Japan Aerospace Exploration Agency",
        "type": "Government"
    },
    "age": 60,
    "date_of_birth": "1965-04-15",
    "date_of_death": null,
    "nationality": "Japanese",
    "twitter": "https://twitter.com/Astro_Soichi",
    "instagram": "https://www.instagram.com/astro.soichi/",
    "bio": "Soichi Noguchi (野口 聡一 Noguchi Sōichi, born 15 April 1965 in Yokohama, Japan) is a Japanese aeronautical engineer and former JAXA astronaut. His first spaceflight was as a Mission Specialist aboard STS-114 on 26 July 2005 for NASA's first \"return to flight\" Space Shuttle mission after the Columbia disaster. He was most recently in space as part of the Soyuz TMA-17 crew and Expedition 22 to the International Space Station (ISS), returning to Earth on 2 June 2010. He is the fifth Japanese astronaut to fly in space and the fourth to fly on the space shuttle.",
    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soichi_noguchi_image_20200402084741.jpeg",
    "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191040.jpeg",
    "wiki": "https://en.wikipedia.org/wiki/Soichi_Noguchi",
    "flights": [],
    "landings": [],
    "flights_count": 3,
    "landings_count": 3,
    "spacewalks_count": 4,
    "last_flight": "2020-11-16T00:27:17Z",
    "first_flight": "2005-07-26T14:39:00Z",
    "spacewalks": [
        {
            "id": 423,
            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/423/?format=api",
            "name": "Expedition 64 EVA 5",
            "start": "2021-03-05T11:37:00Z",
            "end": "2021-03-05T18:33:00Z",
            "duration": "PT6H56M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4614,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 565,
                        "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/565/?format=api",
                        "name": "Kathleen Rubins",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P300DT1H31M16S",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1978-10-14",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Kathleen Hallisey \"Kate\" Rubins is a NASA astronaut. She became the 60th woman to fly in space when she launched on a Soyuz spacecraft to the International Space Station on July 6, 2016. She returned to Earth on October 30, 2016 aboard a Soyuz. She was a crew member of Expedition 48 and Expedition 49 of the International Space Station.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kathleen2520rubins_image_20181203172435.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Kathleen_Rubins",
                        "last_flight": "2020-10-14T05:45:04Z",
                        "first_flight": "2016-07-07T01:36:40Z"
                    }
                },
                {
                    "id": 4615,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 211,
                        "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/211/?format=api",
                        "name": "Soichi Noguchi",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P344DT9H34M43S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 37,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        "date_of_birth": "1965-04-15",
                        "date_of_death": null,
                        "nationality": "Japanese",
                        "twitter": "https://twitter.com/Astro_Soichi",
                        "instagram": "https://www.instagram.com/astro.soichi/",
                        "bio": "Soichi Noguchi (野口 聡一 Noguchi Sōichi, born 15 April 1965 in Yokohama, Japan) is a Japanese aeronautical engineer and former JAXA astronaut. His first spaceflight was as a Mission Specialist aboard STS-114 on 26 July 2005 for NASA's first \"return to flight\" Space Shuttle mission after the Columbia disaster. He was most recently in space as part of the Soyuz TMA-17 crew and Expedition 22 to the International Space Station (ISS), returning to Earth on 2 June 2010. He is the fifth Japanese astronaut to fly in space and the fourth to fly on the space shuttle.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soichi_noguchi_image_20200402084741.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Soichi_Noguchi",
                        "last_flight": "2020-11-16T00:27:17Z",
                        "first_flight": "2005-07-26T14:39:00Z"
                    }
                }
            ]
        }
    ]
}