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

{
    "id": 263,
    "url": "https://ll.thespacedevs.com/2.2.0/astronaut/263/?format=api",
    "name": "Valentina Tereshkova",
    "status": {
        "id": 2,
        "name": "Retired"
    },
    "type": {
        "id": 2,
        "name": "Government"
    },
    "in_space": false,
    "time_in_space": "P2DT22H50M8S",
    "eva_time": "P0D",
    "agency": {
        "id": 63,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
        "name": "Russian Federal Space Agency (ROSCOSMOS)",
        "type": "Government"
    },
    "age": 87,
    "date_of_birth": "1937-03-06",
    "date_of_death": null,
    "nationality": "Russian",
    "twitter": null,
    "instagram": null,
    "bio": "Valentina Vladimirovna Tereshkova (born 6 March 1937) is a retired Russian cosmonaut, engineer, and politician. She is the first woman to have flown in space, having been selected from more than 400 applicants and five finalists to pilot Vostok 6 on 16 June 1963.\r\n\r\nIn order to join the Cosmonaut Corps, Tereshkova was honorarily inducted into the Soviet Air Force and thus she also became the first civilian to fly in space.",
    "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/valentina2520tereshkova_image_20181201222143.jpg",
    "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185716.jpeg",
    "wiki": "https://en.wikipedia.org/wiki/Valentina_Tereshkova",
    "flights": [
        {
            "id": "03b4616d-1e1c-4d0a-af7d-db5314fe9dc3",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/03b4616d-1e1c-4d0a-af7d-db5314fe9dc3/?format=api",
            "slug": "vostok-k-vostok-6",
            "name": "Vostok-K | Vostok 6",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T08:43:33Z",
            "net": "1963-06-16T09:29:52Z",
            "window_end": "1963-06-16T09:29:52Z",
            "window_start": "1963-06-16T09:29:52Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 198,
                "configuration": {
                    "id": 103,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/103/?format=api",
                    "name": "Vostok",
                    "family": "R-7",
                    "full_name": "Vostok-K",
                    "variant": "K"
                }
            },
            "mission": {
                "id": 167,
                "name": "Vostok 6",
                "description": "Vostok was the last mission of the Vostok program. It was piloted by Valentina Tereshkova. The mission was launched two days after Vostok 5. The mission began on 16 June 1963, 09:29:52 UTC and ended on 19 June 1963, 08:20 UTC.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 32,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                "agency_id": null,
                "name": "1/5",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.92,63.342",
                "latitude": "45.92",
                "longitude": "63.342",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_32_20200803143513.jpg",
                "total_launch_count": 487,
                "orbital_launch_attempt_count": 487
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vostok_image_20191104130128.jpg",
            "infographic": null,
            "program": [
                {
                    "id": 9,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/9/?format=api",
                    "name": "Vostok",
                    "description": "The Vostok programme was a Soviet human spaceflight project to put the first Soviet citizens into low Earth orbit and return them safely. Competing with the United States Project Mercury, it succeeded in placing the first human into space, Yuri Gagarin, in a single orbit in Vostok 1 on April 12, 1961.",
                    "agencies": [
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vostok_program_20210417063956.png",
                    "start_date": "1961-04-12T06:07:00Z",
                    "end_date": "1963-06-19T08:20:00Z",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Vostok_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 255,
            "location_launch_attempt_count": 50,
            "pad_launch_attempt_count": 50,
            "agency_launch_attempt_count": 62,
            "orbital_launch_attempt_count_year": 32,
            "location_launch_attempt_count_year": 9,
            "pad_launch_attempt_count_year": 9,
            "agency_launch_attempt_count_year": 13,
            "type": "normal"
        }
    ],
    "landings": [
        {
            "id": 357,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/357/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1963-06-19T08:20:00Z",
            "spacecraft": {
                "id": 232,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/232/?format=api",
                "name": "Vostok-3KA No.8",
                "serial_number": "Vostok-3KA No.8",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P2DT22H50M8S",
                "time_docked": "P0D",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Vostok 6 was a Vostok spacecraft which launched on 16 June 1963 09:29:52 UTC. It transported one cosmonaut to Low Earth Orbit. The crew was Valentina Tereshkova.",
                "spacecraft_config": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/15/?format=api",
                    "name": "Vostok",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vostok-3ka_image_20190207032525.jpeg"
                }
            },
            "launch": {
                "id": "03b4616d-1e1c-4d0a-af7d-db5314fe9dc3",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/03b4616d-1e1c-4d0a-af7d-db5314fe9dc3/?format=api",
                "slug": "vostok-k-vostok-6",
                "name": "Vostok-K | Vostok 6",
                "status": {
                    "id": 3,
                    "name": "Launch Successful",
                    "abbrev": "Success",
                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                },
                "last_updated": "2023-06-14T08:43:33Z",
                "net": "1963-06-16T09:29:52Z",
                "window_end": "1963-06-16T09:29:52Z",
                "window_start": "1963-06-16T09:29:52Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 66,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                    "name": "Soviet Space Program",
                    "type": "Government"
                },
                "rocket": {
                    "id": 198,
                    "configuration": {
                        "id": 103,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/103/?format=api",
                        "name": "Vostok",
                        "family": "R-7",
                        "full_name": "Vostok-K",
                        "variant": "K"
                    }
                },
                "mission": {
                    "id": 167,
                    "name": "Vostok 6",
                    "description": "Vostok was the last mission of the Vostok program. It was piloted by Valentina Tereshkova. The mission was launched two days after Vostok 5. The mission began on 16 June 1963, 09:29:52 UTC and ended on 19 June 1963, 08:20 UTC.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                    "agency_id": null,
                    "name": "1/5",
                    "description": null,
                    "info_url": null,
                    "wiki_url": "",
                    "map_url": "https://www.google.com/maps?q=45.92,63.342",
                    "latitude": "45.92",
                    "longitude": "63.342",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                        "timezone_name": "Asia/Qyzylorda",
                        "total_launch_count": 1548,
                        "total_landing_count": 0
                    },
                    "country_code": "KAZ",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_32_20200803143513.jpg",
                    "total_launch_count": 487,
                    "orbital_launch_attempt_count": 487
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vostok_image_20191104130128.jpg",
                "infographic": null,
                "program": [
                    {
                        "id": 9,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/9/?format=api",
                        "name": "Vostok",
                        "description": "The Vostok programme was a Soviet human spaceflight project to put the first Soviet citizens into low Earth orbit and return them safely. Competing with the United States Project Mercury, it succeeded in placing the first human into space, Yuri Gagarin, in a single orbit in Vostok 1 on April 12, 1961.",
                        "agencies": [
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vostok_program_20210417063956.png",
                        "start_date": "1961-04-12T06:07:00Z",
                        "end_date": "1963-06-19T08:20:00Z",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Vostok_programme",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 255,
                "location_launch_attempt_count": 50,
                "pad_launch_attempt_count": 50,
                "agency_launch_attempt_count": 62,
                "orbital_launch_attempt_count_year": 32,
                "location_launch_attempt_count_year": 9,
                "pad_launch_attempt_count_year": 9,
                "agency_launch_attempt_count_year": 13,
                "type": "normal"
            },
            "landing": {
                "id": 1073,
                "attempt": true,
                "success": true,
                "description": "The Vostok spacecraft successfully touched down after a 2 days, 22 hours, 50 minutes flight. ",
                "downrange_distance": null,
                "location": {
                    "id": 19,
                    "name": "Kazakhstan",
                    "abbrev": "KAZ",
                    "description": "Deserts of Kazakhstan in Central Asia",
                    "location": null,
                    "successful_landings": 0
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PL",
                    "description": "Unpowered landing using parachute(s)."
                }
            }
        }
    ],
    "flights_count": 1,
    "landings_count": 1,
    "spacewalks_count": 0,
    "last_flight": "1963-06-16T09:29:52Z",
    "first_flight": "1963-06-16T09:29:52Z",
    "spacewalks": []
}