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=730&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=740&ordering=spacewalks_count",
  "previous": "https://lldev.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=720&ordering=spacewalks_count",
  "results": [
    {
      "id": 126,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/126/?format=api",
      "name": "Gregory Harbaugh",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P34DT1H58M40S",
      "eva_time": "PT18H29M",
      "age": 69,
      "date_of_birth": "1956-04-15",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Gregory Jordan Harbaugh is a former NASA astronaut that spent 34 days in space through four Space Shuttle missions including the first . docking missions with the Russian Space Station Mir and the second Hubble Space Telescope servicing mission.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Gregory_J._Harbaugh",
      "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/gregory2520harbaugh_image_20181129203134.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190453.jpeg",
      "flights_count": 4,
      "landings_count": 4,
      "spacewalks_count": 3,
      "last_flight": "1997-02-11T08:55:17Z",
      "first_flight": "1991-04-28T11:33:14Z"
    },
    {
      "id": 7,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/7/?format=api",
      "name": "Anne McClain",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P351DT4H57M40S",
      "eva_time": "PT18H52M",
      "age": 46,
      "date_of_birth": "1979-06-07",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Anne Charlotte McClain is a lieutenant colonel in the U.S. Army currently assigned to NASA Astronaut Group 21.",
      "twitter": "https://twitter.com/AstroAnnimal",
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Anne_McClain",
      "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/anne2520mcclain_image_20181127210625.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185442.jpeg",
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 3,
      "last_flight": "2025-03-14T23:03:48Z",
      "first_flight": "2018-12-03T11:31:52Z"
    },
    {
      "id": 221,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/221/?format=api",
      "name": "Philippe Perrin",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P13DT20H35M56S",
      "eva_time": "PT21H45M",
      "age": 63,
      "date_of_birth": "1963-01-06",
      "date_of_death": null,
      "nationality": "French",
      "bio": "Philippe Perrin (Colonel, French Air Force) (born January 6, 1963) is a French test pilot and former CNES and European Space Agency astronaut.\r\nHe served as a mission specialist on the STS-111 mission in 2002 and logged over 332 hours in space, including 19 hours and 31 minutes in three spacewalks, performed with Franklin Chang-Diaz.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Philippe_Perrin",
      "agency": {
        "id": 46,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/46/?format=api",
        "name": "National Center of Space Research",
        "featured": false,
        "type": "Government",
        "country_code": "FRA",
        "abbrev": "CNES",
        "description": "The National Center of Space Research, or CNES, is a French National Agency in charge of France's space program. In partnership with the US and Russia, they have put 10 people in space. CNES works in tandem with the larger ESA to develop the Ariane 5 and work on other probes and satellites. They are working with Germany to develop a cheaper and more efficient reusable rocket, which hopefully will be ready to fly by 2026.",
        "administrator": "CEO: François Jacq",
        "founding_year": "1961",
        "launchers": "Ariane 5",
        "spacecraft": "Mars/Venus Express | Rosetta",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cnes_toulouse_e_image_20250722090314.jpg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cnes_logo_image_20250722090832.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/philippe2520perrin_image_20181201190321.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190149.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 3,
      "last_flight": "2002-06-05T21:22:49Z",
      "first_flight": "2002-06-05T21:22:49Z"
    },
    {
      "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": 533,
      "url": "https://lldev.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": 61,
      "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://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/nicholas_patric_image_20220911034553.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.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": 549,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/549/?format=api",
      "name": "Timothy Kopra",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P244DT1H1M41S",
      "eva_time": "PT12H31M",
      "age": 62,
      "date_of_birth": "1963-04-09",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Timothy Lennart \"Tim\" Kopra is an engineer, a Colonel in the United States Army and a retired NASA astronaut. He served aboard the International Space Station as a flight engineer for Expedition 20, returning to Earth aboard Space Shuttle Discovery on the STS-128 mission on September 11, 2009. He returned to the ISS for the second time in December 2015, as part of Expedition 46 and as the Commander of 47.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Timothy_Kopra",
      "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/timothy_kopra_image_20220911033908.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190242.jpeg",
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 3,
      "last_flight": "2015-12-15T11:03:09Z",
      "first_flight": "2009-07-15T22:03:10Z"
    },
    {
      "id": 395,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/395/?format=api",
      "name": "Kathryn C. Thornton",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P40DT17H13M30S",
      "eva_time": "PT21H11M",
      "age": 73,
      "date_of_birth": "1952-08-17",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Kathryn Ryan Cordell Thornton is an American scientist and a former NASA astronaut with over 975 hours in space, including 21 hours of extravehicular activity. She was the associate dean for graduate programs at the University of Virginia School of Engineering and Applied Science, currently a professor of mechanical and aerospace engineering.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Kathryn_C._Thornton",
      "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/kathryn_c._thor_image_20220911033811.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185945.jpeg",
      "flights_count": 4,
      "landings_count": 4,
      "spacewalks_count": 3,
      "last_flight": "1995-10-20T13:53:00Z",
      "first_flight": "1989-11-23T00:23:30Z"
    },
    {
      "id": 303,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/303/?format=api",
      "name": "Gerald P. Carr",
      "status": {
        "id": 11,
        "name": "Deceased"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P84DT1H15M30S",
      "eva_time": "PT15H49M",
      "age": 88,
      "date_of_birth": "1932-08-22",
      "date_of_death": "2020-08-26",
      "nationality": "American",
      "bio": "Gerald Paul Carr was an American mechanical and aeronautical engineer, former United States Marine Corps officer, naval aviator, and former NASA astronaut. He was Commander of Skylab 4, the third and final manned visit to the Skylab Orbital Workshop, from November 16, 1973 to February 8, 1974.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Gerald_P._Carr",
      "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/gerald2520p.2520carr_image_20181202090629.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191052.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 3,
      "last_flight": "1973-11-16T14:01:23Z",
      "first_flight": "1973-11-16T14:01:23Z"
    },
    {
      "id": 455,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/455/?format=api",
      "name": "Winston E. Scott",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P24DT14H34M41S",
      "eva_time": "PT18H52M",
      "age": 75,
      "date_of_birth": "1950-08-06",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Winston Elliott Scott is a retired United States Navy Captain and former NASA astronaut. He served as a mission specialist on STS-72 in 1996 and STS-87 in 1997 logged a total of 24 days, 14 hours and 34 minutes in space, including three spacewalks totaling 19 hours and 26 minutes. Winston was also a naval pilot and flew helicopters and navy planes.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Winston_E._Scott",
      "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/winston_e._scot_image_20220911033837.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191050.jpeg",
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 3,
      "last_flight": "1997-11-19T19:46:00Z",
      "first_flight": "1996-01-11T09:41:00Z"
    },
    {
      "id": 432,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/432/?format=api",
      "name": "Thomas David Jones",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P53DT49M9S",
      "eva_time": "PT19H49M",
      "age": 71,
      "date_of_birth": "1955-01-22",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Thomas David Jones is a former United States astronaut. He was selected to the astronaut corps in 1990 and completed four space shuttle flights before retiring in 2001. He flew on STS-59 and STS-68 in 1994, STS-80 in 1996 and STS-98 in 2001. His total mission time was 53 days 48 minutes. He works as a planetary scientist, space operations consultant, astronaut speaker, and author.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Thomas_David_Jones",
      "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/thomas_david_jo_image_20220911034422.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190956.jpeg",
      "flights_count": 4,
      "landings_count": 4,
      "spacewalks_count": 3,
      "last_flight": "2001-02-07T23:13:02Z",
      "first_flight": "1994-04-09T11:05:01Z"
    }
  ]
}