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

{
    "id": 43,
    "url": "https://ll.thespacedevs.com/2.0.0/astronaut/43/?format=api",
    "name": "Alan Bean",
    "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": "1932-03-15",
    "date_of_death": "2018-05-26",
    "nationality": "American",
    "twitter": null,
    "instagram": null,
    "bio": "Alan LaVern Bean was an American naval officer and naval aviator, aeronautical engineer, test pilot, and NASA astronaut; he was the fourth person to walk on the Moon. He was selected to become an astronaut by NASA in 1963 as part of Astronaut Group 3.\r\n\r\nHe made his first flight into space aboard Apollo 12, the second manned mission to land on the Moon, at age 37 in November 1969. He made his second and final flight into space on the Skylab 3 mission in 1973, the second manned mission to the Skylab space station. After retiring from the United States Navy in 1975 and NASA in 1981, he pursued his interest in painting, depicting various space-related scenes and documenting his own experiences in space as well as that of his fellow Apollo program astronauts. He was the last living crew member of Apollo 12.",
    "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/alan2520bean_image_20181128145355.jpg",
    "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191125.jpeg",
    "wiki": "https://en.wikipedia.org/wiki/Alan_Bean",
    "flights": [
        {
            "id": "757d0fba-575b-43cb-b6de-b143758f66ec",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/757d0fba-575b-43cb-b6de-b143758f66ec/?format=api",
            "launch_library_id": 982,
            "slug": "saturn-ib-skylab-3",
            "name": "Saturn IB | Skylab 3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1973-07-28T11:10:50Z",
            "window_end": "1973-07-28T11:10:50Z",
            "window_start": "1973-07-28T11:10:50Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "",
            "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": 239,
                "configuration": {
                    "id": 163,
                    "launch_library_id": 135,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/163/?format=api",
                    "name": "Saturn IB",
                    "family": "Saturn",
                    "full_name": "Saturn IB",
                    "variant": "IB"
                }
            },
            "mission": {
                "id": 276,
                "launch_library_id": 379,
                "name": "Skylab 3",
                "description": "Skylab 3 (also known as SL-3 or SLM-2) was the second crewed mission to the first US orbital space station Skylab. The mission began on July 28, 1973, 11:10:50 UTC with the launch of a three-person crew. Crew members were the Commander Alan L. Bean, Science Pilot Owen K. Garriott and Pilot Jack R. Lousma. During their 59-day stay on the station, crew continued station repairs and conducted various scientific and medical experiments. The mission ended successfully with the splashdown in the Pacific Ocean on September 25, 1973, 22:19:51 UTC.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/4/?format=api",
                "agency_id": 44,
                "name": "Launch Complex 39B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B",
                "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503",
                "latitude": "28.62711233",
                "longitude": "-80.62101503",
                "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": 236,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_4_20200803143518.jpg",
                "total_launch_count": 58
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/saturn2520ib_image_20190222030046.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/13/?format=api",
                    "name": "Skylab",
                    "description": "Skylab was the first United States space station, launched by NASA, occupied for about 24 weeks between May 1973 and February 1974. It was operated by three separate three-astronaut crews: SL-2, SL-3 and SL-4. Major operations included an orbital workshop, a solar observatory, Earth observation, and hundreds of experiments.",
                    "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/skylab_program_20240305184407.png",
                    "start_date": "1973-05-14T17:30:00Z",
                    "end_date": "1979-07-11T16:37:00Z",
                    "info_url": "https://www.nasa.gov/mission_pages/skylab/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Skylab"
                }
            ]
        },
        {
            "id": "5b806050-3825-4b5d-b8e8-3e1ead58a041",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/5b806050-3825-4b5d-b8e8-3e1ead58a041/?format=api",
            "launch_library_id": 992,
            "slug": "saturn-v-apollo-12",
            "name": "Saturn V | Apollo 12",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1969-11-14T16:22:00Z",
            "window_end": "1969-11-14T16:22:00Z",
            "window_start": "1969-11-14T16:22:00Z",
            "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": 226,
                "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": 147,
                "launch_library_id": 230,
                "name": "Apollo 12",
                "description": "Apollo 12 was the second manned mission to the surface of the moon. The commander of the mission was Charles Conrad, Jr. , the Command Module Pilot was Richard Gordon, Jr. , and the Lunar Module Pilot was Alan Bean. The mission was launched on November 14th 1969 and the Capsule safely splashed down in the ocean on November 24th 1969",
                "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": 236,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_87_20200803143537.jpg",
                "total_launch_count": 178
            },
            "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": 28,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/28/?format=api",
            "destination": "Lunar Orbit where the LM would detach and land on the Moon.",
            "mission_end": "1969-11-24T16:22:00Z",
            "spacecraft": {
                "id": 29,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/29/?format=api",
                "name": "Apollo Yankee Clipper CSM-108",
                "serial_number": "CSM-108",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "CSM-108 \"Yankee Clipper\" was an Apollo Command & Service Module used in the Apollo 12 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": null
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg"
                }
            },
            "launch": {
                "id": "5b806050-3825-4b5d-b8e8-3e1ead58a041",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/5b806050-3825-4b5d-b8e8-3e1ead58a041/?format=api",
                "launch_library_id": 992,
                "slug": "saturn-v-apollo-12",
                "name": "Saturn V | Apollo 12",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "1969-11-14T16:22:00Z",
                "window_end": "1969-11-14T16:22:00Z",
                "window_start": "1969-11-14T16:22:00Z",
                "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": 226,
                    "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": 147,
                    "launch_library_id": 230,
                    "name": "Apollo 12",
                    "description": "Apollo 12 was the second manned mission to the surface of the moon. The commander of the mission was Charles Conrad, Jr. , the Command Module Pilot was Richard Gordon, Jr. , and the Lunar Module Pilot was Alan Bean. The mission was launched on November 14th 1969 and the Capsule safely splashed down in the ocean on November 24th 1969",
                    "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": 236,
                        "total_landing_count": 0
                    },
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_87_20200803143537.jpg",
                    "total_launch_count": 178
                },
                "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"
                    }
                ]
            }
        },
        {
            "id": 203,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/203/?format=api",
            "destination": "Skylab",
            "mission_end": "1973-09-25T22:19:51Z",
            "spacecraft": {
                "id": 94,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/94/?format=api",
                "name": "Apollo CSM-117",
                "serial_number": "CSM-117",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "CSM-117 was an Apollo Command & Service Module used in the Skylab 3 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": null
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg"
                }
            },
            "launch": {
                "id": "757d0fba-575b-43cb-b6de-b143758f66ec",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/757d0fba-575b-43cb-b6de-b143758f66ec/?format=api",
                "launch_library_id": 982,
                "slug": "saturn-ib-skylab-3",
                "name": "Saturn IB | Skylab 3",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "1973-07-28T11:10:50Z",
                "window_end": "1973-07-28T11:10:50Z",
                "window_start": "1973-07-28T11:10:50Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": -1,
                "holdreason": "",
                "failreason": "",
                "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": 239,
                    "configuration": {
                        "id": 163,
                        "launch_library_id": 135,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/163/?format=api",
                        "name": "Saturn IB",
                        "family": "Saturn",
                        "full_name": "Saturn IB",
                        "variant": "IB"
                    }
                },
                "mission": {
                    "id": 276,
                    "launch_library_id": 379,
                    "name": "Skylab 3",
                    "description": "Skylab 3 (also known as SL-3 or SLM-2) was the second crewed mission to the first US orbital space station Skylab. The mission began on July 28, 1973, 11:10:50 UTC with the launch of a three-person crew. Crew members were the Commander Alan L. Bean, Science Pilot Owen K. Garriott and Pilot Jack R. Lousma. During their 59-day stay on the station, crew continued station repairs and conducted various scientific and medical experiments. The mission ended successfully with the splashdown in the Pacific Ocean on September 25, 1973, 22:19:51 UTC.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    }
                },
                "pad": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/4/?format=api",
                    "agency_id": 44,
                    "name": "Launch Complex 39B",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B",
                    "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503",
                    "latitude": "28.62711233",
                    "longitude": "-80.62101503",
                    "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": 236,
                        "total_landing_count": 0
                    },
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_4_20200803143518.jpg",
                    "total_launch_count": 58
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/saturn2520ib_image_20190222030046.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 13,
                        "url": "https://ll.thespacedevs.com/2.0.0/program/13/?format=api",
                        "name": "Skylab",
                        "description": "Skylab was the first United States space station, launched by NASA, occupied for about 24 weeks between May 1973 and February 1974. It was operated by three separate three-astronaut crews: SL-2, SL-3 and SL-4. Major operations included an orbital workshop, a solar observatory, Earth observation, and hundreds of experiments.",
                        "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/skylab_program_20240305184407.png",
                        "start_date": "1973-05-14T17:30:00Z",
                        "end_date": "1979-07-11T16:37:00Z",
                        "info_url": "https://www.nasa.gov/mission_pages/skylab/",
                        "wiki_url": "https://en.wikipedia.org/wiki/Skylab"
                    }
                ]
            }
        }
    ],
    "last_flight": "1973-07-28T11:10:50Z",
    "first_flight": "1969-11-14T16:22:00Z"
}