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=670&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=680&ordering=-status",
  "previous": "https://lldev.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=660&ordering=-status",
  "results": [
    {
      "id": 591,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/591/?format=api",
      "name": "Edwin Jacob Garn",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 4,
        "name": "Non-Astronaut Passenger"
      },
      "in_space": false,
      "time_in_space": "P6DT23H55M23S",
      "eva_time": "P0D",
      "age": 93,
      "date_of_birth": "1932-10-12",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Edwin Jacob \"Jake\" Garn (born October 12, 1932) is an American astronaut and politician, a member of the Republican Party, who served as a U.S. Senator representing Utah from 1974 to 1993. Garn became the first sitting member of the United States Congress to fly in space when he flew aboard the Space Shuttle Discovery as a Payload Specialist during NASA mission STS-51-D (April 12–19, 1985).",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Jake_Garn",
      "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/edwin2520jacob2520garn_image_20190211162357.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185329.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "1985-04-12T13:59:05Z",
      "first_flight": "1985-04-12T13:59:05Z"
    },
    {
      "id": 605,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/605/?format=api",
      "name": "Lawrence J. DeLucas",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 5,
        "name": "Payload Specialist"
      },
      "in_space": false,
      "time_in_space": "P13DT19H29M37S",
      "eva_time": "P0D",
      "age": 75,
      "date_of_birth": "1950-07-11",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Lawrence James \"Larry\" DeLucas (O. D., Ph.D.) is an American biochemist who flew aboard NASA Space Shuttle mission STS-50 as a Payload Specialist. \r\nDeLucas was a member of the crew of Space Shuttle Columbia for STS-50 (June 25-July 9, 1992), the United States Microgravity Laboratory-1 (USML-1) Spacelab mission. Over a two-week period, the crew conducted a wide variety of experiments relating to materials processing and fluid physics. At mission conclusion, DeLucas had traveled over 5.7 million miles in 221 Earth orbits, and had logged over 331 hours in space.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Lawrence_J._DeLucas",
      "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/lawrence2520j.2520delucas_image_20190211162515.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185709.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "1992-06-25T16:12:23Z",
      "first_flight": "1992-06-25T16:12:23Z"
    },
    {
      "id": 376,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/376/?format=api",
      "name": "David Leestma",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P22DT4H32M21S",
      "eva_time": "PT3H27M",
      "age": 76,
      "date_of_birth": "1949-05-06",
      "date_of_death": null,
      "nationality": "American",
      "bio": "David Cornell Leestma is a former American astronaut and retired Captain in the United States Navy.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/David_Leestma",
      "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/david2520leestma_image_20181202121039.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185617.jpeg",
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 1,
      "last_flight": "1992-03-24T13:13:39Z",
      "first_flight": "1984-10-05T11:03:00Z"
    },
    {
      "id": 385,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/385/?format=api",
      "name": "Michael J. McCulley",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P4DT23H39M20S",
      "eva_time": "P0D",
      "age": 82,
      "date_of_birth": "1943-08-04",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Michael James \"Mike\" McCulley is a retired American naval officer and aviator, test pilot, metallurgical engineer, former NASA astronaut, and was the first submariner in space.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Michael_J._McCulley",
      "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/michael2520j.2520mcculley_image_20181202133602.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185500.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "1989-10-18T16:53:40Z",
      "first_flight": "1989-10-18T16:53:40Z"
    },
    {
      "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"
    },
    {
      "id": 458,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/458/?format=api",
      "name": "Andy Thomas",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P177DT13H22M36S",
      "eva_time": "PT8H56M",
      "age": 74,
      "date_of_birth": "1951-12-18",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Andrew \"Andy\" Sydney Withiel Thomas, AO is an Australian-born American aerospace engineer and a NASA astronaut. He became a U.S. citizen in December 1986, hoping to gain entry to NASA's astronaut program. He is married to fellow NASA astronaut Shannon Walker.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Andy_Thomas",
      "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/andy2520thomas_image_20181202150149.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190240.jpeg",
      "flights_count": 4,
      "landings_count": 4,
      "spacewalks_count": 1,
      "last_flight": "2005-07-26T14:39:00Z",
      "first_flight": "1996-05-19T10:30:00Z"
    },
    {
      "id": 421,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/421/?format=api",
      "name": "James S. Voss",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P203DT5H27M41S",
      "eva_time": "PT22H45M",
      "age": 77,
      "date_of_birth": "1949-03-03",
      "date_of_death": null,
      "nationality": "American",
      "bio": "James Shelton Voss is a retired United States Army Colonel and NASA astronaut. During his time with NASA, Voss flew in space five times on board the Space Shuttle and International Space Station. He also served as deputy of Flight Operations for the Space Station Program Mission Integration and Operations Office. While participating in ISS Expedition 2, he and Susan Helms conducted an 8-hour and 56 minute spacewalk, the longest to date.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/James_S._Voss",
      "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/james2520s.2520voss_image_20181202141642.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190239.jpeg",
      "flights_count": 5,
      "landings_count": 5,
      "spacewalks_count": 4,
      "last_flight": "2001-03-08T11:42:09Z",
      "first_flight": "1991-11-24T23:44:00Z"
    },
    {
      "id": 336,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/336/?format=api",
      "name": "John Oliver Creighton",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P16DT20H22M34S",
      "eva_time": "P0D",
      "age": 82,
      "date_of_birth": "1943-04-28",
      "date_of_death": null,
      "nationality": "American",
      "bio": "John Oliver Creighton is a former NASA astronaut who flew three Space Shuttle missions.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/John_Oliver_Creighton",
      "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/john2520oliver2520creighton_image_20181202102551.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191204.jpeg",
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 0,
      "last_flight": "1991-09-12T23:11:04Z",
      "first_flight": "1985-06-17T11:33:00Z"
    },
    {
      "id": 367,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/367/?format=api",
      "name": "Ronald J. Grabe",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P26DT3H54M36S",
      "eva_time": "P0D",
      "age": 80,
      "date_of_birth": "1945-06-13",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Ronald John Grabe is a former NASA astronaut.\r\n\r\nHe has earned the Air Force Distinguished Flying Cross, the Air Medal with 7 Oak Leaf Clusters, the Air Force Meritorious Service Medal, the Liethen-Tittle Award (for Outstanding Student at the USAF Test Pilot School), the Royal Air Force Cross, the NASA Exceptional Service Medal, and NASA Space Flight Medals.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Ronald_J._Grabe",
      "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/ronald2520j.2520grabe_image_20181202120203.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190158.jpeg",
      "flights_count": 4,
      "landings_count": 4,
      "spacewalks_count": 0,
      "last_flight": "1993-06-21T13:07:22Z",
      "first_flight": "1985-10-03T15:15:30Z"
    },
    {
      "id": 405,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/405/?format=api",
      "name": "Tamara E. Jernigan",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P63DT1H23M47S",
      "eva_time": "PT7H55M",
      "age": 66,
      "date_of_birth": "1959-05-07",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Tamara Elizabeth \"Tammy\" Jernigan, Ph.D. is an American scientist and former NASA astronaut and a veteran of five shuttle missions.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Tamara_E._Jernigan",
      "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/tamara2520e.2520jernigan_image_20181202140101.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190539.jpeg",
      "flights_count": 5,
      "landings_count": 5,
      "spacewalks_count": 1,
      "last_flight": "1999-05-27T10:49:42Z",
      "first_flight": "1991-06-05T13:24:51Z"
    }
  ]
}