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

{
    "id": 78,
    "url": "https://ll.thespacedevs.com/2.0.0/astronaut/78/?format=api",
    "name": "Georgy Beregovoy",
    "status": {
        "id": 11,
        "name": "Deceased"
    },
    "type": {
        "id": 2,
        "name": "Government"
    },
    "agency": {
        "id": 63,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
        "name": "Russian Federal Space Agency (ROSCOSMOS)",
        "type": "Government"
    },
    "date_of_birth": "1921-04-15",
    "date_of_death": "1995-06-30",
    "nationality": "Russian",
    "twitter": null,
    "instagram": null,
    "bio": "Georgy Timofeyevich Beregovoy (Russian: Гео́ргий Тимофе́евич Берегово́й, Ukrainian: Гео́ргій Тимофі́йович Берегови́й; April 15, 1921 – June 30, 1995) was a Soviet cosmonaut who commanded the space mission Soyuz 3 in 1968. At the time of his flight, Beregovoy was 47 years of age: he was the earliest-born human to go to orbit, being born three months and three days earlier than the second earliest-born man in orbit – John Glenn, but later than X-15 pilot Joe Walker who made 2 (or 3, according to USAF definition) suborbital space flights.",
    "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/georgy2520beregovoy_image_20181128223141.jpg",
    "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190459.jpeg",
    "wiki": "https://en.wikipedia.org/wiki/Georgy_Beregovoy",
    "flights": [
        {
            "id": "896d4626-cb19-4a6e-8c56-43f1182bdf1c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/896d4626-cb19-4a6e-8c56-43f1182bdf1c/?format=api",
            "launch_library_id": 1004,
            "slug": "soyuz-soyuz-3",
            "name": "Soyuz | Soyuz 3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1968-10-26T08:34:18Z",
            "window_end": "1968-10-26T08:34:18Z",
            "window_start": "1968-10-26T08:34:18Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 216,
                "configuration": {
                    "id": 96,
                    "launch_library_id": 134,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/96/?format=api",
                    "name": "Soyuz",
                    "family": "Soyuz",
                    "full_name": "Soyuz",
                    "variant": ""
                }
            },
            "mission": {
                "id": 777,
                "launch_library_id": 217,
                "name": "Soyuz 3",
                "description": "Soyuz 3 was a spaceflight mission, which started with the launch on October 26, 1968, 08:34:18 UTC. Flown by Georgy Beregovoy, the Soyuz 7K-OK spacecraft completed 81 orbits over four days. The mission achieved the first Soviet space rendezvous with the uncrewed Soyuz 2, but Beregovoy failed to achieve a planned docking with the spacecraft. During the remaining time on orbit he performed topographical and meteorological observations.\nThe mission concluded with a safe landing back on Earth on 30 October 1968, 07:25:03 UTC.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 20,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/20/?format=api",
                "agency_id": null,
                "name": "31/6",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                "latitude": "45.996034",
                "longitude": "63.564003",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_20_20200803143516.jpg",
                "total_launch_count": 415
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [
                {
                    "id": 8,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/8/?format=api",
                    "name": "Soyuz",
                    "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                    "agencies": [
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                    "start_date": "1966-11-28T11:02:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme"
                }
            ]
        }
    ],
    "landings": [
        {
            "id": 353,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/353/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1968-10-30T07:25:03Z",
            "spacecraft": {
                "id": 204,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/204/?format=api",
                "name": "Soyuz 3",
                "serial_number": "Soyuz 7K-OK (A) 11F615 #10",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Soyuz 3 was a Soyuz spacecraft which launched on 26 October 1968 08:34 UTC. It launched one cosmonaut for a joint mission with Soyuz 2. The crew was Georgy Beregovoy.",
                "spacecraft_config": {
                    "id": 1,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/1/?format=api",
                    "name": "Soyuz",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.0.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/soyuz_image_20201015191152.jpg"
                }
            },
            "launch": {
                "id": "896d4626-cb19-4a6e-8c56-43f1182bdf1c",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/896d4626-cb19-4a6e-8c56-43f1182bdf1c/?format=api",
                "launch_library_id": 1004,
                "slug": "soyuz-soyuz-3",
                "name": "Soyuz | Soyuz 3",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "1968-10-26T08:34:18Z",
                "window_end": "1968-10-26T08:34:18Z",
                "window_start": "1968-10-26T08:34:18Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": -1,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 66,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                    "name": "Soviet Space Program",
                    "type": "Government"
                },
                "rocket": {
                    "id": 216,
                    "configuration": {
                        "id": 96,
                        "launch_library_id": 134,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/96/?format=api",
                        "name": "Soyuz",
                        "family": "Soyuz",
                        "full_name": "Soyuz",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 777,
                    "launch_library_id": 217,
                    "name": "Soyuz 3",
                    "description": "Soyuz 3 was a spaceflight mission, which started with the launch on October 26, 1968, 08:34:18 UTC. Flown by Georgy Beregovoy, the Soyuz 7K-OK spacecraft completed 81 orbits over four days. The mission achieved the first Soviet space rendezvous with the uncrewed Soyuz 2, but Beregovoy failed to achieve a planned docking with the spacecraft. During the remaining time on orbit he performed topographical and meteorological observations.\nThe mission concluded with a safe landing back on Earth on 30 October 1968, 07:25:03 UTC.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    }
                },
                "pad": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/20/?format=api",
                    "agency_id": null,
                    "name": "31/6",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                    "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                    "latitude": "45.996034",
                    "longitude": "63.564003",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                        "total_launch_count": 1548,
                        "total_landing_count": 0
                    },
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_20_20200803143516.jpg",
                    "total_launch_count": 415
                },
                "webcast_live": false,
                "image": null,
                "infographic": null,
                "program": [
                    {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.0.0/program/8/?format=api",
                        "name": "Soyuz",
                        "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                        "agencies": [
                            {
                                "id": 63,
                                "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            },
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                        "start_date": "1966-11-28T11:02:00Z",
                        "end_date": null,
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme"
                    }
                ]
            }
        }
    ],
    "last_flight": "1968-10-26T08:34:18Z",
    "first_flight": "1968-10-26T08:34:18Z"
}