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

{
    "count": 784,
    "next": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=780&ordering=-age",
    "previous": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=760&ordering=-age",
    "results": [
        {
            "id": 785,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/785/?format=api",
            "name": "Aleksandr Gorbunov",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": true,
            "time_in_space": "P33DT8H35M59S",
            "eva_time": "P0D",
            "age": 34,
            "date_of_birth": "1990-05-24",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Born in Zheleznogorsk, Kursk region, Russia, he studied engineering with qualifications in spacecraft and upper stages from the Moscow Aviation Institute. Gorbunov graduated from the military department with a specialty in operation and repair of aircraft, helicopters, and aircraft engines. Before being selected as a cosmonaut in 2018, he worked as an engineer for Rocket Space Corporation Energia and supported cargo spacecraft launches from the Baikonur cosmodrome.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "featured": true,
                "type": "Government",
                "country_code": "RUS",
                "abbrev": "RFSA",
                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                "administrator": "Administrator: Yuri Borisov",
                "founding_year": "1992",
                "launchers": "Soyuz",
                "spacecraft": "Soyuz",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": null,
            "profile_image_thumbnail": null,
            "flights_count": 1,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": "2024-09-28T17:17:21Z",
            "first_flight": "2024-09-28T17:17:21Z"
        },
        {
            "id": 818,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/818/?format=api",
            "name": "Haozhe Wang",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": true,
            "time_in_space": "P2DT5H26M4S",
            "eva_time": "P0D",
            "age": 34,
            "date_of_birth": "1990-03-01",
            "date_of_death": null,
            "nationality": "Chinese",
            "bio": "Wang Haozhe is a Chinese astronaut selected as part of the Shenzhou program. She joined the Chinese Communist Party (CCP) in December 2009 and enlisted in the People's Liberation Army (PLA) in January 2021. Prior to being chosen into the astronaut corps, she worked as a senior propulsion engineer at the Academy of Aerospace Liquid Propulsion Technology of the China Aerospace Science and Technology Corporation (CASC).",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "agency": {
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                "name": "China National Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "CHN",
                "abbrev": "CNSA",
                "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
                "administrator": "Administrator: Tang Dengjie",
                "founding_year": "1993",
                "launchers": "",
                "spacecraft": "Shenzhou",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_logo_20190207032431.png"
            },
            "profile_image": null,
            "profile_image_thumbnail": null,
            "flights_count": 1,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": "2024-10-29T20:27:34Z",
            "first_flight": "2024-10-29T20:27:34Z"
        },
        {
            "id": 817,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/817/?format=api",
            "name": "Lingdong Song",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": true,
            "time_in_space": "P2DT5H26M3S",
            "eva_time": "P0D",
            "age": 34,
            "date_of_birth": "1990-08-01",
            "date_of_death": null,
            "nationality": "Chinese",
            "bio": "Song Lingdong is a Chinese pilot and astronaut selected as part of the Shenzhou program. He enlisted in the People's Liberation Army (PLA) Air Force in August 2008, and joined the Chinese Communist Party (CCP) in March 2013. He was a Sukhoi Su-35K fighter pilot prior to joining the astronaut corps.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "agency": {
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                "name": "China National Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "CHN",
                "abbrev": "CNSA",
                "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
                "administrator": "Administrator: Tang Dengjie",
                "founding_year": "1993",
                "launchers": "",
                "spacecraft": "Shenzhou",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_logo_20190207032431.png"
            },
            "profile_image": null,
            "profile_image_thumbnail": null,
            "flights_count": 1,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": "2024-10-29T20:27:34Z",
            "first_flight": "2024-10-29T20:27:34Z"
        },
        {
            "id": 42,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/42/?format=api",
            "name": "Charles Bassett",
            "status": {
                "id": 5,
                "name": "Lost In Training"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": 34,
            "date_of_birth": "1931-12-30",
            "date_of_death": "1966-02-28",
            "nationality": "American",
            "bio": "Charles Arthur \"Charlie\" Bassett II, Major, USAF was an American electrical engineer and United States Air Force test pilot. He was selected as a NASA astronaut in 1963 and assigned to Gemini 9, but died in an airplane crash during training for his first spaceflight.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Charles_Bassett",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "USA",
                "abbrev": "NASA",
                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                "administrator": "Administrator: Bill Nelson",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/charles2520bassett_image_20181128145251.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185443.jpeg",
            "flights_count": 0,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 803,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/803/?format=api",
            "name": "Kirill Peskov",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": 34,
            "date_of_birth": "1990-05-01",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Russian group 17 cosmonaut and former airline pilot.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "featured": true,
                "type": "Government",
                "country_code": "RUS",
                "abbrev": "RFSA",
                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                "administrator": "Administrator: Yuri Borisov",
                "founding_year": "1992",
                "launchers": "Soyuz",
                "spacecraft": "Soyuz",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kirill_peskov_d_image_20240802063311.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kirill_peskov_d_image_thumbnail_20240802063315.jpeg",
            "flights_count": 0,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 401,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/401/?format=api",
            "name": "Stephen Thorne",
            "status": {
                "id": 6,
                "name": "Died While In Active Service"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": 33,
            "date_of_birth": "1953-02-11",
            "date_of_death": "1986-05-24",
            "nationality": "American",
            "bio": "Stephen Douglas Thorne was an American naval officer and aviator, test pilot and a NASA astronaut candidate.\r\n\r\nHe was born on February 11, 1953, in Frankfurt, West Germany, and graduated from the U.S. Naval Academy in 1975. He was a Navy fighter pilot from 1976 until he became a test pilot in 1981.\r\n\r\nHe was accepted for NASA astronaut training in June 1985, but died in an airplane accident where he was a passenger on May 24, 1986.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Stephen_Thorne_(astronaut)",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "USA",
                "abbrev": "NASA",
                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                "administrator": "Administrator: Bill Nelson",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/stephen2520thorne_image_20181202135603.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185814.jpeg",
            "flights_count": 0,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 799,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/799/?format=api",
            "name": "Tuva Atasever",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "PT15M",
            "eva_time": "P0D",
            "age": 32,
            "date_of_birth": "1992-08-12",
            "date_of_death": null,
            "nationality": "Turkish",
            "bio": "Tuva Cihangir Atasever is the second Turkish astronaut of the Turkish Space Agency. He was a backup crew member for Axiom Mission 3, and he flew on Galactic 07 in June 2024.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Tuva_Cihangir_Atasever",
            "agency": {
                "id": 72,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/72/?format=api",
                "name": "Turkmenistan National Space Agency",
                "featured": false,
                "type": "Government",
                "country_code": "TKM",
                "abbrev": "TNSA",
                "description": null,
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tuva_atasever_p_image_20240609071926.png",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tuva_atasever_p_image_thumbnail_20240609071926.png",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "2024-06-08T15:26:00Z",
            "first_flight": "2024-06-08T15:26:00Z"
        },
        {
            "id": 658,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/658/?format=api",
            "name": "Hayley Arceneaux",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "in_space": false,
            "time_in_space": "P3DT23H4M4S",
            "eva_time": "P0D",
            "age": 32,
            "date_of_birth": "1991-12-04",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Hayley Arceneaux is a St. Jude Children's Research Hospital employee, bone cancer survivor and private astronaut who is now a physician assistant.",
            "twitter": "https://twitter.com/ArceneauxHayley",
            "instagram": "https://www.instagram.com/hayleyarc/",
            "wiki": "https://en.wikipedia.org/wiki/Hayley_Arceneaux",
            "agency": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "featured": true,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "SpX",
                "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                "administrator": "CEO: Elon Musk",
                "founding_year": "2002",
                "launchers": "Falcon | Starship",
                "spacecraft": "Dragon",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hayley_arceneau_image_20210914154211.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191116.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "2021-09-16T00:02:56Z",
            "first_flight": "2021-09-16T00:02:56Z"
        },
        {
            "id": 807,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/807/?format=api",
            "name": "Alexey Zubritsky",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": 32,
            "date_of_birth": "1992-08-22",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Russian cosmonaut from the 2018 selection",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "featured": true,
                "type": "Government",
                "country_code": "RUS",
                "abbrev": "RFSA",
                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                "administrator": "Administrator: Yuri Borisov",
                "founding_year": "1992",
                "launchers": "Soyuz",
                "spacecraft": "Soyuz",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/alexey_zubritsk_image_20240828194754.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/alexey_zubritsk_image_thumbnail_20240828194755.jpeg",
            "flights_count": 0,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 806,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/806/?format=api",
            "name": "Tibor Kapu",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": 32,
            "date_of_birth": "1991-11-05",
            "date_of_death": null,
            "nationality": "Hungarian",
            "bio": "Hungarian astronaut selected to participate in a private spaceflight to the ISS as part of the HUNOR program.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "agency": {
                "id": 1088,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1088/?format=api",
                "name": "Hungarian Ministry of Foreign Affairs and Trade",
                "featured": false,
                "type": "Government",
                "country_code": "HUN",
                "abbrev": "",
                "description": "",
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tibor_kapu_port_image_20240803065636.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tibor_kapu_port_image_thumbnail_20240803065640.jpeg",
            "flights_count": 0,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": null,
            "first_flight": null
        }
    ]
}