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=110&ordering=-spacewalks_count
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=120&ordering=-spacewalks_count",
  "previous": "https://lldev.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=100&ordering=-spacewalks_count",
  "results": [
    {
      "id": 666,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/666/?format=api",
      "name": "Ye Guangfu",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P374DT13H58M8S",
      "eva_time": "PT21H5M",
      "age": 45,
      "date_of_birth": "1980-09-01",
      "date_of_death": null,
      "nationality": "Chinese",
      "bio": "Chinese astronaut Ye Guangfu was born in 1980 in the Sichuan province of China. He is an air force pilot and spent four years as an instructor and four years as a jet fighter pilot amassing 1100 hours of flight time. Ye was recruited as an astronaut trainee for China’s Astronaut Center in 2010 and qualified in 2014.\r\n\r\nBirth day unkown.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Ye_Guangfu",
      "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/ye_guangfu_image_20211014075904.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190809.jpeg",
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 3,
      "last_flight": "2024-04-25T12:59:00Z",
      "first_flight": "2021-10-15T16:23:56Z"
    },
    {
      "id": 139,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/139/?format=api",
      "name": "Richard Hieb",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P32DT33M45S",
      "eva_time": "PT15H55M",
      "age": 70,
      "date_of_birth": "1955-09-21",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Richard James Hieb is a former NASA astronaut and a veteran of three space shuttle missions. He was a mission specialist on STS-39 and STS-49, and was a payload commander on STS-65.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Richard_Hieb",
      "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/richard2520hieb_image_20181129205559.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190037.jpeg",
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 3,
      "last_flight": "1994-07-08T16:43:01Z",
      "first_flight": "1991-04-28T11:33:14Z"
    },
    {
      "id": 560,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/560/?format=api",
      "name": "Joseph M. Acaba",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P306DT34M51S",
      "eva_time": "PT19H46M",
      "age": 58,
      "date_of_birth": "1967-05-17",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Joseph Michael \"Joe\" Acaba is an American educator, hydrogeologist, and NASA astronaut. In May 2004 he became the first person of Puerto Rican heritage to be named as a NASA astronaut candidate, when he was selected as a member of NASA Astronaut Training Group 19. He completed his training on February 10, 2006 and was assigned to STS-119, which flew from March 15 to March 28, 2009 to deliver the final set of solar arrays to the International Space Station. Acaba served as a Flight Engineer aboard the International Space Station, having launched on May 15, 2012. He arrived at the space station on May 17 and returned to Earth on September 17, 2012. Acaba returned to the International Space Station in 2017 as a member of Expedition 53/54.",
      "twitter": "https://twitter.com/AstroAcaba",
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Joseph_M._Acaba",
      "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/joseph2520m.2520acaba_image_20181203171712.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191202.jpeg",
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 3,
      "last_flight": "2017-09-12T21:17:02Z",
      "first_flight": "2009-03-15T23:43:44Z"
    },
    {
      "id": 407,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/407/?format=api",
      "name": "Pierre J. Thuot",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P27DT8H51M37S",
      "eva_time": "PT15H55M",
      "age": 70,
      "date_of_birth": "1955-05-19",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Pierre Joseph Thuot is a retired United States Navy Captain and NASA astronaut. He went into space three times, spending over 650 hours in space, including over 15 hours in three space walks. He is a former U.S. record holder for time spent on one space walk, and participated in the first three-person space walk.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Pierre_J._Thuot",
      "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/pierre2520j.2520thuot_image_20181202140221.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190013.jpeg",
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 3,
      "last_flight": "1994-03-04T13:53:01Z",
      "first_flight": "1990-02-28T07:50:22Z"
    },
    {
      "id": 43,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/43/?format=api",
      "name": "Alan Bean",
      "status": {
        "id": 11,
        "name": "Deceased"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P10DT5H55M44S",
      "eva_time": "PT10H26M18S",
      "age": 86,
      "date_of_birth": "1932-03-15",
      "date_of_death": "2018-05-26",
      "nationality": "American",
      "bio": "Alan LaVern Bean was an American naval officer and naval aviator, aeronautical engineer, test pilot, and NASA astronaut; he was the fourth person to walk on the Moon. He was selected to become an astronaut by NASA in 1963 as part of Astronaut Group 3.\r\n\r\nHe made his first flight into space aboard Apollo 12, the second manned mission to land on the Moon, at age 37 in November 1969. He made his second and final flight into space on the Skylab 3 mission in 1973, the second manned mission to the Skylab space station. After retiring from the United States Navy in 1975 and NASA in 1981, he pursued his interest in painting, depicting various space-related scenes and documenting his own experiences in space as well as that of his fellow Apollo program astronauts. He was the last living crew member of Apollo 12.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Alan_Bean",
      "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/alan2520bean_image_20181128145355.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191125.jpeg",
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 3,
      "last_flight": "1973-07-28T11:10:50Z",
      "first_flight": "1969-11-14T16:22:00Z"
    },
    {
      "id": 544,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/544/?format=api",
      "name": "Michael Barratt",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P446DT15H22M42S",
      "eva_time": "PT5H37M",
      "age": 66,
      "date_of_birth": "1959-04-16",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Michael Reed Barratt is an American physician and a NASA astronaut. Specializing in aerospace medicine, he served as a flight surgeon for NASA before his selection as an astronaut, and has played a role in developing NASA's space medicine programs for both the Shuttle-Mir Program and International Space Station. His first spaceflight was a long-duration mission to the International Space Station, as a Flight Engineer in the Expedition 19 and 20 crew. In March 2011, Barratt completed his second spaceflight as a crew member of STS-133.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Michael_Barratt_(astronaut)",
      "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/michael_barratt_image_20220911034324.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190953.jpeg",
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 3,
      "last_flight": "2024-03-04T03:53:38Z",
      "first_flight": "2009-03-26T11:49:18Z"
    },
    {
      "id": 187,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/187/?format=api",
      "name": "Vladimir Lyakhov",
      "status": {
        "id": 11,
        "name": "Deceased"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P333DT7H47M46S",
      "eva_time": "PT7H7M",
      "age": 76,
      "date_of_birth": "1941-07-20",
      "date_of_death": "2018-04-19",
      "nationality": "Russian",
      "bio": "Vladimir Afanasyevich Lyakhov (Russian: Влади́мир Афана́сьевич Ля́хов; 20 July 1941 – 19 April 2018) was a Russian Soviet cosmonaut.\r\n\r\nHe was selected as cosmonaut on 5 May 1967, and retired on 7 September 1994. Lyakhov was the Commander on Soyuz 32, Soyuz T-9, and Soyuz TM-6, and spent 333 days, 7 hours, 47 minutes in space.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Vladimir_Lyakhov",
      "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/vladimir2520lyakhov_image_20181130000114.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185507.jpeg",
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 3,
      "last_flight": "1988-08-29T04:23:11Z",
      "first_flight": "1979-02-25T11:53:49Z"
    },
    {
      "id": 252,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/252/?format=api",
      "name": "Anton Shkaplerov",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P709DT8H4M40S",
      "eva_time": "PT21H39M",
      "age": 54,
      "date_of_birth": "1972-02-20",
      "date_of_death": null,
      "nationality": "Russian",
      "bio": "Anton Nikolaevich Shkaplerov (Russian: Антон Николаевич Шкаплеров) (born February 20, 1972 in Sevastopol, Ukrainian SSR) is a Russian cosmonaut. He is a veteran of three spaceflights and is a former Commander of the International Space Station.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Anton_Shkaplerov",
      "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/anton_shkaplero_image_20211001184311.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190702.jpeg",
      "flights_count": 4,
      "landings_count": 4,
      "spacewalks_count": 3,
      "last_flight": "2021-10-05T08:55:02Z",
      "first_flight": "2011-11-14T04:14:03Z"
    },
    {
      "id": 50,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/50/?format=api",
      "name": "Owen K. Garriott",
      "status": {
        "id": 11,
        "name": "Deceased"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P69DT17H56M1S",
      "eva_time": "PT13H43M",
      "age": 88,
      "date_of_birth": "1930-11-22",
      "date_of_death": "2019-04-15",
      "nationality": "American",
      "bio": "Owen Kay Garriott is an American electrical engineer and former NASA astronaut, who spent 60 days aboard the Skylab space station in 1973 during the Skylab 3 mission, and 10 days aboard Spacelab-1 on a Space Shuttle mission in 1983.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Owen_K._Garriott",
      "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/owen2520k.2520garriott_image_20190415193012.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190930.jpeg",
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 3,
      "last_flight": "1983-11-28T16:00:00Z",
      "first_flight": "1973-07-28T11:10:50Z"
    },
    {
      "id": 573,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/573/?format=api",
      "name": "Jessica Meir",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": true,
      "time_in_space": "P255DT8H58M12S",
      "eva_time": "PT21H44M",
      "age": 48,
      "date_of_birth": "1977-07-01",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Jessica Ulrika Meir is Assistant Professor of Anesthesia at Harvard Medical School, Massachusetts General Hospital, Boston, following postdoctoral research in comparative physiology at the University of British Columbia. She has studied the diving physiology and behavior of emperor penguins in Antarctica, and the physiology of bar-headed geese, which are able to migrate over the Himalayas. In 2000, Meir graduated with a Master of Space Studies from the International Space University in Strasbourg, France. In September 2002, Meir served as an aquanaut on the NASA Extreme Environment Mission Operations 4 (NEEMO 4) crew. In June 2013 she was named an astronaut candidate by NASA, becoming one of the eight members of NASA Astronaut Group 21. She is from Caribou, Maine.",
      "twitter": "https://twitter.com/Astro_Jessica",
      "instagram": "https://www.instagram.com/astro_jessica/",
      "wiki": "https://en.wikipedia.org/wiki/Jessica_Meir",
      "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/jessica_meir_image_20200417064900.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190924.jpeg",
      "flights_count": 2,
      "landings_count": 1,
      "spacewalks_count": 3,
      "last_flight": "2026-02-13T10:15:56Z",
      "first_flight": "2019-09-25T13:57:42Z"
    }
  ]
}