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&limit=10&offset=10&ordering=-spacewalks_count
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 766,
    "next": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=20&ordering=-spacewalks_count",
    "previous": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&ordering=-spacewalks_count",
    "results": [
        {
            "id": 378,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/378/?format=api",
            "name": "Jerry L. Ross",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P58DT51M5S",
            "eva_time": "P2DT9H55M",
            "age": 76,
            "date_of_birth": "1948-01-20",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Jerry Lynn Ross is a retired United States Air Force officer and a former NASA astronaut. He is a veteran of seven Space Shuttle missions, making him the joint record holder for most spaceflights (a record he shares with Franklin Chang-Diaz). His papers, photographs and many personal items are in the Barron Hilton Flight and Space Exploration Archives at Purdue University. He was inducted into the Astronaut Hall of Fame during ceremonies in May 2014.\r\n\r\nRoss is the author of Spacewalker: My Journey in Space and Faith as NASA's Record-Setting Frequent Flyer (Purdue University Press, 2013) with John Norberg. In March 2014 it was announced \"Spacewalker\" will be available in a French translation through the specialist aerospace publisher Altipresse.\r\n\r\nFellow astronaut Chris Hadfield describes Ross in his autobiography, An Astronaut's Guide to Life on Earth, as \"the embodiment of the trustworthy, loyal, courteous and brave astronaut archetype.\"",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Jerry_L._Ross",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/jerry2520l.2520ross_image_20181202121238.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185452.jpeg",
            "flights_count": 7,
            "landings_count": 7,
            "spacewalks_count": 9,
            "last_flight": "2002-04-08T20:44:19Z",
            "first_flight": "1985-11-27T00:29:00Z"
        },
        {
            "id": 13,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/13/?format=api",
            "name": "Richard Mastracchio",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P227DT13H36M54S",
            "eva_time": "P2DT5H2M",
            "age": 64,
            "date_of_birth": "1960-02-11",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Richard Alan \"Rick\" Mastracchio is an American engineer and former NASA astronaut. He has flown on three NASA Space Shuttle missions as a mission specialist in addition to serving as a Flight Engineer on the Soyuz TMA-11M (Expedition 38/Expedition 39) long duration mission aboard the International Space Station. He is currently the Senior Director of Operations for Commercial Resupply Services at Orbital ATK.",
            "twitter": "https://twitter.com/AstroRM",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Richard_Mastracchio",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/richard_mastrac_image_20220911033746.jpeg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191152.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 9,
            "last_flight": "2013-11-07T04:14:15Z",
            "first_flight": "2000-09-08T12:45:47Z"
        },
        {
            "id": 18,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/18/?format=api",
            "name": "Andrew J. Feustel",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P225DT9H16M13S",
            "eva_time": "P2DT13H48M",
            "age": 58,
            "date_of_birth": "1965-08-25",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Andrew Jay \"Drew\" Feustel is a geophysicist and a NASA astronaut. Following several years working as a geophysicist, Feustel was selected as an astronaut candidate by NASA in July 2000. His first spaceflight in May 2009, STS-125, lasted just under 13 days. This was a mission with six other astronauts to repair the Hubble Space Telescope, aboard Space Shuttle Atlantis. Feustel performed three spacewalks during the mission. His second spaceflight was STS-134, which launched on May 16, 2011 and landed on June 1, 2011. STS-134 was the penultimate Space Shuttle flight. Feustel returned to space on March 21, 2018 on Soyuz MS-08 with Expedition 55/56. For expedition 56, he commanded the International Space Station, before handing over to Alexander Gerst on October 3, 2018.",
            "twitter": "https://twitter.com/Astro_Feustel",
            "instagram": "https://www.instagram.com/astro_feustel/",
            "wiki": "https://en.wikipedia.org/wiki/Andrew_J._Feustel",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/andrew2520j.2520feustel_image_20181127212906.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190321.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 9,
            "last_flight": "2018-03-21T17:44:23Z",
            "first_flight": "2009-05-11T18:01:56Z"
        },
        {
            "id": 556,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/556/?format=api",
            "name": "Robert S. Kimbrough",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P388DT17H28M44S",
            "eva_time": "P2DT11H27M",
            "age": 56,
            "date_of_birth": "1967-06-04",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Robert Shane Kimbrough is a retired United States Army officer, and a NASA astronaut. He was part of the first group of candidates selected for NASA astronaut training following the Space Shuttle Columbia disaster. Kimbrough is a veteran of two spaceflights, the first being a Space Shuttle flight, and the second being a 6-month mission to the ISS on board a Russian Soyuz craft. He was the commander of the International Space Station for Expedition 50 and later spent 6 months on the ISS as part of the SpaceX Crew-2 mission. He retired from NASA on July 31, 2022.",
            "twitter": "https://twitter.com/astro_kimbrough",
            "instagram": "https://www.instagram.com/astro_kimbrough/",
            "wiki": "https://en.wikipedia.org/wiki/Robert_S._Kimbrough",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/robert_s._kimbr_image_20220911034003.jpeg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191130.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 9,
            "last_flight": "2021-04-23T09:49:02Z",
            "first_flight": "2008-11-15T00:55:00Z"
        },
        {
            "id": 92,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/92/?format=api",
            "name": "Vladimir Dezhurov",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P244DT5H29M12S",
            "eva_time": "P1DT13H35M13S",
            "age": 61,
            "date_of_birth": "1962-07-30",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Vladimir Nikolayevich Dezhurov (Russian: Влади́мир Никола́евич Дежу́ров; born July 30, 1962) is a former cosmonaut who resides in Star City, Moscow. He is a veteran of two spaceflights, to the Mir and International Space Stations. During his career, Dezhurov also conducted nine spacewalks before his retirement on July 12, 2004.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Vladimir_Dezhurov",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vladimir2520dezhurov_image_20181128225249.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185640.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 9,
            "last_flight": "2001-08-10T21:10:14Z",
            "first_flight": "1995-03-14T06:11:34Z"
        },
        {
            "id": 500,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/500/?format=api",
            "name": "Michael Fincke",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P381DT15H9M32S",
            "eva_time": "P2DT36M",
            "age": 57,
            "date_of_birth": "1967-03-14",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Edward Michael \"Mike\"/\"Spanky\" Fincke is an American astronaut who formerly held the American record for the most time in space (381.6 days). His record was broken by Scott Kelly on October 16, 2015. He was born in Pittsburgh, Pennsylvania, but considers its suburb Emsworth to be his hometown. He is a United States Air Force officer and a NASA astronaut, and served two tours aboard the International Space Station as a flight engineer and commander. He flew on one Space Shuttle mission, STS-134 as a Mission Specialist.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Michael_Fincke",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/michael_fincke_image_20220911033941.jpeg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185523.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 9,
            "last_flight": "2011-05-16T12:56:28Z",
            "first_flight": "2004-04-19T03:19:00Z"
        },
        {
            "id": 584,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/584/?format=api",
            "name": "Sergey Prokopyev",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P567DT15H11M30S",
            "eva_time": "P2DT5H17M27S",
            "age": 49,
            "date_of_birth": "1975-02-19",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Sergei Valeriyevich Prokopyev, born 19 February 1975 is a Russian cosmonaut. He is the commander of Soyuz MS-09, and flight engineer of Expedition 56/57 to the International space station.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Sergey_Prokopyev_(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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sergey2520prokopyev_image_20181207031221.jfif",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190826.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 8,
            "last_flight": "2022-09-21T13:54:49Z",
            "first_flight": "2018-06-06T11:12:41Z"
        },
        {
            "id": 449,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/449/?format=api",
            "name": "John M. Grunsfeld",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P58DT15H3M26S",
            "eva_time": "P2DT10H30M",
            "age": 65,
            "date_of_birth": "1958-10-10",
            "date_of_death": null,
            "nationality": "American",
            "bio": "John Mace Grunsfeld is an American physicist and a former NASA astronaut. He is a veteran of five Space Shuttle flights and has served as NASA Chief Scientist. His academic background includes research in high energy astrophysics, cosmic ray physics and the emerging field of exoplanet studies with specific interest in future astronomical instrumentation. After retiring from NASA in 2009, he served as the Deputy Director of the Space Telescope Science Institute in Baltimore, Maryland. In January 2012, he returned to NASA and served as associate administrator of NASA's Science Mission Directorate (SMD). Grunsfeld announced his retirement from NASA in April 2016.",
            "twitter": "https://twitter.com/SciAstro",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/John_M._Grunsfeld",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/john2520m.2520grunsfeld_image_20181202144850.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190903.jpeg",
            "flights_count": 5,
            "landings_count": 5,
            "spacewalks_count": 8,
            "last_flight": "2009-05-11T18:01:56Z",
            "first_flight": "1995-03-02T06:38:13Z"
        },
        {
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vladimir2520solovyov_image_20181201221452.jpeg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.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": 83,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/83/?format=api",
            "name": "Nikolai Budarin",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P445DT1H24M12S",
            "eva_time": "P1DT20H46M",
            "age": 61,
            "date_of_birth": "1963-04-29",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Nikolai Mikhailovich Budarin (Russian: Николай Михайлович Бударин) (born April 29, 1953 in Kirya, Chuvashia) is a retired Russian cosmonaut, a veteran of three extended space missions aboard the Mir Space Station and the International Space Station. He has also performed eight career spacewalks with a total time of 44 hours.\r\n\r\nNamed a cosmonaut candidate in 1989, Budarin's first space mission was a long-term assignment aboard the space station Mir in 1995. Since then, he again made extended stays on Mir in 1998 and the International Space Station Expedition 6 from 2002 to 2003.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Nikolai_Budarin",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/nikolai2520budarin_image_20181128223920.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185610.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 8,
            "last_flight": "2002-11-23T00:49:47Z",
            "first_flight": "1995-06-27T19:32:19Z"
        }
    ]
}