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

{
  "count": 853,
  "next": "https://lldev.thespacedevs.com/2.0.0/astronaut/?format=api&limit=10&offset=730&ordering=-status",
  "previous": "https://lldev.thespacedevs.com/2.0.0/astronaut/?format=api&limit=10&offset=710&ordering=-status",
  "results": [
    {
      "id": 7,
      "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/7/?format=api",
      "name": "Anne McClain",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "date_of_birth": "1979-06-07",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Anne Charlotte McClain is a lieutenant colonel in the U.S. Army currently assigned to NASA Astronaut Group 21.",
      "twitter": "https://twitter.com/AstroAnnimal",
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Anne_McClain",
      "agency": {
        "id": 44,
        "url": "https://lldev.thespacedevs.com/2.0.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: Jared Isaacman",
        "founding_year": "1958",
        "launchers": "Space Shuttle | SLS",
        "spacecraft": "Orion",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/anne2520mcclain_image_20181127210625.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185442.jpeg",
      "last_flight": "2025-03-14T23:03:48Z",
      "first_flight": "2018-12-03T11:31:52Z"
    },
    {
      "id": 653,
      "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/653/?format=api",
      "name": "Matthias Maurer",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "date_of_birth": "1970-03-18",
      "date_of_death": null,
      "nationality": "German",
      "bio": "Maurer applied to the European Space Agency as an astronaut in 2008, but was not initially appointed to the European Astronaut Corps. He formally joined the European Astronaut Corps in July 2015. In March 2018, he gained certification to perform International Space Station-related spacewalks in the American spacesuit EMU. In 2018 he also successfully graduated from both basic astronaut training and pre-assignment training and thus became fully certified to go to space.\r\nOn 28 July 2020, Maurer was announced as a backup for Thomas Pesquet for the ISS expedition 65. His own flight is scheduled to take place no earlier than September 2021 aboard SpaceX Crew-3.",
      "twitter": "https://twitter.com/astro_matthias",
      "instagram": "https://www.instagram.com/esamatthiasmaurer",
      "wiki": "https://en.wikipedia.org/wiki/Matthias_Maurer",
      "agency": {
        "id": 27,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/27/?format=api",
        "name": "European Space Agency",
        "featured": false,
        "type": "Multinational",
        "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,BEL,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX,SVN",
        "abbrev": "ESA",
        "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
        "administrator": "Director General: Josef Aschbacher",
        "founding_year": "1975",
        "launchers": "Ariane | Vega",
        "spacecraft": "Space Rider",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_20250211192109.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/matthias_maurer_image_20211001184714.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190207.jpeg",
      "last_flight": "2021-11-11T02:03:31Z",
      "first_flight": "2021-11-11T02:03:31Z"
    },
    {
      "id": 766,
      "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/766/?format=api",
      "name": "Alper Gezeravci",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "date_of_birth": "1979-12-02",
      "date_of_death": null,
      "nationality": "Turkish",
      "bio": "Fighter pilot trained on F16, first Turkish astronaut.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Alper_Gezeravc%C4%B1",
      "agency": {
        "id": 1053,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1053/?format=api",
        "name": "Turkish Air Force",
        "featured": false,
        "type": "Government",
        "country_code": "TUR",
        "abbrev": "TAF",
        "description": "The Turkish Air Force is the aerial warfare service branch of the Turkish Armed Forces. It traces its origins to June 1911 when it was founded as the Ottoman Aviation Squadrons by the Ottoman Empire.",
        "administrator": null,
        "founding_year": "1911",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/alper_gezeravci_image_20231230181038.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190832.jpeg",
      "last_flight": "2024-01-18T21:49:11Z",
      "first_flight": "2024-01-18T21:49:11Z"
    },
    {
      "id": 646,
      "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/646/?format=api",
      "name": "Ivan Vagner",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "date_of_birth": "1985-07-10",
      "date_of_death": null,
      "nationality": "Russian",
      "bio": "Ivan Viktorovitch Vagner is a Russian Engineer and Cosmonaut who was selected in October 2010. He graduated from the Baltic State Technical University in 2008, before working as an engineer for RKK Energia.",
      "twitter": "https://twitter.com/ivan_mks63",
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Ivan_Vagner",
      "agency": {
        "id": 63,
        "url": "https://lldev.thespacedevs.com/2.0.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-dev.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ivan_vagner_image_20200225164902.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191136.jpeg",
      "last_flight": "2024-09-11T16:23:12Z",
      "first_flight": "2020-04-09T08:05:06Z"
    },
    {
      "id": 680,
      "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/680/?format=api",
      "name": "Beth Moses",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "date_of_birth": "1980-05-30",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Beth Moses is Chief Astronaut Instructor and Interiors Program Manager for Virgin Galactic's SpaceShipTwo program, and is a commercial astronaut. She was the first woman to make a spaceflight on a commercially launched vehicle, the VSS Unity VF-01 flight of 22 February 2019.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Beth_Moses",
      "agency": {
        "id": 1024,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "featured": false,
        "type": "Private",
        "country_code": "USA",
        "abbrev": "VG",
        "description": "Virgin Galactic is an American spaceflight company within the Virgin Group. It is developing commercial spacecraft and aims to provide suborbital spaceflights to space tourists. Virgin Galactic's suborbital spacecraft are air launched from beneath a carrier airplane known as White Knight Two.",
        "administrator": "Founder: Richard Branson",
        "founding_year": "2004",
        "launchers": "VMS Eve",
        "spacecraft": "VSS Enterprise | VSS Unity",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/beth_moses_image_20230508160809.png",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185239.png",
      "last_flight": "2023-10-06T16:10:30Z",
      "first_flight": "2019-02-22T16:57:00Z"
    },
    {
      "id": 837,
      "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/837/?format=api",
      "name": "Rabea Rogge",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "date_of_birth": "1995-01-01",
      "date_of_death": null,
      "nationality": "German",
      "bio": "Rabea Rogge is an electrical engineer, robotic researcher and polar scientist who is currently scheduled to be the first female German astronaut.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Rabea_Rogge",
      "agency": {
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.0.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-dev.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rabea_rogge_image_20250329173100.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rabea_rogge_image_thumbnail_20250329173100.jpeg",
      "last_flight": "2025-04-01T01:46:50Z",
      "first_flight": "2025-04-01T01:46:50Z"
    },
    {
      "id": 573,
      "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/573/?format=api",
      "name": "Jessica Meir",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "date_of_birth": "1977-07-01",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Jessica Ulrika Meir is Assistant Professor of Anesthesia at Harvard Medical School, Massachusetts General Hospital, Boston, following postdoctoral research in comparative physiology at the University of British Columbia. She has studied the diving physiology and behavior of emperor penguins in Antarctica, and the physiology of bar-headed geese, which are able to migrate over the Himalayas. In 2000, Meir graduated with a Master of Space Studies from the International Space University in Strasbourg, France. In September 2002, Meir served as an aquanaut on the NASA Extreme Environment Mission Operations 4 (NEEMO 4) crew. In June 2013 she was named an astronaut candidate by NASA, becoming one of the eight members of NASA Astronaut Group 21. She is from Caribou, Maine.",
      "twitter": "https://twitter.com/Astro_Jessica",
      "instagram": "https://www.instagram.com/astro_jessica/",
      "wiki": "https://en.wikipedia.org/wiki/Jessica_Meir",
      "agency": {
        "id": 44,
        "url": "https://lldev.thespacedevs.com/2.0.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: Jared Isaacman",
        "founding_year": "1958",
        "launchers": "Space Shuttle | SLS",
        "spacecraft": "Orion",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jessica_meir_image_20200417064900.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190924.jpeg",
      "last_flight": "2026-02-13T10:15:56Z",
      "first_flight": "2019-09-25T13:57:42Z"
    },
    {
      "id": 754,
      "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/754/?format=api",
      "name": "Rayyanah Barnawi",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "Saudi",
      "bio": "Rayyanah Barnawi is an astronaut representing the Kingdom of Saudi Arabia and serving as a mission specialist on the Ax-2 mission. Barnawi has a Master of Biomedical Sciences from Alfaisal University and a Bachelor of Biomedical Sciences from Otago University. Barnawi is a research laboratory technician with nine years of experience in breast cancer and cancer stem-cell research.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Rayyanah_Barnawi",
      "agency": {
        "id": 1047,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1047/?format=api",
        "name": "Saudi Space Agency",
        "featured": false,
        "type": "Government",
        "country_code": "SAU",
        "abbrev": "SSA",
        "description": "The Saudi Space Agency, previously known as the Saudi Space Commission (SSC), is a Saudi independent government entity established by a royal order on December 27, 2018 and elevated to an agency on June 14, 2023.",
        "administrator": "CEO: Muhammad al-Tamimi",
        "founding_year": "2018",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rayyanah_barnaw_image_20230213182031.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185816.jpeg",
      "last_flight": "2023-05-21T21:37:09Z",
      "first_flight": "2023-05-21T21:37:09Z"
    },
    {
      "id": 731,
      "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/731/?format=api",
      "name": "Cai Xuzhe",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "date_of_birth": "1976-05-01",
      "date_of_death": null,
      "nationality": "Chinese",
      "bio": "Chinese astronaut from the CNSA Group-2 selection (2010).",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Cai_Xuzhe",
      "agency": {
        "id": 17,
        "url": "https://lldev.thespacedevs.com/2.0.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-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cai_xuzhe_image_20220604085007.png",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190933.png",
      "last_flight": "2024-10-29T20:27:34Z",
      "first_flight": "2022-06-05T02:44:10Z"
    },
    {
      "id": 86,
      "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/86/?format=api",
      "name": "Chen Dong",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "date_of_birth": "1978-12-12",
      "date_of_death": null,
      "nationality": "Chinese",
      "bio": "Chen Dong (simplified Chinese: 陈冬; traditional Chinese: 陳冬; pinyin: Chén Dōng; born 12 December 1978) is a Chinese pilot and astronaut selected as part of the Shenzhou program.\r\n\r\nHe was selected to fly on the Shenzhou 11 mission in October 2016 with astronaut Jing Haipeng. The two underwent more than 3,000 hours of training before the launch of the spacecraft. On 17 October 2016 On 07:30 local time (23:30 GMT on 16 October), Chen lifted off with Shenzhou 11 for a 33-day space mission to the Tiangong-2 space station as his first spaceflight, launched from the Jiuquan Satellite Launch Center using a Long March 2F launch rocket. The crew landed successfully after the 33 day mission on 18 November 2016, marking China's longest manned space flight to date. The reentry module of the Shenzhou-11 spacecraft landed in Inner Mongolia around 2.15 p.m(China time) after detaching from the space lab on 17 November.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Chen_Dong_(astronaut)",
      "agency": {
        "id": 17,
        "url": "https://lldev.thespacedevs.com/2.0.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-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/chen_dong_image_20220604084758.png",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190228.png",
      "last_flight": "2025-04-24T09:17:31Z",
      "first_flight": "2016-10-16T23:30:31Z"
    }
  ]
}