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

{
    "id": 314,
    "url": "https://ll.thespacedevs.com/2.0.0/astronaut/314/?format=api",
    "name": "William R. Pogue",
    "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": "1930-01-23",
    "date_of_death": "2014-03-03",
    "nationality": "American",
    "twitter": null,
    "instagram": null,
    "bio": "William Reid Pogue was an American astronaut, U.S. Air Force fighter pilot, and test pilot who was also an accomplished teacher, public speaker and author.\r\n\r\nBorn and educated in Oklahoma, Pogue graduated from college and enlisted in the United States Air Force, in which he served for 24 years. He flew combat during the Korean War, and with the elite USAF Thunderbirds. He served as a flight instructor and mathematics professor, and was a versatile test pilot, including two years in an exchange with the RAF (UK).\r\n\r\nColonel Pogue was an Air Force instructor when accepted into NASA in 1966. His astronaut career included one orbital mission, as pilot of the last crew of Skylab. The crew set a duration record (84 days) that was unbroken in NASA for over 20 years, and in orbit they conducted dozens of research experiments. The mission was also noted for a dispute with ground control over schedule management that news media named “The Skylab Mutiny”.\r\n\r\nPogue retired from both the USAF and NASA a few months after he returned from Skylab. Over the next 30 plus years he taught, lectured, consulted, and wrote about aviation and aeronatics, in the US and abroad. He died in 2014, age 84, survived by three children, four stepsons, and his third wife.",
    "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/william2520r.2520pogue_image_20181202091951.jpg",
    "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185644.jpeg",
    "wiki": "https://en.wikipedia.org/wiki/William_R._Pogue",
    "flights": [
        {
            "id": "f3855eeb-9eda-4ddd-bb4d-c2acbad0a0e2",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f3855eeb-9eda-4ddd-bb4d-c2acbad0a0e2/?format=api",
            "launch_library_id": 980,
            "slug": "saturn-ib-skylab-4",
            "name": "Saturn IB | Skylab 4",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1973-11-16T14:01:23Z",
            "window_end": "1973-11-16T14:01:23Z",
            "window_start": "1973-11-16T14:01:23Z",
            "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": 241,
                "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": 268,
                "launch_library_id": 380,
                "name": "Skylab 4",
                "description": "Skylab 4 (also known as SL-4 or SLM-3) was the third and the last crewed mission to the first US orbital space station Skylab. The mission began on November 16, 1973, 14:01:23 UTC with the launch of a three-person crew. Crew members were the Commander Gerald P. Carr, Science Pilot Edward G. Gibson and William R. Pogue. During their 83-day stay on the station, crew performed Earth and solar observations. The mission ended successfully with the splashdown in the Pacific Ocean on February 8, 1974, 15:16:53 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"
                }
            ]
        }
    ],
    "landings": [
        {
            "id": 204,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/204/?format=api",
            "destination": "Skylab",
            "mission_end": "1974-02-08T15:16:53Z",
            "spacecraft": {
                "id": 95,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/95/?format=api",
                "name": "Apollo CSM-118",
                "serial_number": "CSM-118",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "CSM-118 was an Apollo Command & Service Module used in the Skylab 4 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": "f3855eeb-9eda-4ddd-bb4d-c2acbad0a0e2",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/f3855eeb-9eda-4ddd-bb4d-c2acbad0a0e2/?format=api",
                "launch_library_id": 980,
                "slug": "saturn-ib-skylab-4",
                "name": "Saturn IB | Skylab 4",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "1973-11-16T14:01:23Z",
                "window_end": "1973-11-16T14:01:23Z",
                "window_start": "1973-11-16T14:01:23Z",
                "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": 241,
                    "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": 268,
                    "launch_library_id": 380,
                    "name": "Skylab 4",
                    "description": "Skylab 4 (also known as SL-4 or SLM-3) was the third and the last crewed mission to the first US orbital space station Skylab. The mission began on November 16, 1973, 14:01:23 UTC with the launch of a three-person crew. Crew members were the Commander Gerald P. Carr, Science Pilot Edward G. Gibson and William R. Pogue. During their 83-day stay on the station, crew performed Earth and solar observations. The mission ended successfully with the splashdown in the Pacific Ocean on February 8, 1974, 15:16:53 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-11-16T14:01:23Z",
    "first_flight": "1973-11-16T14:01:23Z"
}