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=720&ordering=landings_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=730&ordering=landings_count",
  "previous": "https://lldev.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=710&ordering=landings_count",
  "results": [
    {
      "id": 162,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/162/?format=api",
      "name": "Leonid Kizim",
      "status": {
        "id": 11,
        "name": "Deceased"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P374DT17H58M12S",
      "eva_time": "P1DT7H40M",
      "age": 68,
      "date_of_birth": "1941-08-05",
      "date_of_death": "2010-06-14",
      "nationality": "Russian",
      "bio": "Leonid Denisovich Kizim (Кизим Леонид Денисович) (August 5, 1941 – June 14, 2010) was a Soviet cosmonaut.\r\n\r\nHe was selected as a cosmonaut on October 23, 1965. Kizim flew as Commander on Soyuz T-3, Soyuz T-10 and Soyuz T-15, and also served as backup commander for Soyuz T-2. All together he spent 374 days 17 hours 56 minutes in space. On Soyuz T-15, he was part of the only crew to visit two space stations on one spaceflight (Mir and Salyut 7).",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Leonid_Kizim",
      "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/leonid2520kizim_image_20181129232451.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190101.jpeg",
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 8,
      "last_flight": "1986-03-13T12:33:09Z",
      "first_flight": "1980-11-27T14:18:28Z"
    },
    {
      "id": 273,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/273/?format=api",
      "name": "Mikhail Tyurin",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P532DT2H51M49S",
      "eva_time": "P1DT1H30M",
      "age": 66,
      "date_of_birth": "1960-03-02",
      "date_of_death": null,
      "nationality": "Russian",
      "bio": "Mikhail Vladislavovich Tyurin (Russian: Михаил Владиславович Тюрин) (born March 2, 1960) is a former Russian cosmonaut who flew several missions to the International Space Station and completed four spacewalks during his career. He is called a hero of the Russian Federation for his work as a cosmonaut.\r\n\r\nIn 1994 he was selected to begin cosmonaut training, and in 1998 he started training as a flight engineer for the Expedition 3 crew. He also served as a backup crew member for the first ISS mission.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Mikhail_Tyurin",
      "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/mikhail2520tyurin_image_20181201223437.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190141.jpeg",
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 5,
      "last_flight": "2013-11-07T04:14:15Z",
      "first_flight": "2001-08-10T21:10:14Z"
    },
    {
      "id": 171,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/171/?format=api",
      "name": "Oleg Kotov",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P526DT5H3M1S",
      "eva_time": "P1DT12H51M",
      "age": 60,
      "date_of_birth": "1965-10-27",
      "date_of_death": null,
      "nationality": "Russian",
      "bio": "Oleg Valeriyevich Kotov (Russian: Олег Валериевич Котов) was born on October 27, 1965, in Simferopol, Crimean oblast in the Ukrainian SSR. After a career as a physician assigned to the Soviet space program, he joined the Russian cosmonaut corps. He has flown two long duration spaceflights on the International Space Station logging just short of a year in space. Most recently, Kotov flew on the Soyuz TMA-10M/Expedition 37/Expedition 38 long duration spaceflight, from September 2013 until March 2014.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Oleg_Kotov",
      "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/oleg2520kotov_image_20181129233807.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190847.jpeg",
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 6,
      "last_flight": "2013-09-25T20:58:50Z",
      "first_flight": "2007-04-07T17:31:09Z"
    },
    {
      "id": 501,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/501/?format=api",
      "name": "Patrick G. Forrester",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P39DT14H17M5S",
      "eva_time": "P1DT1H30M",
      "age": 69,
      "date_of_birth": "1957-03-31",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Patrick Graham Forrester is a retired United States Army officer and NASA astronaut. At the time of his retirement from the U.S. Army, Forrester had achieved the rank of colonel. He is married and has two children.\r\n\r\nForrester has flown on three Space Shuttle missions, STS-105, STS-117 and STS-128. He was Chief of the Astronaut Office, from June 2017 to July 2024.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Patrick_G._Forrester",
      "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/patrick_g._forr_image_20220911033927.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185602.jpeg",
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 4,
      "last_flight": "2009-08-29T03:59:37Z",
      "first_flight": "2001-08-10T21:10:14Z"
    },
    {
      "id": 416,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/416/?format=api",
      "name": "Jan Davis",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P28DT2H6M",
      "eva_time": "P0D",
      "age": 72,
      "date_of_birth": "1953-11-01",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Nancy Jan Davis is a former American astronaut. A veteran of three space flights, Davis logged over 673 hours in space. She is now retired from NASA.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Jan_Davis",
      "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/jan_davis_image_20220911033904.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190042.jpeg",
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 0,
      "last_flight": "1997-08-07T14:41:00Z",
      "first_flight": "1992-09-12T14:23:00Z"
    },
    {
      "id": 15,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/15/?format=api",
      "name": "Douglas G. Hurley",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P92DT10H38M1S",
      "eva_time": "P0D",
      "age": 59,
      "date_of_birth": "1966-10-21",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Douglas Gerald Hurley is an engineer and retired NASA astronaut. He piloted Space Shuttle mission STS-127, which launched July 15, 2009. He was assigned and flew as pilot for STS-135, the final flight of the Space Shuttle program, in July 2011. He is also the first Marine to fly the F/A-18 E/F Super Hornet. His call sign is \"Chunky\" and was sometimes referred to by this name on the communication loops.",
      "twitter": "https://twitter.com/Astro_Doug",
      "instagram": "https://www.instagram.com/astro.doug",
      "wiki": "https://en.wikipedia.org/wiki/Douglas_G._Hurley",
      "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/douglas_g._hurl_image_20200421075742.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190125.jpeg",
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 0,
      "last_flight": "2020-05-30T19:22:45Z",
      "first_flight": "2009-07-15T22:03:10Z"
    },
    {
      "id": 447,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/447/?format=api",
      "name": "Catherine Coleman",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P180DT3H58M35S",
      "eva_time": "P0D",
      "age": 65,
      "date_of_birth": "1960-12-14",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Catherine Grace \"Cady\" Coleman is an American chemist, a former United States Air Force officer, and a former NASA astronaut. She is a veteran of two Space Shuttle missions, and departed the International Space Station on May 23, 2011, as a crew member of Expedition 27 after logging 159 days in space.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Catherine_Coleman",
      "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/catherine2520coleman_image_20181202144557.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185735.jpeg",
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 0,
      "last_flight": "2010-12-15T19:09:25Z",
      "first_flight": "1995-10-20T13:53:00Z"
    },
    {
      "id": 355,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/355/?format=api",
      "name": "George Nelson",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P17DT2H43M",
      "eva_time": "PT9H22M",
      "age": 75,
      "date_of_birth": "1950-07-13",
      "date_of_death": null,
      "nationality": "American",
      "bio": "George Driver \"Pinky\" Nelson is an American physicist, astronomer, science educator, and a former NASA astronaut.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/George_Nelson_(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/george2520nelson_image_20181202104538.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190908.jpeg",
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 2,
      "last_flight": "1988-09-29T15:37:00Z",
      "first_flight": "1984-04-06T13:58:00Z"
    },
    {
      "id": 163,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/163/?format=api",
      "name": "Pyotr Klimuk",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P78DT18H18M42S",
      "eva_time": "P0D",
      "age": 83,
      "date_of_birth": "1942-07-10",
      "date_of_death": null,
      "nationality": "Belarusian",
      "bio": "Pyotr Ilyich Klimuk (Belarusian: Пётр Ільіч Кліму́к; Russian: Пётр Ильич Климу́к; born 10 July 1942) is a former Soviet cosmonaut and the first Belarusian to perform space travel. Klimuk made three flights into space.\r\n\r\nKlimuk attended the Leninski Komsomol Chernigov High Aviation School and entered the Soviet Air Force in 1964. The following year, he was selected to join the space programme.\r\n\r\nHis first flight was a long test flight on Soyuz 13 in 1973. This was followed by a mission to the Salyut 4 space station on Soyuz 18 in 1975.\r\n\r\nFrom 1976 he became involved in the Intercosmos and made his third and final spaceflight on an Intercosmos flight with Polish cosmonaut Mirosław Hermaszewski on Soyuz 30.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Pyotr_Klimuk",
      "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/pyotr2520klimuk_image_20181129232623.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190728.jpeg",
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 0,
      "last_flight": "1978-06-27T15:27:21Z",
      "first_flight": "1973-12-18T11:55:00Z"
    },
    {
      "id": 36,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/36/?format=api",
      "name": "David Scott",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P17DT23H10M59S",
      "eva_time": "PT20H25M53S",
      "age": 93,
      "date_of_birth": "1932-06-06",
      "date_of_death": null,
      "nationality": "American",
      "bio": "David Randolph Scott is an American engineer, former NASA astronaut, retired U.S. Air Force officer and former test pilot. He belonged to the third group of NASA astronauts, selected in October 1963. As an astronaut, Scott became the seventh person to walk on the Moon. Following the death of John Young in January 2018, Scott became the last living commander of a successful Apollo lunar landing mission and, as such, the only person currently alive who has flown a spacecraft to a landing on the Moon.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/David_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/david2520scott_image_20181128143932.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185308.jpeg",
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 5,
      "last_flight": "1971-08-02T17:11:23Z",
      "first_flight": "1966-03-16T16:41:02Z"
    }
  ]
}