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

{
    "id": 156,
    "url": "https://ll.thespacedevs.com/2.2.0/astronaut/156/?format=api",
    "name": "Sigmund Jähn",
    "status": {
        "id": 11,
        "name": "Deceased"
    },
    "type": {
        "id": 2,
        "name": "Government"
    },
    "in_space": false,
    "time_in_space": "P7DT20H49M4S",
    "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": 82,
    "date_of_birth": "1937-02-13",
    "date_of_death": "2019-09-21",
    "nationality": "German",
    "twitter": null,
    "instagram": null,
    "bio": "Sigmund Werner Paul Jähn (born 13 February 1937) is a German cosmonaut and pilot, who in 1978 became the first German to fly in space as part of the Soviet Union's Interkosmos programme.",
    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sigmund2520j25c325a4hn_image_20181129231552.jpg",
    "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185419.jpeg",
    "wiki": "https://en.wikipedia.org/wiki/Sigmund_J%C3%A4hn",
    "flights": [
        {
            "id": "ebd27066-16ca-4039-ac18-858aa79201e6",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ebd27066-16ca-4039-ac18-858aa79201e6/?format=api",
            "slug": "soyuz-u-soyuz-31",
            "name": "Soyuz-U | Soyuz 31",
            "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:40:16Z",
            "net": "1978-08-26T14:51:30Z",
            "window_end": "1978-08-26T14:51:30Z",
            "window_start": "1978-08-26T14:51:30Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "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": 268,
                "configuration": {
                    "id": 37,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
                    "name": "Soyuz U",
                    "family": "Soyuz",
                    "full_name": "Soyuz U",
                    "variant": ""
                }
            },
            "mission": {
                "id": 94,
                "name": "Soyuz 31",
                "description": "Soyuz 31 was the sixth mission to visit the Salyut 6 space station and carried the the EP-4 crew, which visited the long-duration Soyuz 29 resident crew. The mission began on August 26, 1978, 14:51:30 UTC, launching Commander Valery Bukovsky and Research Cosmonaut/Flight Engineer Sigmund Jähn, the first German cosmonaut, into orbit. They docked with the station the next day. During their stay on the station, crew conducted various scientific experiments. Soyuz 31 crew swapped vehicles with the Soyuz 29 (EO-2 expedition) crew, which allowed for a longer stay in orbit for EO-2.\nThe mission concluded with a safe landing back on Earth on September 3, 1978, 11:40:34 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": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1554,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                "total_launch_count": 487,
                "orbital_launch_attempt_count": 487
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 8,
                    "url": "https://ll.thespacedevs.com/2.2.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.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.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",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                },
                {
                    "id": 23,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/23/?format=api",
                    "name": "Salyut",
                    "description": "The Salyut programme was the first space station programme, undertaken by the Soviet Union. It involved a series of four crewed scientific research space stations and two crewed military reconnaissance space stations over a period of 15 years, from 1971 to 1986.",
                    "agencies": [
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut_program_20230506090532.png",
                    "start_date": "1971-04-19T01:40:00Z",
                    "end_date": "1986-07-16T12:34:05Z",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Salyut_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 2129,
            "location_launch_attempt_count": 528,
            "pad_launch_attempt_count": 168,
            "agency_launch_attempt_count": 1238,
            "orbital_launch_attempt_count_year": 84,
            "location_launch_attempt_count_year": 21,
            "pad_launch_attempt_count_year": 6,
            "agency_launch_attempt_count_year": 56,
            "type": "normal"
        }
    ],
    "landings": [
        {
            "id": 327,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/327/?format=api",
            "destination": "Salyut 6",
            "mission_end": "1978-09-03T11:40:34Z",
            "spacecraft": {
                "id": 178,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/178/?format=api",
                "name": "Soyuz 29",
                "serial_number": "Soyuz 7K-T 11F615A8 #46",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P79DT15H23M49S",
                "time_docked": "P78DT10H24M46S",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Soyuz 29 was a Soyuz spacecraft which launched on 15 June 1978 20:16 UTC. It  transported two cosmonauts of EO-2 to Salyut 6. The crew was Vladimir Kovalyonok and Aleksandr Ivanchenkov.",
                "spacecraft_config": {
                    "id": 1,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
                    "name": "Soyuz",
                    "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
                }
            },
            "launch": {
                "id": "4715d93a-a993-4061-b1f8-cb13e2c4d8da",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/4715d93a-a993-4061-b1f8-cb13e2c4d8da/?format=api",
                "slug": "soyuz-u-soyuz-29",
                "name": "Soyuz-U | Soyuz 29",
                "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:40:43Z",
                "net": "1978-06-15T20:16:45Z",
                "window_end": "1978-06-15T20:16:45Z",
                "window_start": "1978-06-15T20:16:45Z",
                "net_precision": {
                    "id": 0,
                    "name": "Second",
                    "abbrev": "SEC",
                    "description": "The T-0 is accurate to the second."
                },
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "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": 266,
                    "configuration": {
                        "id": 37,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
                        "name": "Soyuz U",
                        "family": "Soyuz",
                        "full_name": "Soyuz U",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 937,
                    "name": "Soyuz 29",
                    "description": "Soyuz 29 was the fourth mission to visit the Salyut 6 space station and carried the  the EO-2 expedition, which was the second long-duration crew for the station. The mission began on June 15, 1978, 20:16:45 UTC, launching Commander Vladimir Kovalyonok and Flight Engineer Aleksandr Ivanchenkov into orbit. They docked with the station the next day. During their 136-day stay on the station, EO-2 crew conducted various scientific experiments, performed an EVA and were visited by three uncrewed Progress cargo spacecrafts and two visiting crews, Soyuz 30 and Soyuz 31. EO-2 crew swapped the vehicles with the Soyuz 31 crew, and returned to Earth in Soyuz 31 spacecraft.\nThe mission concluded with a safe landing back on Earth on November 2, 1978, 11:05:00 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": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                        "timezone_name": "Asia/Qyzylorda",
                        "total_launch_count": 1554,
                        "total_landing_count": 0
                    },
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                    "total_launch_count": 487,
                    "orbital_launch_attempt_count": 487
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.2.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.2.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            },
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.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",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    },
                    {
                        "id": 23,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/23/?format=api",
                        "name": "Salyut",
                        "description": "The Salyut programme was the first space station programme, undertaken by the Soviet Union. It involved a series of four crewed scientific research space stations and two crewed military reconnaissance space stations over a period of 15 years, from 1971 to 1986.",
                        "agencies": [
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut_program_20230506090532.png",
                        "start_date": "1971-04-19T01:40:00Z",
                        "end_date": "1986-07-16T12:34:05Z",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Salyut_programme",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 2108,
                "location_launch_attempt_count": 521,
                "pad_launch_attempt_count": 166,
                "agency_launch_attempt_count": 1224,
                "orbital_launch_attempt_count_year": 63,
                "location_launch_attempt_count_year": 14,
                "pad_launch_attempt_count_year": 4,
                "agency_launch_attempt_count_year": 42,
                "type": "normal"
            },
            "landing": {
                "id": 738,
                "attempt": true,
                "success": true,
                "description": "The Soyuz spacecraft safely landed in Kazakhstan.",
                "downrange_distance": null,
                "location": {
                    "id": 19,
                    "name": "Kazakhstan",
                    "abbrev": "KAZ",
                    "description": "Deserts of Kazakhstan in Central Asia",
                    "location": null,
                    "successful_landings": 193
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PCL",
                    "description": "Unpowered landing using parachute(s)."
                }
            }
        }
    ],
    "flights_count": 1,
    "landings_count": 1,
    "spacewalks_count": 0,
    "last_flight": "1978-08-26T14:51:30Z",
    "first_flight": "1978-08-26T14:51:30Z",
    "spacewalks": []
}