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

{
  "count": 853,
  "next": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=710&ordering=-flights_count",
  "previous": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=690&ordering=-flights_count",
  "results": [
    {
      "id": 813,
      "url": "https://ll.thespacedevs.com/2.2.0/astronaut/813/?format=api",
      "name": "Ephraim Rabin",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT10M8S",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "American Israeli",
      "bio": "Ephraim is an American-Israeli businessman, philanthropist, and entrepreneur. He is the founder and CEO of Parchem Fine & Specialty Chemicals, a technology company revolutionizing supply chains for specialized raw materials and ingredients globally. Ephraim is a trustee and mentor at a variety of organizations and think tanks, as well as a race car driver, chef, and avid skier and adventurer. Ephraim and his family split their time between New York, Israel, and the Caribbean.",
      "twitter": "https://x.com/ephraimrabin",
      "instagram": "https://www.instagram.com/ephrabin/",
      "wiki": null,
      "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": null,
      "profile_image_thumbnail": null,
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2024-08-29T13:07:03Z",
      "first_flight": "2024-08-29T13:07:03Z"
    },
    {
      "id": 590,
      "url": "https://ll.thespacedevs.com/2.2.0/astronaut/590/?format=api",
      "name": "Gary Payton",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P3DT1H33M",
      "eva_time": "P0D",
      "age": 77,
      "date_of_birth": "1948-06-20",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Colonel Gary Eugene Payton, USAF, (born June 20, 1948) is an American former astronaut.\r\nPayton flew on the STS-51-C mission aboard the Space Shuttle Discovery in January 1985 which launched and returned to land at the Kennedy Space Center, in Florida. STS-51C was the first dedicated Space Shuttle Department of Defense mission. Payton traveled over 1.2 million miles in 48 Earth orbits, and logged more than 73 hours in space.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Gary_Payton_(astronaut)",
      "agency": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "featured": false,
        "type": "Government",
        "country_code": "USA",
        "abbrev": "USAF",
        "description": "The United States Air Force (USAF) is the air service branch of the United States Armed Forces, and is one of the eight uniformed services of the United States. Originally created on 1 August 1907, as a part of the United States Army Signal Corps, the USAF was established as a separate branch of the United States Armed Forces in 1947 with the enactment of the National Security Act of 1947.",
        "administrator": "Commander-in-Chief: President of the US",
        "founding_year": "1947",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null,
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520states2520air2520force_logo_20230804084626.png"
      },
      "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gary2520payton_image_20181207223026.jpg",
      "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185958.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "1985-01-24T19:50:00Z",
      "first_flight": "1985-01-24T19:50:00Z"
    },
    {
      "id": 628,
      "url": "https://ll.thespacedevs.com/2.2.0/astronaut/628/?format=api",
      "name": "Toyohiro Akiyama",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 4,
        "name": "Non-Astronaut Passenger"
      },
      "in_space": false,
      "time_in_space": "P7DT21H54M28S",
      "eva_time": "P0D",
      "age": 83,
      "date_of_birth": "1942-06-22",
      "date_of_death": null,
      "nationality": "Japanese",
      "bio": "Toyohiro Akiyama (born July 22, 1942) is a Japanese TV journalist best known for his flight to the Mir space station aboard a Soviet Soyuz spacecraft in 1990. Akiyama is the first person of Japanese nationality to have flown in space.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Toyohiro_Akiyama",
      "agency": null,
      "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/toyohiro2520akiyama_image_20190211162254.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185731.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "1990-12-02T08:13:32Z",
      "first_flight": "1990-12-02T08:13:32Z"
    },
    {
      "id": 668,
      "url": "https://ll.thespacedevs.com/2.2.0/astronaut/668/?format=api",
      "name": "Yozo Hirano",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "P11DT19H35M3S",
      "eva_time": "P0D",
      "age": 41,
      "date_of_birth": "1985-01-01",
      "date_of_death": null,
      "nationality": "Japanese",
      "bio": "Born in Ehime Prefecture, Japan in 1985. Yozo joined ZOZO Co. Ltd shortly after graduating from university, in charge of management and casting director of the photography team.  After leaving ZOZO, he started working as a producer and manager for Yusaku Maezawa’s private projects.\r\n\r\nExact date of birth is unknown.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Yozo_Hirano",
      "agency": {
        "id": 1023,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1023/?format=api",
        "name": "Space Adventures",
        "featured": false,
        "type": "Private",
        "country_code": "USA",
        "abbrev": "SA",
        "description": "Space Adventures, Inc. is an American space tourism company founded in 1998 by Eric C. Anderson. Its offerings include zero-gravity atmospheric flights, orbital spaceflights and other spaceflight-related experiences including cosmonaut training, spacewalk training, and launch tours.",
        "administrator": "CEO: Eric C. Anderson",
        "founding_year": "1998",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null,
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520adventures_logo_20210504183059.jpg"
      },
      "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/yozo_hirano_image_20211102151705.jpg",
      "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190937.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2021-12-08T07:38:15Z",
      "first_flight": "2021-12-08T07:38:15Z"
    },
    {
      "id": 572,
      "url": "https://ll.thespacedevs.com/2.2.0/astronaut/572/?format=api",
      "name": "Nicole Aunapu Mann",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P157DT10H1M3S",
      "eva_time": "PT14H2M",
      "age": 48,
      "date_of_birth": "1977-06-27",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Nicole Victoria Aunapu Mann is an American test pilot and NASA astronaut. She is an F/A-18 Hornet pilot, and a graduate of the US Naval Academy, Stanford University and the US Naval Test Pilot School. She has over 2,500 flight hours in 25 types of aircraft, 200 carrier landings, and has flown 47 combat missions in Iraq and Afghanistan. Mann completed astronaut training in 2015, and was assigned in August 2018 to Boe-CFT, the first test flight of the Boeing CST-100 Starliner. In 2021 she was reassigned to a SpaceX Crew-5 flight aboard Crew Dragon spacecraft due to lengthy delays with Starliner program.",
      "twitter": "https://twitter.com/AstroDuke",
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Nicole_Aunapu_Mann",
      "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: Jared Isaacman",
        "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/nicole_aunapu_m_image_20211006163646.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185913.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 2,
      "last_flight": "2022-10-05T16:00:57Z",
      "first_flight": "2022-10-05T16:00:57Z"
    },
    {
      "id": 529,
      "url": "https://ll.thespacedevs.com/2.2.0/astronaut/529/?format=api",
      "name": "Stanley G. Love",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P12DT18H21M30S",
      "eva_time": "PT15H23M",
      "age": 60,
      "date_of_birth": "1965-06-08",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Stanley Glen Love, Ph.D. is an American scientist and a NASA astronaut from Oregon.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Stanley_G._Love",
      "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: Jared Isaacman",
        "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/stanley_g._love_image_20220911033728.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185857.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 2,
      "last_flight": "2008-02-07T19:45:30Z",
      "first_flight": "2008-02-07T19:45:30Z"
    },
    {
      "id": 64,
      "url": "https://ll.thespacedevs.com/2.2.0/astronaut/64/?format=api",
      "name": "Toktar Aubakirov",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P7DT22H12M22S",
      "eva_time": "P0D",
      "age": 79,
      "date_of_birth": "1946-07-27",
      "date_of_death": null,
      "nationality": "Kazakh",
      "bio": "Toktar Ongarbayuly Aubakirov (Kazakh: Тоқтар Оңғарбайұлы Әубәкіров, Russian: Токтар Онгарбаевич Аубакиров, born on 27 July 1946) is a retired Kazakh Air Force officer and a former cosmonaut.\r\n\r\nIn 1991, in accordance with an agreement between the governments of the USSR and the Kazakh SSR, started training at the Gagarin Cosmonaut Training Center. On 2 October 1991 he launched with Russian cosmonaut Alexander Volkov as flight commander, and the Austrian research cosmonaut Franz Viehböck in Soyuz TM-13 from the Baikonur Cosmodrome spaceport, and spent over eight days in space.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Toktar_Aubakirov",
      "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/toktar2520aubakirov_image_20181128220647.jpg",
      "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190340.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "1991-10-02T05:59:38Z",
      "first_flight": "1991-10-02T05:59:38Z"
    },
    {
      "id": 856,
      "url": "https://ll.thespacedevs.com/2.2.0/astronaut/856/?format=api",
      "name": "Deborah Martorell",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT10M12S",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "Puerto Rican",
      "bio": "Puerto Rican meteorologist and journalist. Her reporting on environmental and space topics has garnered eight Emmy Awards and two Awards of Excellence in Science Reporting from the American Meteorological Society. Her passion for space led her to participate in a 2007 microgravity flight with NASA, extensively cover Puerto Rican astronauts Joe Acabá and Marcos Berríos, and report on missions including STS-119, Artemis 1, and the launch of Puerto Rico's first nanosatellite, CuNARD-2. She was selected for the International Institute for Astronautical Sciences’ project PoSSUM, and is also a Solar System Ambassador for NASA's Jet Propulsion Laboratory and the National Oceanic and Atmospheric Administration.",
      "twitter": "https://x.com/deborahtiempo",
      "instagram": "https://www.instagram.com/deborahmartorell/",
      "wiki": null,
      "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/deborah_martore_image_20250721164208.jpg",
      "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/deborah_martore_image_thumbnail_20250721164208.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2025-08-03T12:42:16Z",
      "first_flight": "2025-08-03T12:42:16Z"
    },
    {
      "id": 853,
      "url": "https://ll.thespacedevs.com/2.2.0/astronaut/853/?format=api",
      "name": "Jim Sitkin",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT10M14S",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "American",
      "bio": "Retired law expert specalized on employment class actions on behalf of non-unionized employees, challenging industries that traditionally had rejected application of various employee protections.",
      "twitter": null,
      "instagram": null,
      "wiki": null,
      "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/jim_sitkin_offi_image_20250621125101.jpg",
      "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jim_sitkin_offi_image_thumbnail_20250621125101.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2025-06-29T14:39:56Z",
      "first_flight": "2025-06-29T14:39:56Z"
    },
    {
      "id": 350,
      "url": "https://ll.thespacedevs.com/2.2.0/astronaut/350/?format=api",
      "name": "Anna Lee Fisher",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P7DT23H44M",
      "eva_time": "P0D",
      "age": 76,
      "date_of_birth": "1949-08-24",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Anna Lee Fisher (née Tingle) is an American chemist, emergency physician, and a former NASA astronaut. Formerly married to fellow astronaut Bill Fisher, and the mother of two children, in 1984 she became the first mother in space.[4] Fisher was formerly the oldest active American astronaut.[5] During her career at NASA, she has been involved with three major programs: the Space Shuttle, the International Space Station and the Orion project.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Anna_Lee_Fisher",
      "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: Jared Isaacman",
        "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/anna_lee_fisher_image_20220911034100.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185232.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "1984-11-08T12:15:00Z",
      "first_flight": "1984-11-08T12:15:00Z"
    }
  ]
}