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

{
  "count": 853,
  "next": "https://lldev.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=110&ordering=status",
  "previous": "https://lldev.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=90&ordering=status",
  "results": [
    {
      "id": 753,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/753/?format=api",
      "name": "Ali AlQarni",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P9DT5H27M51S",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "Saudi",
      "bio": "Ali AlQarni is an astronaut representing the Kingdom of Saudi Arabia and serving as a mission specialist on the Ax-2 mission. AlQarni graduated with a Bachelor of Aerospace Science from King Faisal Air Academy. AlQarni is an Air Force captain and fighter pilot. He has 12 years of experience flying fighter aircrafts and 2,387 flight hours.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Ali_AlQarni",
      "agency": {
        "id": 1047,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1047/?format=api",
        "name": "Saudi Space Agency",
        "featured": false,
        "type": "Government",
        "country_code": "SAU",
        "abbrev": "SSA",
        "description": "The Saudi Space Agency, previously known as the Saudi Space Commission (SSC), is a Saudi independent government entity established by a royal order on December 27, 2018 and elevated to an agency on June 14, 2023.",
        "administrator": "CEO: Muhammad al-Tamimi",
        "founding_year": "2018",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null,
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/saudi_space_age_image_20240820182309.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ali_alqarni_image_20230213181809.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185906.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2023-05-21T21:37:09Z",
      "first_flight": "2023-05-21T21:37:09Z"
    },
    {
      "id": 524,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/524/?format=api",
      "name": "Tracy Caldwell Dyson",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P372DT18H37M35S",
      "eva_time": "PT23H20M",
      "age": 56,
      "date_of_birth": "1969-08-14",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Tracy Caldwell Dyson is an American chemist and NASA astronaut. Caldwell Dyson was a Mission Specialist on Space Shuttle Endeavour flight STS-118 in August 2007. She was part of the Expedition 24 crew on the International Space Station between April 4, 2010 and September 25, 2010. She has completed three spacewalks, logging more than 22 hrs of EVA including work to replace a malfunctioning coolant pump.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Tracy_Caldwell_Dyson",
      "agency": {
        "id": 44,
        "url": "https://lldev.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: Jared Isaacman",
        "founding_year": "1958",
        "launchers": "Space Shuttle | SLS",
        "spacecraft": "Orion",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tracy_caldwell__image_20220911033954.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190252.jpeg",
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 4,
      "last_flight": "2024-03-23T12:36:10Z",
      "first_flight": "2007-08-08T22:36:42Z"
    },
    {
      "id": 86,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/86/?format=api",
      "name": "Chen Dong",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P418DT15H16M48S",
      "eva_time": "P1DT12H52M",
      "age": 47,
      "date_of_birth": "1978-12-12",
      "date_of_death": null,
      "nationality": "Chinese",
      "bio": "Chen Dong (simplified Chinese: 陈冬; traditional Chinese: 陳冬; pinyin: Chén Dōng; born 12 December 1978) is a Chinese pilot and astronaut selected as part of the Shenzhou program.\r\n\r\nHe was selected to fly on the Shenzhou 11 mission in October 2016 with astronaut Jing Haipeng. The two underwent more than 3,000 hours of training before the launch of the spacecraft. On 17 October 2016 On 07:30 local time (23:30 GMT on 16 October), Chen lifted off with Shenzhou 11 for a 33-day space mission to the Tiangong-2 space station as his first spaceflight, launched from the Jiuquan Satellite Launch Center using a Long March 2F launch rocket. The crew landed successfully after the 33 day mission on 18 November 2016, marking China's longest manned space flight to date. The reentry module of the Shenzhou-11 spacecraft landed in Inner Mongolia around 2.15 p.m(China time) after detaching from the space lab on 17 November.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Chen_Dong_(astronaut)",
      "agency": {
        "id": 17,
        "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_logo_20190207032431.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/chen_dong_image_20220604084758.png",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190228.png",
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 6,
      "last_flight": "2025-04-24T09:17:31Z",
      "first_flight": "2016-10-16T23:30:31Z"
    },
    {
      "id": 209,
      "url": "https://lldev.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": 61,
      "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://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_logo_20190207032431.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nie_haisheng_image_20210616062454.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.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": 57,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/57/?format=api",
      "name": "Aidyn Aimbetov",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P9DT20H13M17S",
      "eva_time": "P0D",
      "age": 53,
      "date_of_birth": "1972-07-27",
      "date_of_death": null,
      "nationality": "Kazakh",
      "bio": "Aimbetov was selected to the first Kazakh cosmonaut class in 2002, along with Mukhtar Aimakhanov, out of a pool of 2,000 candidates. From 2003 to 2009, he trained in Russia as a cosmonaut at Star City. He returned to Astana, in Kazakhstan, after failing to secure a spaceflight. He had been scheduled to fly in autumn 2009, but due to the world financial crisis, this fell through. Aimakhanov remained in Russia, becoming a Russian citizen, making Aimbetov the sole Kazakhstani cosmonaut. \r\n\r\nIn June 2015, he was selected to fly on the Soyuz TMA-18M mission in place of singer Sarah Brightman who had withdrawn in May 2015, and her backup, Satoshi Takamatsu, who had also withdrawn. The mission was projected to launch to the International Space Station on 1 September 2015.[4] Aimbetov becomes the third Kazakh-born cosmonaut to fly since Kazakhstan's independence in 1991, and the first to fly under the Kazakh flag, and as part of KazCosmos.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Aidyn_Aimbetov",
      "agency": {
        "id": 182,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/182/?format=api",
        "name": "National Space Agency of the Republic of Kazakhstan",
        "featured": false,
        "type": "Government",
        "country_code": "KAZ",
        "abbrev": "KazCosmos",
        "description": "The National Space Agency of the Republic of Kazakhstan, or KazCosmos, was founded in 2007. They have launched 3 satellites, 2 of which are still in operation, KazSat-2 and KazSat-3. Their first cosmonaut class had to cosmonauts, one of which, Aidyn Aimbetov, flew aboard the ISS for 10 days. KazCosmos is heavily linked to the Russian Space Agency due to the Russian's primary launch site being Baikonur Cosmodrome, which is located in Kazakhstan.",
        "administrator": "Administrator: Talgat Musabayev",
        "founding_year": "2007",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null,
        "logo_url": null
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/aidyn2520aimbetov_image_20181128214459.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190733.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2015-09-02T04:37:43Z",
      "first_flight": "2015-09-02T04:37:43Z"
    },
    {
      "id": 296,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/296/?format=api",
      "name": "Zhai Zhigang",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P185DT5H59M37S",
      "eva_time": "PT12H58M",
      "age": 59,
      "date_of_birth": "1966-10-10",
      "date_of_death": null,
      "nationality": "Chinese",
      "bio": "Zhai Zhigang (born October 10, 1966) is a major general in the People's Liberation Army Air Force and a CNSA astronaut. During the Shenzhou 7 mission in 2008, he became the first Chinese citizen to carry out a spacewalk.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Zhai_Zhigang",
      "agency": {
        "id": 17,
        "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_logo_20190207032431.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/zhai_zhigang_image_20211014075835.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185732.jpeg",
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 3,
      "last_flight": "2021-10-15T16:23:56Z",
      "first_flight": "2008-09-25T13:10:04Z"
    },
    {
      "id": 198,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/198/?format=api",
      "name": "Alexander Misurkin",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P346DT7H3M41S",
      "eva_time": "P1DT4H14M",
      "age": 48,
      "date_of_birth": "1977-09-23",
      "date_of_death": null,
      "nationality": "Russian",
      "bio": "Alexander Alexanderovich Misurkin (Russian: Aлександр Aлександрович Мисуркин) born on September 23, 1977, a major in the Russian Air Force, is a Russian cosmonaut, selected in 2006. He flew aboard Soyuz TMA-08M on 28 March 2013 as his first space mission, and launched on Soyuz MS-06 as his second flight, in 2017. He was Commander of the International Space Station for Expedition 54.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Alexander_Misurkin",
      "agency": {
        "id": 63,
        "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/alexander_misur_image_20211102151859.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190640.jpeg",
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 4,
      "last_flight": "2021-12-08T07:38:15Z",
      "first_flight": "2013-03-28T20:43:20Z"
    },
    {
      "id": 225,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/225/?format=api",
      "name": "Marcos Pontes",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P9DT21H17M40S",
      "eva_time": "P0D",
      "age": 63,
      "date_of_birth": "1963-03-11",
      "date_of_death": null,
      "nationality": "Brazilian",
      "bio": "Marcos Cesar Pontes (born March 11, 1963) is a Brazilian Air Force pilot, engineer, AEB astronaut and author. He became the first South American and the first Lusophone to go into space when he launched into the International Space Station aboard Soyuz TMA-8 on March 30, 2006. He is the only Brazilian to have completed the NASA astronaut training program, although he switched to training in Russia after NASA's Space Shuttle program encountered problems.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Marcos_Pontes",
      "agency": {
        "id": 12,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/12/?format=api",
        "name": "Brazilian Space Agency",
        "featured": false,
        "type": "Government",
        "country_code": "BRA",
        "abbrev": "AEB",
        "description": "The Brazilian Space Agency is a space agency in South America.  They work in partnership with the US and Russia aboard the ISS. It was previously operated by the military until 1994. They now operate largely in tandem with other nations. They run a spaceport and rocket launch site both in Brazil. They built the VLM small satellite launch system in tandem with Germany. The VLS-1 was intended to be a primary launch vehicle for the BSA, but it failed 3 times and was canceled. They have restarted work on the system in tandem with the Russian Space Agency.",
        "administrator": "Administrator: Marco Antonio Chamon",
        "founding_year": "1961",
        "launchers": "VLM | VLS",
        "spacecraft": "None",
        "parent": null,
        "image_url": null,
        "logo_url": null
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/marcos2520pontes_image_20181201212435.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191138.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2006-03-30T02:30:20Z",
      "first_flight": "2006-03-30T02:30:20Z"
    },
    {
      "id": 145,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/145/?format=api",
      "name": "Warren Hoburg",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P185DT22H43M9S",
      "eva_time": "PT11H38M",
      "age": 40,
      "date_of_birth": "1985-09-16",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Warren Woodrow \"Woody\" Hoburg is an American engineer and NASA astronaut of the class of 2017.",
      "twitter": "https://twitter.com/Astro_Woody",
      "instagram": "https://www.instagram.com/whoburg",
      "wiki": "https://en.wikipedia.org/wiki/Warren_Hoburg",
      "agency": {
        "id": 44,
        "url": "https://lldev.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: Jared Isaacman",
        "founding_year": "1958",
        "launchers": "Space Shuttle | SLS",
        "spacecraft": "Orion",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/warren2520hoburg_image_20181129210410.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190516.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 2,
      "last_flight": "2023-03-02T05:34:14Z",
      "first_flight": "2023-03-02T05:34:14Z"
    },
    {
      "id": 505,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/505/?format=api",
      "name": "Donald Pettit",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P590DT1H38M42S",
      "eva_time": "PT13H17M",
      "age": 70,
      "date_of_birth": "1955-04-20",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Donald Roy Pettit is an American chemical engineer and a NASA astronaut. He is a veteran of two long-duration stays aboard the International Space Station, one space shuttle mission and a six-week expedition to find meteorites in Antarctica. As of 2018, at age 63, he is NASA's oldest active astronaut.",
      "twitter": "https://twitter.com/PettitDonald",
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Donald_Pettit",
      "agency": {
        "id": 44,
        "url": "https://lldev.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: Jared Isaacman",
        "founding_year": "1958",
        "launchers": "Space Shuttle | SLS",
        "spacecraft": "Orion",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/donald2520pettit_image_20181203160928.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191002.jpeg",
      "flights_count": 4,
      "landings_count": 4,
      "spacewalks_count": 2,
      "last_flight": "2024-09-11T16:23:12Z",
      "first_flight": "2002-11-24T00:49:47Z"
    }
  ]
}