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

{
    "id": 266,
    "url": "https://ll.thespacedevs.com/2.2.0/astronaut/266/?format=api",
    "name": "Gherman Titov",
    "status": {
        "id": 11,
        "name": "Deceased"
    },
    "type": {
        "id": 2,
        "name": "Government"
    },
    "in_space": false,
    "time_in_space": "P1DT1H18M",
    "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": 65,
    "date_of_birth": "1935-09-11",
    "date_of_death": "2000-09-20",
    "nationality": "Russian",
    "twitter": null,
    "instagram": null,
    "bio": "Gherman Stepanovich Titov (Russian: Герман Степанович Титов; 11 September 1935 – 20 September 2000) was a Soviet cosmonaut who, on 6 August 1961, became the second human to orbit the Earth, aboard Vostok 2, preceded by Yuri Gagarin on Vostok 1. He was the fourth person in space, counting suborbital voyages of US astronauts Alan Shepard and Gus Grissom.",
    "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gherman2520titov_image_20181201222559.jpg",
    "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190117.jpeg",
    "wiki": "https://en.wikipedia.org/wiki/Gherman_Titov",
    "flights": [
        {
            "id": "1bf16c97-1401-4948-b805-3bab2c77fdbc",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/1bf16c97-1401-4948-b805-3bab2c77fdbc/?format=api",
            "slug": "vostok-k-vostok-2",
            "name": "Vostok-K | Vostok 2",
            "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:37Z",
            "net": "1961-08-06T06:00:00Z",
            "window_end": "1961-08-06T06:00:00Z",
            "window_start": "1961-08-06T06:00:00Z",
            "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": 190,
                "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": 135,
                "name": "Vostok 2",
                "description": "The second crewed space launch carrying the Soviet cosmonaut Gherman Titov to orbit. The mission lasted 25 hours and 18 minutes and completed 17.5 orbits. He remains the youngest person to reach space, being a month short of 26 at the time of the launch.",
                "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": 119,
            "location_launch_attempt_count": 26,
            "pad_launch_attempt_count": 26,
            "agency_launch_attempt_count": 26,
            "orbital_launch_attempt_count_year": 26,
            "location_launch_attempt_count_year": 6,
            "pad_launch_attempt_count_year": 6,
            "agency_launch_attempt_count_year": 6,
            "type": "normal"
        }
    ],
    "landings": [
        {
            "id": 361,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/361/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1961-08-07T07:18:00Z",
            "spacecraft": {
                "id": 228,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/228/?format=api",
                "name": "Vostok-3KA No.4",
                "serial_number": "Vostok-3KA No.4",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P1DT1H18M",
                "time_docked": "P0D",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Vostok 2 was a Vostok spacecraft which launched on 6 August 1961 06:00 UTC. It transported one cosmonaut to Low Earth Orbit. The crew was Gherman Titov.",
                "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": "1bf16c97-1401-4948-b805-3bab2c77fdbc",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/1bf16c97-1401-4948-b805-3bab2c77fdbc/?format=api",
                "slug": "vostok-k-vostok-2",
                "name": "Vostok-K | Vostok 2",
                "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:37Z",
                "net": "1961-08-06T06:00:00Z",
                "window_end": "1961-08-06T06:00:00Z",
                "window_start": "1961-08-06T06:00:00Z",
                "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": 190,
                    "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": 135,
                    "name": "Vostok 2",
                    "description": "The second crewed space launch carrying the Soviet cosmonaut Gherman Titov to orbit. The mission lasted 25 hours and 18 minutes and completed 17.5 orbits. He remains the youngest person to reach space, being a month short of 26 at the time of the launch.",
                    "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": 119,
                "location_launch_attempt_count": 26,
                "pad_launch_attempt_count": 26,
                "agency_launch_attempt_count": 26,
                "orbital_launch_attempt_count_year": 26,
                "location_launch_attempt_count_year": 6,
                "pad_launch_attempt_count_year": 6,
                "agency_launch_attempt_count_year": 6,
                "type": "normal"
            },
            "landing": {
                "id": 1069,
                "attempt": true,
                "success": true,
                "description": "The Vostok spacecraft successfully touched down after a 1 day, 1 hour, 18 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": "1961-08-06T06:00:00Z",
    "first_flight": "1961-08-06T06:00:00Z",
    "spacewalks": []
}