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

{
    "id": 718,
    "url": "https://ll.thespacedevs.com/2.0.0/astronaut/718/?format=api",
    "name": "Anna Menon",
    "status": {
        "id": 3,
        "name": "In-Training"
    },
    "type": {
        "id": 3,
        "name": "Private"
    },
    "agency": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
    },
    "date_of_birth": null,
    "date_of_death": null,
    "nationality": "American",
    "twitter": null,
    "instagram": null,
    "bio": "Anna Menon is a Lead Space Operations Engineer at SpaceX, where she manages the development of crew operations and serves in mission control as both a Mission Director and crew communicator. During her tenure at SpaceX, she has led the implementation of Dragon’s crew capabilities, helped create the crew communicator operator role, and developed critical operational responses to vehicle emergencies such as a fire or cabin depressurization. Anna served in mission control during multiple Dragon missions, such as Demo-2, Crew-1, CRS-22, and CRS-23.",
    "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/anna_menon_image_20220214140406.jpeg",
    "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190617.jpeg",
    "wiki": null,
    "flights": [],
    "landings": [
        {
            "id": 774,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/774/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": null,
            "spacecraft": {
                "id": 291,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/291/?format=api",
                "name": "Crew Dragon Resilience",
                "serial_number": "C207",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "description": "Crew Dragon Resilience was used for the Crew-1 mission.",
                "spacecraft_config": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/6/?format=api",
                    "name": "Crew Dragon 2",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 121,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "type": "Commercial"
                    },
                    "in_use": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg"
                }
            },
            "launch": {
                "id": "b69cfada-3320-4331-89e1-aaa8b49e6a9c",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/b69cfada-3320-4331-89e1-aaa8b49e6a9c/?format=api",
                "launch_library_id": null,
                "slug": "falcon-9-block-5-polaris-dawn",
                "name": "Falcon 9 Block 5 | Polaris Dawn",
                "status": {
                    "id": 2,
                    "name": "TBD"
                },
                "net": "2024-06-30T00:00:00Z",
                "window_end": "2024-06-30T00:00:00Z",
                "window_start": "2024-06-30T00:00:00Z",
                "inhold": false,
                "tbdtime": true,
                "tbddate": true,
                "probability": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 121,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "type": "Commercial"
                },
                "rocket": {
                    "id": 7534,
                    "configuration": {
                        "id": 164,
                        "launch_library_id": 188,
                        "url": "https://ll.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": 5954,
                    "launch_library_id": null,
                    "name": "Polaris Dawn",
                    "description": "First mission of the privately funded Polaris program. The goal of this mission, lasting up to five days in orbit, is to fly higher than previous Dragon missions, perform the first-ever commercial EVA with SpaceX-designed spacesuits, orbit through portions of the Van Allen radiation belt, conduct medical research, and test laser-based Starlink communications in space.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    }
                },
                "pad": {
                    "id": 80,
                    "url": "https://ll.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://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                        "name": "Cape Canaveral, FL, USA",
                        "country_code": "USA",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_12_20200803142519.jpg",
                        "total_launch_count": 953,
                        "total_landing_count": 51
                    },
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_80_20200803143323.jpg",
                    "total_launch_count": 242
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20210525170218.jpeg",
                "infographic": null,
                "program": []
            }
        }
    ],
    "last_flight": null,
    "first_flight": null
}