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=50&ordering=-name
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=60&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=40&ordering=-name",
    "results": [
        {
            "id": 287,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/287/?format=api",
            "name": "Wang Yaping",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P197DT1M39S",
            "eva_time": "PT6H25M",
            "age": 44,
            "date_of_birth": "1980-01-27",
            "date_of_death": null,
            "nationality": "Chinese",
            "bio": "Colonel Wang Yaping is a Chinese military pilot and astronaut. Wang was the second female astronaut to be named by the CNSA, and the second Chinese woman in space.\r\n\r\nShe was a candidate for the space mission Shenzhou 9 in 2012. However, Liu Yang was selected over her for the historic mission of the first Chinese female space traveller. Wang was a member of the backup crew for SZ-9.\r\n\r\nWang became the second Chinese female astronaut as a member of the Shenzhou 10 spaceship crew, which orbited the earth in June 2013, and of the Tiangong-1 orbiting space station with which it docked. She was the first member of the crew announced, in April, while the remainder of the crew were announced in June. Wang Yaping was one of two women in space on the 50th anniversary of Vostok 6, the first spaceflight by a woman, Valentina Tereshkova. The other woman in space on 16 June 2013 was Karen Nyberg, an American astronaut aboard the International Space Station. While aboard Tiangong-1, Wang conducted scientific experiments and taught a physics lesson to Chinese students by live television broadcast.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Wang_Yaping",
            "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/wang_yaping_image_20211014075922.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190623.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 1,
            "last_flight": "2021-10-15T16:23:56Z",
            "first_flight": "2013-06-11T09:38:02Z"
        },
        {
            "id": 758,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/758/?format=api",
            "name": "Walter Villadei",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P21DT15H54M42S",
            "eva_time": "P0D",
            "age": 50,
            "date_of_birth": "1974-04-29",
            "date_of_death": null,
            "nationality": "Italian",
            "bio": "Italian Air Force mission commander on the Virgin Galactic 01 flight. Backup pilot for the Axiom Space Mission 2, Pilon for the Axiom Space Mission 3, qualified on Soyuz, ISS systems, and Orlan for EVA activities.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Walter_Villadei",
            "agency": {
                "id": 1050,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1050/?format=api",
                "name": "Italian Air Force",
                "featured": false,
                "type": "Government",
                "country_code": "ITA",
                "abbrev": "IAF",
                "description": "The Italian Air Force is the air force of the Italian Republic. The Italian Air Force was founded as an independent service arm on 28 March 1923 by King Victor Emmanuel III as the Regia Aeronautica (\"Royal Air Force\"). After World War II, when Italy became a republic following a referendum, the Regia Aeronautica was given its current name.",
                "administrator": null,
                "founding_year": "1923",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/italian2520air2520force_logo_20230508150416.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/walter_villadei_image_20231230180121.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185221.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0,
            "last_flight": "2024-01-18T21:49:11Z",
            "first_flight": "2023-06-29T15:28:38Z"
        },
        {
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/44/?format=api",
            "name": "Walter Cunningham",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P10DT20H8M15S",
            "eva_time": "P0D",
            "age": 90,
            "date_of_birth": "1932-03-16",
            "date_of_death": "2023-01-03",
            "nationality": "American",
            "bio": "Ronnie Walter Cunningham was an American astronaut. In 1968, he was a Lunar Module Pilot on the Apollo 7 mission. He was NASA's third civilian astronaut (after Neil Armstrong and Elliot See), and has also been a fighter pilot, physicist, entrepreneur, venture capitalist, and author of The All-American Boys.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Walter_Cunningham",
            "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/walter_cunningh_image_20220911033756.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191218.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1968-10-11T15:02:45Z",
            "first_flight": "1968-10-11T15:02:45Z"
        },
        {
            "id": 27,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/27/?format=api",
            "name": "Wally Schirra",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P12DT7H12M27S",
            "eva_time": "P0D",
            "age": 84,
            "date_of_birth": "1923-03-12",
            "date_of_death": "2007-05-03",
            "nationality": "American",
            "bio": "Walter Marty Schirra Jr. was an American naval aviator and NASA astronaut. In 1959, he became one of the original seven astronauts chosen for Project Mercury, which was the United States' first effort to put human beings in space. On October 3, 1962, he flew the six-orbit, nine-hour, Mercury-Atlas 8 mission, in a spacecraft he nicknamed Sigma 7. At the time of his mission in Sigma 7, Schirra became the fifth American and ninth human to travel into space. In the two-man Gemini program, he achieved the first space rendezvous, station-keeping his Gemini 6A spacecraft within 1 foot (30 cm) of the sister Gemini 7 spacecraft in December 1965. In October 1968, he commanded Apollo 7, an 11-day low Earth orbit shakedown test of the three-man Apollo Command/Service Module and the first manned launch for the Apollo program.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Wally_Schirra",
            "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/wally2520schirra_image_20190426143652.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190107.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 0,
            "last_flight": "1968-10-11T15:02:45Z",
            "first_flight": "1962-10-03T12:15:12Z"
        },
        {
            "id": 685,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/685/?format=api",
            "name": "Wally Funk",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "in_space": false,
            "time_in_space": "PT10M",
            "eva_time": "P0D",
            "age": 86,
            "date_of_birth": "1938-02-01",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Mary Wallace \"Wally\" Funk is an American aviator and Goodwill Ambassador. She was the first female air safety investigator for the National Transportation Safety Board, the first female civilian flight instructor at Fort Sill, Oklahoma, and the first female Federal Aviation Agency inspector, as well as one of the Mercury 13.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Wally_Funk",
            "agency": {
                "id": 141,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "featured": true,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "BO",
                "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
                "administrator": "CEO: Jeff Bezos",
                "founding_year": "2000",
                "launchers": "New Shepard | New Glenn",
                "spacecraft": "",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/wally_funk_image_20220911033704.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185840.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "2021-07-20T13:12:00Z",
            "first_flight": "2021-07-20T13:12:00Z"
        },
        {
            "id": 299,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/299/?format=api",
            "name": "Vyacheslav Zudov",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P2DT6M35S",
            "eva_time": "P0D",
            "age": 82,
            "date_of_birth": "1942-01-08",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Vyacheslav Dmitriyevich Zudov is a retired USSR cosmonaut.\r\n\r\nHe was selected as a cosmonaut on 23 October 1965, flew as Commander on Soyuz 23 on 14–16 October 1976 and retired on 14 May 1987.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Vyacheslav_Zudov",
            "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/vyacheslav2520zudov_image_20181201232609.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185713.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1976-10-14T17:39:18Z",
            "first_flight": "1976-10-14T17:39:18Z"
        },
        {
            "id": 283,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/283/?format=api",
            "name": "Vladislav Volkov",
            "status": {
                "id": 4,
                "name": "Lost In Flight"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P28DT17H2M6S",
            "eva_time": "P0D",
            "age": 35,
            "date_of_birth": "1935-11-23",
            "date_of_death": "1971-06-30",
            "nationality": "Russian",
            "bio": "Vladislav Nikolayevich Volkov (Russian: Владисла́в Никола́евич Во́лков; November 23, 1935 – June 30, 1971) was a Soviet cosmonaut who flew on the Soyuz 7 and Soyuz 11 missions. The second mission terminated fatally.\r\n\r\nVolkov, on his second space mission in 1971, was assigned to Soyuz 11. The three cosmonauts on this flight spent 23 days on Salyut 1, the world's first space station. After three relatively placid weeks in orbit, however, Soyuz 11 became the second Soviet space flight to terminate fatally, after Soyuz 1.\r\n\r\nAfter a normal re-entry, the Soyuz 11 capsule was opened and the corpses of the three crew members were found inside. It was discovered that a valve had opened just prior to leaving orbit that had allowed the capsule's atmosphere to vent away into space, causing Volkov and his two flight companions to suffer fatal hypoxia as their cabin descended toward the earth's atmosphere.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Vladislav_Volkov",
            "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/vladislav2520volkov_image_20181201224807.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185704.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0,
            "last_flight": "1971-06-06T04:55:09Z",
            "first_flight": "1969-10-12T10:44:42Z"
        },
        {
            "id": 275,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/275/?format=api",
            "name": "Vladimir Vasyutin",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P64DT21H52M8S",
            "eva_time": "P0D",
            "age": 50,
            "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://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/vladimir2520vasyutin_image_20181201223746.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185755.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1985-09-17T12:38:52Z",
            "first_flight": "1985-09-17T12:38:52Z"
        },
        {
            "id": 258,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/258/?format=api",
            "name": "Vladimir Solovyov",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P361DT22H50M30S",
            "eva_time": "P1DT7H40M",
            "age": 77,
            "date_of_birth": "1946-11-11",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Vladimir Alekseyevich Solovyov (Russian: Влади́мир Алексе́евич Соловьёв; born 11 November 1946) is a former Soviet cosmonaut.\r\n\r\nHe was selected as a cosmonaut on 1 December 1978 and flew as Flight Engineer on Soyuz T-10 and Soyuz T-15, spending a total of 361 days, 22 hours, 49 minutes in space. His first flight, Soyuz T-10, took off on 8 February 1984, to join Salyut 7. The crew spent ten months (nearly 237 days) performing numerous medical and space manufacturing experiments. They came down aboard Soyuz T-11 on 2 October 1984. Solovyov's second flight was aboard Soyuz T-15, taking off on 13 March 1986 and coming back aboard the same craft on 16 July 1986, 125 days later. During the T-15 mission, the crew transferred equipment from Salyut-7 to the new Mir space station; they were the last aboard the former and the first aboard the latter.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Vladimir_Solovyov_(cosmonaut)",
            "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/vladimir2520solovyov_image_20181201221452.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190337.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 8,
            "last_flight": "1986-03-13T12:33:09Z",
            "first_flight": "1984-02-08T12:07:26Z"
        },
        {
            "id": 629,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/629/?format=api",
            "name": "Vladimir Shatalov",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P9DT21H57M30S",
            "eva_time": "P0D",
            "age": 93,
            "date_of_birth": "1927-12-08",
            "date_of_death": "2021-06-15",
            "nationality": "Russian",
            "bio": "Vladimir Aleksandrovich Shatalov (Russian: Владимир Александрович Шаталов; born December 8, 1927) was a Soviet cosmonaut who flew three space missions of the Soyuz programme: Soyuz 4, Soyuz 8, and Soyuz 10.\r\n\r\nShatalov was born in Petropavlovsk. From 1971 to 1987, he was Commander of Cosmonaut Training, and Director of the Cosmonaut Training Centre from then until 1991.\r\n\r\nQuote: \"When we look into the sky it seems to us to be endless. We breathe without thinking about it, as is natural... and then you sit aboard a spacecraft, you tear away from Earth, and within ten minutes you have been carried straight through the layer of air, and beyond there is nothing! The 'boundless' blue sky, the ocean which gives us breath and protects us from endless black and death, is but an infinitesimally thin film. How dangerous it is to threaten even the smallest part of this gossamer covering, this conserver of life.\"",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Vladimir_Shatalov",
            "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/vladimir2520shatalov_image_20190217072844.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191000.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 0,
            "last_flight": "1971-04-22T23:54:06Z",
            "first_flight": "1969-01-14T07:30:00Z"
        }
    ]
}