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=120&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=130&ordering=-spacewalks_count",
  "previous": "https://lldev.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=110&ordering=-spacewalks_count",
  "results": [
    {
      "id": 32,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/32/?format=api",
      "name": "John Young",
      "status": {
        "id": 11,
        "name": "Deceased"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P25DT37M55S",
      "eva_time": "PT20H14M24S",
      "age": 87,
      "date_of_birth": "1930-09-24",
      "date_of_death": "2018-01-05",
      "nationality": "American",
      "bio": "John Watts Young was an American astronaut, naval officer and aviator, test pilot, and aeronautical engineer. He became the ninth person to walk on the Moon as Commander of the Apollo 16 mission in 1972. Young enjoyed the longest career of any astronaut, becoming the first person to fly six space missions (with seven launches, counting his lunar liftoff) over the course of 42 years of active NASA service. He is the only person to have piloted, and been commander of, four different classes of spacecraft: Gemini, the Apollo Command/Service Module, the Apollo Lunar Module, and the Space Shuttle.\r\n\r\nIn 1965, Young flew on the first manned Gemini mission, and commanded another Gemini mission the next year. In 1969 during Apollo 10, he became the first person to fly solo around the Moon. He drove the Lunar Roving Vehicle on the Moon's surface during Apollo 16, and is one of only three people to have flown to the Moon twice. He also commanded two Space Shuttle flights, including its first launch in 1981, and served as Chief of the Astronaut Office from 1974 to 1987. Young retired from NASA in 2004. He died on January 5, 2018.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/John_Young_(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/john2520young_image_20190426143657.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190840.jpeg",
      "flights_count": 6,
      "landings_count": 6,
      "spacewalks_count": 3,
      "last_flight": "1983-11-28T16:00:00Z",
      "first_flight": "1965-03-23T14:24: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": 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": 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": 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": 288,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/288/?format=api",
      "name": "Dafydd Williams",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P28DT15H46M18S",
      "eva_time": "PT17H30M",
      "age": 71,
      "date_of_birth": "1954-05-16",
      "date_of_death": null,
      "nationality": "Canadian",
      "bio": "Dafydd Rhys \"Dave\" Williams OC (born May 16, 1954) is a Canadian physician, public speaker and a retired CSA astronaut. Williams was a mission specialist on two space shuttle missions. His first spaceflight, STS-90 in 1998, was a 16-day mission aboard Space Shuttle Columbia dedicated to neuroscience research. His second flight, STS-118 in August 2007, was flown by Space Shuttle Endeavour to the International Space Station. During that mission he performed three spacewalks, becoming the third Canadian to perform a spacewalk and setting a Canadian record for total number of spacewalks. These spacewalks combined for a total duration of 17 hours and 47 minutes.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Dafydd_Williams",
      "agency": {
        "id": 16,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/16/?format=api",
        "name": "Canadian Space Agency",
        "featured": false,
        "type": "Government",
        "country_code": "CAN",
        "abbrev": "CSA",
        "description": "The Canadian Space Agency was established by the Canadian Space Agency Act which received Royal Assent on May 10, 1990. \r\n\r\nThe Canadian space program is administered by the Canadian Space Agency. Canada has contributed technology, expertise and personnel to the world space effort, especially in collaboration with ESA and NASA. In addition to its astronauts and satellites, some of the most notable Canadian technological contributions to space exploration include the Canadarm on the Space Shuttle and Canadarm2 on the International Space Station.",
        "administrator": "President: Lisa Campbell",
        "founding_year": "1990",
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null,
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/canadian_space__image_20260402074720.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/dafydd2520williams_image_20181201225440.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185541.jpeg",
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 3,
      "last_flight": "2007-08-08T22:36:42Z",
      "first_flight": "1998-04-17T18:19:00Z"
    },
    {
      "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": 177,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/177/?format=api",
      "name": "Aleksandr Laveykin",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P174DT3H25M56S",
      "eva_time": "PT8H48M",
      "age": 74,
      "date_of_birth": "1951-04-21",
      "date_of_death": null,
      "nationality": "Russian",
      "bio": "Aleksandr Ivanovich Laveykin (Russian: Александр Иванович Лавейкин; born April 21, 1951) is a retired Soviet cosmonaut.\r\n\r\nBorn in Moscow, Laveykin was selected as a cosmonaut on December 1, 1978. He flew on one spaceflight, for the first part of the long duration expedition Mir EO-2. He flew as a flight engineer, and was both launched and landed with the spacecraft Soyuz TM-2. He spent 174 days 3 hours 25 minutes in space. Married with one child, Laveykin retired on March 28, 1994.\r\n\r\nLaunched in February 1987, his spaceflight was intended to last until December 1987, but doctors on the ground determined that he was having minor heart irregularities. For this reason, in July he was replaced by Soviet cosmonaut Aleksandr Pavlovich Aleksandrov, who stayed on Mir to the end of the expedition in December.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Laveykin",
      "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/aleksandr2520laveykin_image_20181129234612.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190050.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 3,
      "last_flight": "1987-02-05T21:38:16Z",
      "first_flight": "1987-02-05T21:38:16Z"
    },
    {
      "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": 817,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/817/?format=api",
      "name": "Lingdong Song",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P182DT8H40M39S",
      "eva_time": "PT22H42M",
      "age": 35,
      "date_of_birth": "1990-08-01",
      "date_of_death": null,
      "nationality": "Chinese",
      "bio": "Song Lingdong is a Chinese pilot and astronaut selected as part of the Shenzhou program. He enlisted in the People's Liberation Army (PLA) Air Force in August 2008, and joined the Chinese Communist Party (CCP) in March 2013. He was a Sukhoi Su-35K fighter pilot prior to joining the astronaut corps.",
      "twitter": null,
      "instagram": null,
      "wiki": null,
      "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": null,
      "profile_image_thumbnail": null,
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 3,
      "last_flight": "2024-10-29T20:27:34Z",
      "first_flight": "2024-10-29T20:27:34Z"
    }
  ]
}