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

{
    "id": 315,
    "url": "https://ll.thespacedevs.com/2.0.0/astronaut/315/?format=api",
    "name": "Stuart Roosa",
    "status": {
        "id": 11,
        "name": "Deceased"
    },
    "type": {
        "id": 2,
        "name": "Government"
    },
    "agency": {
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "type": "Government"
    },
    "date_of_birth": "1933-08-16",
    "date_of_death": "1994-12-12",
    "nationality": "American",
    "twitter": null,
    "instagram": null,
    "bio": "Stuart Allen \"Stu\" Roosa was an American aeronautical engineer, United States Air Force pilot, test pilot, and NASA astronaut, who was the Command Module Pilot for the Apollo 14 mission. The mission lasted from January 31 to February 9, 1971 and was the third mission to land astronauts (Alan Shepard and Edgar Mitchell) on the Moon. While Shepard and Mitchell spent two days on the lunar surface, Roosa conducted experiments from orbit in the Command Module Kitty Hawk. He was one of 24 people to travel to the Moon.",
    "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/stuart2520roosa_image_20181202092059.jpg",
    "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190843.jpeg",
    "wiki": "https://en.wikipedia.org/wiki/Stuart_Roosa",
    "flights": [
        {
            "id": "5aad41ac-9656-471b-a367-81a42f3a1d86",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/5aad41ac-9656-471b-a367-81a42f3a1d86/?format=api",
            "launch_library_id": 989,
            "slug": "saturn-v-apollo-14",
            "name": "Saturn V | Apollo 14",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1971-01-31T21:03:02Z",
            "window_end": "1971-01-31T21:03:02Z",
            "window_start": "1971-01-31T21:03:02Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            },
            "rocket": {
                "id": 230,
                "configuration": {
                    "id": 93,
                    "launch_library_id": 136,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/93/?format=api",
                    "name": "Saturn V",
                    "family": "Saturn",
                    "full_name": "Saturn V",
                    "variant": "V"
                }
            },
            "mission": {
                "id": 149,
                "launch_library_id": 231,
                "name": "Apollo 14",
                "description": "Apollo 14 was the eighth manned mission in the Apollo Program. The third mission to land on the moon. This mission was a two day stay on the lunar surface and carried out two EVAs. Commanded by Alan Shepard, Command Module Pilot Stuart Rossa, and Lunar Module Pilot Edgar Mitchell. During the two lunar EVAs, 42.80 kilograms of moon rock samples was collected.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO"
                }
            },
            "pad": {
                "id": 87,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/87/?format=api",
                "agency_id": 121,
                "name": "Launch Complex 39A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                "latitude": "28.60822681",
                "longitude": "-80.60428186",
                "location": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/27/?format=api",
                    "name": "Kennedy Space Center, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_27_20200803142447.jpg",
                    "total_launch_count": 237,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_87_20200803143537.jpg",
                "total_launch_count": 179
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/saturn2520v_image_20190222030036.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/4/?format=api",
                    "name": "Apollo",
                    "description": "The Apollo program was the third United States human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which succeeded in landing the first humans on the Moon from 1969 to 1972.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/apollo_program_20200820200202.png",
                    "start_date": "1966-11-16T00:00:00Z",
                    "end_date": "1972-12-19T19:24:59Z",
                    "info_url": "https://www.nasa.gov/mission_pages/apollo/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Apollo_program"
                }
            ]
        }
    ],
    "landings": [
        {
            "id": 30,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/30/?format=api",
            "destination": "Lunar Orbit where the LM would detach and land on the Moon.",
            "mission_end": "1971-02-09T21:05:00Z",
            "spacecraft": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/31/?format=api",
                "name": "Apollo Kitty Hawk CSM-110",
                "serial_number": "CSM-110",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "CSM-110 \"Kitty Hawk\" was an Apollo Command & Service Module used in the Apollo 14 mission.",
                "spacecraft_config": {
                    "id": 10,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/10/?format=api",
                    "name": "Apollo Command/Service Module",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 999,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/999/?format=api",
                        "name": "North American Aviation",
                        "type": "Commercial"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg"
                }
            },
            "launch": {
                "id": "5aad41ac-9656-471b-a367-81a42f3a1d86",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/5aad41ac-9656-471b-a367-81a42f3a1d86/?format=api",
                "launch_library_id": 989,
                "slug": "saturn-v-apollo-14",
                "name": "Saturn V | Apollo 14",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "1971-01-31T21:03:02Z",
                "window_end": "1971-01-31T21:03:02Z",
                "window_start": "1971-01-31T21:03:02Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": -1,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "rocket": {
                    "id": 230,
                    "configuration": {
                        "id": 93,
                        "launch_library_id": 136,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/93/?format=api",
                        "name": "Saturn V",
                        "family": "Saturn",
                        "full_name": "Saturn V",
                        "variant": "V"
                    }
                },
                "mission": {
                    "id": 149,
                    "launch_library_id": 231,
                    "name": "Apollo 14",
                    "description": "Apollo 14 was the eighth manned mission in the Apollo Program. The third mission to land on the moon. This mission was a two day stay on the lunar surface and carried out two EVAs. Commanded by Alan Shepard, Command Module Pilot Stuart Rossa, and Lunar Module Pilot Edgar Mitchell. During the two lunar EVAs, 42.80 kilograms of moon rock samples was collected.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 11,
                        "name": "Lunar Orbit",
                        "abbrev": "LO"
                    }
                },
                "pad": {
                    "id": 87,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/87/?format=api",
                    "agency_id": 121,
                    "name": "Launch Complex 39A",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                    "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                    "latitude": "28.60822681",
                    "longitude": "-80.60428186",
                    "location": {
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/27/?format=api",
                        "name": "Kennedy Space Center, FL, USA",
                        "country_code": "USA",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_27_20200803142447.jpg",
                        "total_launch_count": 237,
                        "total_landing_count": 0
                    },
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_87_20200803143537.jpg",
                    "total_launch_count": 179
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/saturn2520v_image_20190222030036.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 4,
                        "url": "https://ll.thespacedevs.com/2.0.0/program/4/?format=api",
                        "name": "Apollo",
                        "description": "The Apollo program was the third United States human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which succeeded in landing the first humans on the Moon from 1969 to 1972.",
                        "agencies": [
                            {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/apollo_program_20200820200202.png",
                        "start_date": "1966-11-16T00:00:00Z",
                        "end_date": "1972-12-19T19:24:59Z",
                        "info_url": "https://www.nasa.gov/mission_pages/apollo/index.html",
                        "wiki_url": "https://en.wikipedia.org/wiki/Apollo_program"
                    }
                ]
            }
        }
    ],
    "last_flight": "1971-01-31T21:03:02Z",
    "first_flight": "1971-01-31T21:03:02Z"
}