Astronaut List
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=160&ordering=-status
{ "count": 858, "next": "https://lldev.thespacedevs.com/2.0.0/astronaut/?format=api&limit=10&offset=170&ordering=-status", "previous": "https://lldev.thespacedevs.com/2.0.0/astronaut/?format=api&limit=10&offset=150&ordering=-status", "results": [ { "id": 291, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/291/?format=api", "name": "Boris Yegorov", "status": { "id": 11, "name": "Deceased" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1937-11-26", "date_of_death": "1994-09-12", "nationality": "Russian", "bio": "Boris Borisovich Yegorov was a Soviet physician-cosmonaut who became the first physician to make a space flight. Yegorov was selected as a member of the multi-disciplinary team that flew on Voskhod 1.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Boris_Yegorov", "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/boris2520yegorov_image_20181201225827.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190756.jpeg", "last_flight": "1964-10-12T07:30:01Z", "first_flight": "1964-10-12T07:30:01Z" }, { "id": 271, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/271/?format=api", "name": "Bjarni Tryggvason", "status": { "id": 11, "name": "Deceased" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1945-09-21", "date_of_death": "2022-04-06", "nationality": "Canadian", "bio": "Bjarni Valdimar Tryggvason (born September 21, 1945) is an Icelandic-born Canadian engineer and a former NRC/CSA astronaut. He served as a Payload Specialist on Space Shuttle mission STS-85 in 1997, a 12-day mission to study changes in the Earth's atmosphere.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Bjarni_Tryggvason", "agency": { "id": 16, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/16/?format=api", "name": "Canadian Space Agency", "featured": false, "type": "Government", "country_code": "CAN", "abbrev": "CSA", "description": "The Canadian Space Agency was established by the Canadian Space Agency Act which received Royal Assent on May 10, 1990. \r\n\r\nThe Canadian space program is administered by the Canadian Space Agency. Canada has contributed technology, expertise and personnel to the world space effort, especially in collaboration with ESA and NASA. In addition to its astronauts and satellites, some of the most notable Canadian technological contributions to space exploration include the Canadarm on the Space Shuttle and Canadarm2 on the International Space Station.", "administrator": "President: Lisa Campbell", "founding_year": "1990", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/bjarni2520tryggvason_image_20181201223221.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190736.jpeg", "last_flight": "1997-08-07T14:41:00Z", "first_flight": "1997-08-07T14:41:00Z" }, { "id": 600, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/600/?format=api", "name": "Samuel T. Durrance", "status": { "id": 11, "name": "Deceased" }, "type": { "id": 5, "name": "Payload Specialist" }, "date_of_birth": "1943-09-17", "date_of_death": "2023-05-05", "nationality": "American", "bio": "Samuel Thornton Durrance (Ph.D.) was an American scientist who flew aboard two NASA Space Shuttle missions as a payload specialist.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Samuel_T._Durrance", "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/samuel2520t.2520durrance_image_20190211162549.jpeg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185654.jpeg", "last_flight": "1995-03-02T06:38:13Z", "first_flight": "1990-12-02T06:49:00Z" }, { "id": 690, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/690/?format=api", "name": "Robert M. White", "status": { "id": 11, "name": "Deceased" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1924-07-06", "date_of_death": "2010-03-17", "nationality": "American", "bio": "Robert Michael \"Bob\" White was an American electrical engineer, test pilot, fighter pilot, and astronaut who was one of twelve pilots that flew in the X-15 experimental spaceplane.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Robert_Michael_White", "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/robert_white_image_20210801071813.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191006.jpeg", "last_flight": "1962-07-17T17:30:00Z", "first_flight": "1962-07-17T17:30:00Z" }, { "id": 275, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/275/?format=api", "name": "Vladimir Vasyutin", "status": { "id": 11, "name": "Deceased" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1952-03-08", "date_of_death": "2002-07-19", "nationality": "Russian", "bio": "Vladimir Vladimirovich Vasyutin (Russian:Влaдимиp Bлaдимиpoвич Васютин, born March 8, 1952, Kharkiv, Kharkiv Oblast, Ukrainian SSR, died July 19, 2002) was a Soviet cosmonaut.\r\n\r\nHe was selected as a cosmonaut on December 1, 1978 (TsPK-6). He retired on February 25, 1986.\r\n\r\nVasyutin was assigned to the TKS program for a new generation of manned military spacecraft that would be docked to the existing Salyut space stations.\r\n\r\nHe flew as the Commander on Soyuz T-14 to the Salyut 7 space station, for part of the long-duration mission Salyut 7 EO-4. He spent 64 days 21 hours 52 minutes in space. The TKS module was already docked to the Salyut and Vasyutin was due to lead an extended programme of military space experiments. However Vasyutin fell ill soon after arriving at the station and was unable to perform his duties. Although he was originally scheduled to have a six-month stay aboard Salyut 7, his illness forced the crew to make an emergency return to Earth after only two months. His illness is said to have been caused by a prostate infection, which had manifested itself as inflammation and a fever.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Vladimir_Vasyutin", "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/vladimir2520vasyutin_image_20181201223746.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185755.jpeg", "last_flight": "1985-09-17T12:38:52Z", "first_flight": "1985-09-17T12:38:52Z" }, { "id": 317, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/317/?format=api", "name": "Paul J. Weitz", "status": { "id": 11, "name": "Deceased" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1932-07-25", "date_of_death": "2017-10-22", "nationality": "American", "bio": "Paul Joseph Weitz was an American naval officer and aviator, aeronautical engineer, test pilot, and NASA astronaut, who flew into space twice. He was a member of the three-man crew who flew on Skylab 2, the first manned Skylab mission. He was also Commander of the STS-6 mission, the first of the Space Shuttle Challenger flights.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Paul_J._Weitz", "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/paul2520j.2520weitz_image_20190426143707.jpeg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190813.jpeg", "last_flight": "1983-04-04T18:30:00Z", "first_flight": "1973-05-25T13:00:00Z" }, { "id": 315, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/315/?format=api", "name": "Stuart Roosa", "status": { "id": 11, "name": "Deceased" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1933-08-16", "date_of_death": "1994-12-12", "nationality": "American", "bio": "Stuart Allen \"Stu\" Roosa was an American aeronautical engineer, United States Air Force pilot, test pilot, and NASA astronaut, who was the Command Module Pilot for the Apollo 14 mission. The mission lasted from January 31 to February 9, 1971 and was the third mission to land astronauts (Alan Shepard and Edgar Mitchell) on the Moon. While Shepard and Mitchell spent two days on the lunar surface, Roosa conducted experiments from orbit in the Command Module Kitty Hawk. He was one of 24 people to travel to the Moon.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Stuart_Roosa", "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/stuart2520roosa_image_20181202092059.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190843.jpeg", "last_flight": "1971-01-31T21:03:02Z", "first_flight": "1971-01-31T21:03:02Z" }, { "id": 331, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/331/?format=api", "name": "Donald H. Peterson", "status": { "id": 11, "name": "Deceased" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1933-10-22", "date_of_death": "2018-05-27", "nationality": "American", "bio": "Donald Herod Peterson was a United States Air Force officer and NASA astronaut. Peterson was originally selected for the Air Force Manned Orbiting Laboratory (MOL) program, but, when that was canceled, he became a NASA astronaut in September 1969. He was a mission specialist on STS-6 on board Challenger. During the mission Peterson performed a spacewalk to test the new airlock and space suits. He logged 120 hours in space. Peterson retired from NASA in 1984.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Donald_H._Peterson", "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/donald2520h.2520peterson_image_20181202094041.jpg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191017.jpeg", "last_flight": "1983-04-04T18:30:00Z", "first_flight": "1983-04-04T18:30:00Z" }, { "id": 162, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/162/?format=api", "name": "Leonid Kizim", "status": { "id": 11, "name": "Deceased" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1941-08-05", "date_of_death": "2010-06-14", "nationality": "Russian", "bio": "Leonid Denisovich Kizim (Кизим Леонид Денисович) (August 5, 1941 – June 14, 2010) was a Soviet cosmonaut.\r\n\r\nHe was selected as a cosmonaut on October 23, 1965. Kizim flew as Commander on Soyuz T-3, Soyuz T-10 and Soyuz T-15, and also served as backup commander for Soyuz T-2. All together he spent 374 days 17 hours 56 minutes in space. On Soyuz T-15, he was part of the only crew to visit two space stations on one spaceflight (Mir and Salyut 7).", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Leonid_Kizim", "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/leonid2520kizim_image_20181129232451.jpeg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190101.jpeg", "last_flight": "1986-03-13T12:33:09Z", "first_flight": "1980-11-27T14:18:28Z" }, { "id": 311, "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/311/?format=api", "name": "Ken Mattingly", "status": { "id": 11, "name": "Deceased" }, "type": { "id": 2, "name": "Government" }, "date_of_birth": "1936-03-17", "date_of_death": "2023-10-31", "nationality": "American", "bio": "Thomas Kenneth Mattingly II better known as Ken Mattingly, is a former American naval officer and aviator, aeronautical engineer, test pilot, Rear Admiral in the United States Navy and astronaut who flew on the Apollo 16, STS-4 and STS-51-C missions. He had been scheduled to fly on Apollo 13, but was held back due to concerns about a potential illness (which he did not contract). He later flew as Command Module Pilot for Apollo 16, making him one of only 24 people to have flown to the Moon.", "twitter": null, "instagram": null, "wiki": "https://en.wikipedia.org/wiki/Ken_Mattingly", "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/ken_mattingly_image_20231103055657.jpeg", "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190416.jpeg", "last_flight": "1985-01-24T19:50:00Z", "first_flight": "1972-04-16T17:54:00Z" } ] }