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

{
    "count": 764,
    "next": "https://ll.thespacedevs.com/2.0.0/astronaut/?format=api&limit=10&offset=20",
    "previous": "https://ll.thespacedevs.com/2.0.0/astronaut/?format=api&limit=10",
    "results": [
        {
            "id": 51,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/51/?format=api",
            "name": "Edward Gibson",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1936-11-08",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Edward George Gibson is a former NASA astronaut, pilot, engineer, and physicist.\r\n\r\nBefore becoming a NASA astronaut, Gibson graduated from the University of Rochester and the California Institute of Technology. He became a research assistant in jet propulsion while completing his studies and eventually became a research scientist for Philco Corporation until joining NASA.\r\n\r\nGibson was selected as an astronaut by NASA in 1965 as part of Astronaut Group 4, the first group of scientist-astronauts. He served on the support crew of Apollo 12 before moving on to work on the development of the Skylab space station. In 1973–74, Gibson made his first and only flight into space as science pilot aboard Skylab 4, the third and final manned flight to Skylab. He, along with Commander Gerald Carr and Pilot William Pogue, spent just over 84 days in space. Gibson resigned from NASA in December 1974, but returned in 1977 to preside over the selection of scientist-astronaut candidates. Gibson retired from NASA for the last time in October 1982.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Edward_Gibson",
            "agency": {
                "id": 44,
                "url": "https://ll.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: 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"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/edward2520gibson_image_20181128150839.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185325.jpeg",
            "last_flight": "1973-11-16T14:01:23Z",
            "first_flight": "1973-11-16T14:01:23Z"
        },
        {
            "id": 309,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/309/?format=api",
            "name": "Don L. Lind",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1930-05-18",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Don Leslie Lind, Ph.D. is an American scientist and a former naval officer and aviator, and NASA astronaut. He graduated from the University of Utah with an undergraduate degree in physics in 1953. Following his military service obligation, he earned a Ph.D. in high-energy nuclear physics from the University of California, Berkeley in 1964.\r\n\r\nLind was a naval aviator and attained the rank of Commander in the United States Naval Reserve. He had active duty in San Diego and aboard the carrier USS Hancock.\r\n\r\nAfter completing his doctorate, Lind worked at NASA's Goddard Research Center from 1964 to 1966. During this period, he applied for the third group of astronauts but did not have enough flight hours. He applied for the fourth group, but was denied for being too old. The age restriction was raised for the fifth group, and he was selected with the Original Nineteen in 1966. Lind helped to develop the Apollo 11 EVA activities, and served as CAPCOM for the Apollo 11 and Apollo 12 missions. He was then assigned as backup Pilot for Skylab 3 and Skylab 4 and nearly flew on the proposed Skylab Rescue mission.\r\n\r\nLind was the Payload Commander on his only flight, STS-51-B, launched April 29, 1985. He designed an experiment to capture the Earth's aurora. The payload experiments consisted primarily of microgravity research and atmospheric measurement. The Orbiter Challenger completed 110 orbits before landing at Edwards Air Force Base, California.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Don_L._Lind",
            "agency": {
                "id": 44,
                "url": "https://ll.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: 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"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/don2520l.2520lind_image_20181202091446.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190156.jpeg",
            "last_flight": "1985-04-29T16:02:18Z",
            "first_flight": "1985-04-29T16:02:18Z"
        },
        {
            "id": 314,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/314/?format=api",
            "name": "William R. Pogue",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1930-01-23",
            "date_of_death": "2014-03-03",
            "nationality": "American",
            "bio": "William Reid Pogue was an American astronaut, U.S. Air Force fighter pilot, and test pilot who was also an accomplished teacher, public speaker and author.\r\n\r\nBorn and educated in Oklahoma, Pogue graduated from college and enlisted in the United States Air Force, in which he served for 24 years. He flew combat during the Korean War, and with the elite USAF Thunderbirds. He served as a flight instructor and mathematics professor, and was a versatile test pilot, including two years in an exchange with the RAF (UK).\r\n\r\nColonel Pogue was an Air Force instructor when accepted into NASA in 1966. His astronaut career included one orbital mission, as pilot of the last crew of Skylab. The crew set a duration record (84 days) that was unbroken in NASA for over 20 years, and in orbit they conducted dozens of research experiments. The mission was also noted for a dispute with ground control over schedule management that news media named “The Skylab Mutiny”.\r\n\r\nPogue retired from both the USAF and NASA a few months after he returned from Skylab. Over the next 30 plus years he taught, lectured, consulted, and wrote about aviation and aeronatics, in the US and abroad. He died in 2014, age 84, survived by three children, four stepsons, and his third wife.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/William_R._Pogue",
            "agency": {
                "id": 44,
                "url": "https://ll.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: 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"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/william2520r.2520pogue_image_20181202091951.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185644.jpeg",
            "last_flight": "1973-11-16T14:01:23Z",
            "first_flight": "1973-11-16T14:01:23Z"
        },
        {
            "id": 393,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/393/?format=api",
            "name": "G. David Low",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1956-02-19",
            "date_of_death": "2008-03-15",
            "nationality": "American",
            "bio": "George David Low was an American aerospace executive and a NASA astronaut. He was born in 1956 to Dr. George Low, the Manager of the Apollo Spacecraft Program Office. With undergraduate degrees in physics and mechanical engineering and a master's degree in aeronautics and astronautics, he worked in the JPL at the California Institute of Technology in the early 80's, before being picked as an astronaut candidate by NASA in 1984. In addition to holding some technical assignments, he logged more than 700 hours in space (including stints on the Columbia, the Atlantis and the Endeavour), before he left NASA in 1996 to pursue a career in the private sector.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/G._David_Low",
            "agency": {
                "id": 44,
                "url": "https://ll.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: 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"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/g.2520david2520low_image_20181202134532.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190350.jpeg",
            "last_flight": "1993-06-21T13:07:00Z",
            "first_flight": "1990-01-09T12:35:00Z"
        },
        {
            "id": 541,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/541/?format=api",
            "name": "Kevin A. Ford",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1960-07-07",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Kevin Anthony Ford is a retired United States Air Force Colonel and a NASA astronaut. Ford has received a number of special honors and awards, some of which are the Air Force Meritorious Service Medal, Air Force Commendation Medal, Aerial Achievement Medal and the Armed Forces Expeditionary Medal. Ford has also logged more than 5,000 flying hours and also holds FAA commercial certificates for airplanes, helicopters and gliders. Ford has served in many roles at NASA since his selection in July 2000. The roles include as a Capsule Communicator or CAPCOM. He was also the Director Of Operations at the Gagarin Cosmonaut Training Center in Star City, Russia from January 2004 to January 2005. He was pilot of STS-128 and Flight Engineer 2 of Soyuz TMA-06M from October 23, 2012 to March 16, 2013.",
            "twitter": "https://twitter.com/kevin_astro7",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Kevin_A._Ford",
            "agency": {
                "id": 44,
                "url": "https://ll.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: 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"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/kevin2520a.2520ford_image_20181203165445.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190856.jpeg",
            "last_flight": "2012-10-23T10:51:11Z",
            "first_flight": "2009-08-29T03:59:00Z"
        },
        {
            "id": 570,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/570/?format=api",
            "name": "Josh A. Cassada",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1973-07-18",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Josh Aaron Cassada is an American physicist, test pilot, and NASA astronaut. Prior to his selection to join NASA in 2013, Cassada served as a test pilot in the US Navy, and has over 3,500 hours in more than 40 aircraft, and 23 combat missions. In August 2018, Cassada was selected for CTS-1, the first operational mission of the Boeing CST-100 Starliner. In 2021 he was reassigned to a SpaceX Crew-5 flight aboard Crew Dragon spacecraft due to lengthy delays with Starliner program.",
            "twitter": "https://twitter.com/astro_josh",
            "instagram": "https://www.instagram.com/astro_cassada",
            "wiki": "https://en.wikipedia.org/wiki/Josh_A._Cassada",
            "agency": {
                "id": 44,
                "url": "https://ll.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: 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"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/josh2520a.2520cassada_image_20181203173238.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190005.jpeg",
            "last_flight": "2022-10-05T16:00:57Z",
            "first_flight": "2022-10-05T16:00:57Z"
        },
        {
            "id": 160,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/160/?format=api",
            "name": "Aleksandr Kaleri",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1956-05-13",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Aleksandr Yuriyevich \"Sasha\" Kaleri (Russian: Александр Юрьевич Калери; born Jūrmala, Latvian SSR, USSR, 13 May 1956) is a Russian cosmonaut and veteran of extended stays on the Mir Space Station and the International Space Station (ISS). Kaleri has most recently been in space aboard the ISS serving as a flight engineer for the long duration Expedition 25/26 missions. He has spent the fourth-longest time in space of any person, the longest time in space of any currently active cosmonaut, and the longest time in space of any person not born in what is now Russia.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Kaleri",
            "agency": {
                "id": 63,
                "url": "https://ll.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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/aleksandr2520kaleri_image_20181129232134.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190613.jpeg",
            "last_flight": "2010-10-07T23:10:55Z",
            "first_flight": "1992-03-17T10:54:30Z"
        },
        {
            "id": 206,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/206/?format=api",
            "name": "Rodolfo Neri Vela",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1952-02-19",
            "date_of_death": null,
            "nationality": "Mexican",
            "bio": "Rodolfo Neri Vela (born 19 February 1952) is a Mexican scientist and astronaut who flew aboard a NASA Space Shuttle mission in the year 1985. He is the first Mexican, and the second Latin American to have traveled to space.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Rodolfo_Neri_Vela",
            "agency": {
                "id": 44,
                "url": "https://ll.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: 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"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/rodolfo2520neri2520vela_image_20181201182057.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185822.jpeg",
            "last_flight": "1985-11-27T00:29:00Z",
            "first_flight": "1985-11-27T00:29:00Z"
        },
        {
            "id": 209,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/209/?format=api",
            "name": "Nie Haisheng",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1964-10-13",
            "date_of_death": null,
            "nationality": "Chinese",
            "bio": "Nie Haisheng is a Chinese military pilot and CNSA astronaut.\r\n\r\nIn 1998, he was selected for the Chinese spaceflight program and was one of three candidates who were part of the final group to train for the Shenzhou 5 flight, China's first manned spaceflight. Yang Liwei was picked for the flight, with Zhai Zhigang ranked second ahead of Niè Hǎishèng.\r\n\r\nNie went into orbit, along with Fei Junlong (commander), as flight engineer of the Shenzhou 6 flight on 12 October 2005. The mission lasted just under five days.\r\n\r\nHe was selected to be the commander of the backup crew for the Shenzhou 9 mission. In 2013, Nie was selected to command the Shenzhou 10 second manned space mission to the first Chinese space station Tiangong 1. He became the first officer hold general rank at the time of their launch in the Chinese program with the Shenzhou 10 mission.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Nie_Haisheng",
            "agency": {
                "id": 17,
                "url": "https://ll.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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/nie_haisheng_image_20210616062454.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185955.jpeg",
            "last_flight": "2021-06-17T01:22:31Z",
            "first_flight": "2005-10-12T01:00:03Z"
        },
        {
            "id": 217,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/217/?format=api",
            "name": "Gennady Padalka",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1958-06-21",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Gennady Ivanovich Padalka (Russian: Гeннадий Иванович Падалка; born 21 June 1958 in Krasnodar, Russia) is a Russian Air Force officer and an RKA cosmonaut. Padalka currently has the world record for the most time spent in space, having spent 879 days in space, more than any other person. He worked on both Mir and the International Space Station.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Gennady_Padalka",
            "agency": {
                "id": 63,
                "url": "https://ll.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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gennady2520padalka_image_20181201185148.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190835.jpeg",
            "last_flight": "2015-03-27T19:42:57Z",
            "first_flight": "1998-08-13T09:43:11Z"
        }
    ]
}