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=250&ordering=-date_of_birth
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=260&ordering=-date_of_birth",
    "previous": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=240&ordering=-date_of_birth",
    "results": [
        {
            "id": 186,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/186/?format=api",
            "name": "Yury Lonchakov",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P200DT18H37M54S",
            "eva_time": "PT10H27M",
            "age": 59,
            "date_of_birth": "1965-03-04",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Yury Valentinovich Lonchakov (Russian: Юрий Валентинович Лончаков; born 4 March 1965) is a Russian former cosmonaut and a veteran of three space missions. He has spent 200 days in space and has conducted two career spacewalks.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Yury_Lonchakov",
            "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/yury2520lonchakov_image_20181129235955.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191215.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 2,
            "last_flight": "2008-10-12T07:01:33Z",
            "first_flight": "2001-04-19T18:40:42Z"
        },
        {
            "id": 122,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/122/?format=api",
            "name": "Kenneth Ham",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P25DT12H41M39S",
            "eva_time": "P0D",
            "age": 59,
            "date_of_birth": "1964-12-12",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Kenneth Todd \"Hock\" Ham is a retired American astronaut and a captain in the United States Navy. Ham was selected for NASA's astronaut program in August 1998. Ham has served as CAPCOM for Space Shuttle ascent/entry and orbit, as well as the International Space Station (ISS).",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Kenneth_Ham",
            "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/kenneth2520ham_image_20181129202152.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190309.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0,
            "last_flight": "2010-05-14T18:20:09Z",
            "first_flight": "2008-05-31T21:02:12Z"
        },
        {
            "id": 736,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/736/?format=api",
            "name": "Vanessa O’Brien",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "in_space": false,
            "time_in_space": "PT10M",
            "eva_time": "P0D",
            "age": 59,
            "date_of_birth": "1964-12-02",
            "date_of_death": null,
            "nationality": "American British",
            "bio": "Vanessa Audi Rhys O'Brien is a British and American mountaineer, explorer, aquanaut, author and former business executive. On June 12, 2020, O'Brien became the first woman to reach Earth's highest and lowest points, receiving a Guinness World Record. She became the first American woman to climb K2 and the first British woman to climb K2 (as a result of her dual nationality) on 28 July 2017, successfully leading a team of 12 members to the summit and back on her third attempt. She is a Fellow of the Royal Geographical Society (RGS) and a Member of The Scientific Exploration Society (SES).",
            "twitter": "https://twitter.com/vobonline",
            "instagram": "https://www.instagram.com/vobonline",
            "wiki": "https://en.wikipedia.org/wiki/Vanessa_O%27Brien",
            "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/vanessa_o25e2_image_20220911033839.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185849.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "2022-08-04T13:57:00Z",
            "first_flight": "2022-08-04T13:57:00Z"
        },
        {
            "id": 533,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/533/?format=api",
            "name": "Nicholas Patrick",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P26DT14H52M17S",
            "eva_time": "PT18H14M",
            "age": 59,
            "date_of_birth": "1964-11-19",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Nicholas James MacDonald Patrick, Ph.D. is a British-American engineer and a former NASA astronaut. His flight on the 2006 Discovery STS-116 mission made him the fourth person born in the United Kingdom to go into space.",
            "twitter": "https://twitter.com/Astro_Nicholas",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Nicholas_Patrick",
            "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/nicholas_patric_image_20220911034553.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185506.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 3,
            "last_flight": "2010-02-08T09:14:08Z",
            "first_flight": "2006-12-10T01:47:35Z"
        },
        {
            "id": 502,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/502/?format=api",
            "name": "Sandra Magnus",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P157DT8H43M26S",
            "eva_time": "P0D",
            "age": 60,
            "date_of_birth": "1964-10-30",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Sandra Hall Magnus is an American engineer and a former NASA astronaut. She returned to Earth with the crew of STS-119 Discovery on March 28, 2009, after having spent 134 days in orbit. She was assigned to the crew of STS-135, the final mission of the Space Shuttle. She is also a licensed amateur radio operator with the call sign KE5FYE.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Sandra_Magnus",
            "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/sandra_magnus_image_20220911033740.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190025.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 0,
            "last_flight": "2011-07-08T15:29:04Z",
            "first_flight": "2002-10-07T19:45:51Z"
        },
        {
            "id": 279,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/279/?format=api",
            "name": "Roberto Vittori",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P35DT12H25M25S",
            "eva_time": "P0D",
            "age": 60,
            "date_of_birth": "1964-10-15",
            "date_of_death": null,
            "nationality": "Italian",
            "bio": "Roberto Vittori (born 15 October 1964 in Viterbo) is an Italian air force officer and an ESA astronaut. After graduating from the Italian Accademia Aeronautica in 1989, Vittori flew in the Italian Air Force. He then trained as a test pilot in the United States.\r\n\r\nIn 1998, Vittori was selected by the ESA to join the European Astronaut Corps. Since then, he has participated in three spaceflights: the Soyuz TM-34/33 and Soyuz TMA-6/5 taxi flights to the ISS, as well as STS-134, the penultimate mission of the American Space Shuttle Program. He was the last non-American to fly aboard the shuttle.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Roberto_Vittori",
            "agency": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                "name": "European Space Agency",
                "featured": false,
                "type": "Multinational",
                "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX,BEL",
                "abbrev": "ESA",
                "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
                "administrator": "Director General: Josef Aschbacher",
                "founding_year": "1975",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/roberto2520vittori_image_20181201224249.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185604.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 0,
            "last_flight": "2011-05-16T12:56:28Z",
            "first_flight": "2002-04-25T06:26:35Z"
        },
        {
            "id": 209,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/209/?format=api",
            "name": "Nie Haisheng",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P111DT14H13M24S",
            "eva_time": "PT5H55M",
            "age": 60,
            "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.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/nie_haisheng_image_20210616062454.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185955.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 1,
            "last_flight": "2021-06-17T01:22:31Z",
            "first_flight": "2005-10-12T01:00:03Z"
        },
        {
            "id": 540,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/540/?format=api",
            "name": "Eric Boe",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P28DT15H33M57S",
            "eva_time": "P0D",
            "age": 60,
            "date_of_birth": "1964-10-01",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Eric Allen Boe  is a United States Air Force fighter pilot Colonel, test pilot, a Civil Air Patrol member, and a NASA astronaut. He flew as the pilot of Space Shuttle missions STS-126 and STS-133.",
            "twitter": "https://twitter.com/Astro_Boe",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Eric_Boe",
            "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/eric2520boe_image_20181203165347.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185636.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0,
            "last_flight": "2011-02-24T21:53:24Z",
            "first_flight": "2008-11-15T00:55:39Z"
        },
        {
            "id": 486,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/486/?format=api",
            "name": "Stephen Frick",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P23DT14H3M11S",
            "eva_time": "P0D",
            "age": 60,
            "date_of_birth": "1964-09-30",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Stephen Nathaniel Frick is an American astronaut and a veteran of two Space Shuttle missions. Raised in Pittsburgh, Pennsylvania, Frick graduated from Pine-Richland High School in 1982, earned a degree in aerospace engineering from the United States Naval Academy in 1986, was commissioned as a United States Navy officer, and trained as a F/A-18 fighter pilot. Stationed aboard the carrier USS Saratoga, he flew combat missions during the Gulf War and then earned a master's degree in aeronautical engineering from the Naval Postgraduate School in 1994.\r\n\r\nFrick was selected as a NASA astronaut candidate in 1996 and was trained as a Space Shuttle pilot. He piloted mission STS-110, a docking mission with the International Space Station.\r\n\r\nIn July 2006, Frick was assigned to command the crew of STS-122. The 12-day mission delivered the European Space Agency's Columbus laboratory and returned Expedition 16 Flight Engineer Daniel M. Tani to Earth. The mission launched February 7, 2008, and touched down February 20, 2008. NASA announced his retirement in July 2015.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Stephen_Frick",
            "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/stephen_frick_image_20220911033547.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185804.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0,
            "last_flight": "2008-02-07T19:45:30Z",
            "first_flight": "2002-04-08T20:44:19Z"
        },
        {
            "id": 250,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/250/?format=api",
            "name": "Salizhan Sharipov",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P201DT14H49M19S",
            "eva_time": "PT10H34M",
            "age": 60,
            "date_of_birth": "1964-08-24",
            "date_of_death": null,
            "nationality": "Kyrgyz",
            "bio": "Salizhan Shakirovich Sharipov (Russian: Салижан Шакирович Шарипов) (born 24 August 1964) is a Kyrgyzstani cosmonaut. Sharipov is a co-author and investigator for the Advanced Diagnostic Ultrasound in Microgravity project. He has been to space twice (launched from the U.S. as an astronaut in 1998 and from Russia as a cosmonaut in 2004) and has conducted two spacewalks. Sharipov retired on 18 July 2008.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Salizhan_Sharipov",
            "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/salizhan2520sharipov_image_20181201220513.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190445.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 2,
            "last_flight": "2004-10-14T03:06:26Z",
            "first_flight": "1998-01-23T02:48:15Z"
        }
    ]
}