Modes

Levels of detail in the response - list, normal, detailed

Example - /astronauts/?mode=list

Filters

Parameters - age, age__gt, age__gte, age__lt, age__lte, agency_ids, date_of_birth, date_of_birth__gt, date_of_birth__gte, date_of_birth__lt, date_of_birth__lte, date_of_death, date_of_death__gt, date_of_death__gte, date_of_death__lt, date_of_death__lte, first_flight, first_flight__gt, first_flight__gte, first_flight__lt, first_flight__lte, flights_count, flights_count__gt, flights_count__gte, flights_count__lt, flights_count__lte, has_flown, in_space, is_human, landings_count, landings_count__gt, landings_count__gte, landings_count__lt, landings_count__lte, last_flight, last_flight__gt, last_flight__gte, last_flight__lt, last_flight__lte, nationality, status_ids, type__id

Example - /astronauts/?has_flown=true

Fields searched - agency__abbrev, agency__name, name, nationality__nationality_name

Example - /astronauts/?search=Pesquet

Ordering

Fields - age, date_of_birth, eva_time, flights_count, id, landings_count, last_flight, name, spacewalks_count, status, time_in_space

Example - /astronauts/?ordering=-time_in_space

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /astronauts/?limit=2

Format

Switch to JSON output - /astronauts/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/astronauts/?format=api&offset=638&ordering=spacewalks_count
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 853,
  "next": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=648&ordering=spacewalks_count",
  "previous": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=628&ordering=spacewalks_count",
  "results": [
    {
      "id": 626,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/626/?format=api",
      "name": "Jean-Pierre Haigneré",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "agency": {
        "response_mode": "list",
        "id": 46,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/46/?format=api",
        "name": "National Center of Space Research",
        "abbrev": "CNES",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 359,
        "name": "[AUTO] Jean-Pierre Haigneré - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jean-pierre2520haigner25c325a9_image_20181229032141.jfif",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185641.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P209DT12H24M21S",
      "eva_time": "PT6H19M",
      "age": 77,
      "date_of_birth": "1948-05-19",
      "date_of_death": null,
      "nationality": [
        {
          "id": 1,
          "name": "France",
          "alpha_2_code": "FR",
          "alpha_3_code": "FRA",
          "nationality_name": "French",
          "nationality_name_composed": "Franco"
        }
      ],
      "bio": "Jean-Pierre Haigneré (born 19 May 1948) is a French Air Force officer and a former CNES spationaut.\r\n\r\nHe flew on two missions to the Mir space station in 1993 and 1999. The Mir Altair long-duration mission (186 days) in 1993 also included an EVA.",
      "wiki": "https://en.wikipedia.org/wiki/Jean-Pierre_Haigner%C3%A9",
      "last_flight": "1999-02-20T04:18:01Z",
      "first_flight": "1993-07-01T14:32:58Z",
      "social_media_links": [],
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 1
    },
    {
      "id": 306,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/306/?format=api",
      "name": "Ronald Evans",
      "status": {
        "id": 11,
        "name": "Deceased"
      },
      "agency": {
        "response_mode": "list",
        "id": 44,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "abbrev": "NASA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 712,
        "name": "[AUTO] Ronald Evans - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ronald2520evans_image_20190426143713.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190603.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P0D",
      "eva_time": "PT1H5M44S",
      "age": 56,
      "date_of_birth": "1933-11-10",
      "date_of_death": "1990-04-07",
      "nationality": [
        {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        }
      ],
      "bio": "Ronald Ellwin Evans Jr. was an American naval officer and aviator, electrical engineer, aeronautical engineer, and NASA astronaut, also one of only 24 people to have flown to the Moon.\r\n\r\nEvans was selected as an astronaut by NASA as part of Astronaut Group 5 in 1966 and made his first and only flight into space as Command Module Pilot aboard Apollo 17 in 1972, the last manned mission to the Moon to date, with Commander Eugene Cernan and Lunar Module Pilot Harrison Schmitt. During the flight, he orbited the Moon as his two crewmates descended to the surface. Consequently, he is the last person to orbit the Moon alone and holds the record for the most time spent in lunar orbit at 148 hours. In 1975 Evans served as backup Command Module Pilot for the Apollo-Soyuz Test Project mission.",
      "wiki": "https://en.wikipedia.org/wiki/Ronald_Evans_(astronaut)",
      "last_flight": "1972-12-07T05:33:00Z",
      "first_flight": "1972-12-07T05:33:00Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 1
    },
    {
      "id": 653,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/653/?format=api",
      "name": "Matthias Maurer",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "agency": {
        "response_mode": "list",
        "id": 27,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/27/?format=api",
        "name": "European Space Agency",
        "abbrev": "ESA",
        "type": {
          "id": 2,
          "name": "Multinational"
        }
      },
      "image": {
        "id": 567,
        "name": "[AUTO] Matthias Maurer - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/matthias_maurer_image_20211001184714.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190207.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P176DT2H39M29S",
      "eva_time": "PT6H54M",
      "age": 56,
      "date_of_birth": "1970-03-18",
      "date_of_death": null,
      "nationality": [
        {
          "id": 4,
          "name": "Germany",
          "alpha_2_code": "DE",
          "alpha_3_code": "DEU",
          "nationality_name": "German",
          "nationality_name_composed": "Germano"
        }
      ],
      "bio": "Maurer applied to the European Space Agency as an astronaut in 2008, but was not initially appointed to the European Astronaut Corps. He formally joined the European Astronaut Corps in July 2015. In March 2018, he gained certification to perform International Space Station-related spacewalks in the American spacesuit EMU. In 2018 he also successfully graduated from both basic astronaut training and pre-assignment training and thus became fully certified to go to space.\r\nOn 28 July 2020, Maurer was announced as a backup for Thomas Pesquet for the ISS expedition 65. His own flight is scheduled to take place no earlier than September 2021 aboard SpaceX Crew-3.",
      "wiki": "https://en.wikipedia.org/wiki/Matthias_Maurer",
      "last_flight": "2021-11-11T02:03:31Z",
      "first_flight": "2021-11-11T02:03:31Z",
      "social_media_links": [
        {
          "id": 5,
          "social_media": {
            "id": 1,
            "name": "X",
            "url": "https://x.com",
            "logo": {
              "id": 2320,
              "name": "X logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/x_logo_image_thumbnail_20250211191027.jpeg",
              "credit": "X",
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          },
          "url": "https://twitter.com/astro_matthias"
        },
        {
          "id": 6,
          "social_media": {
            "id": 2,
            "name": "Instagram",
            "url": "https://instagram.com",
            "logo": {
              "id": 2322,
              "name": "Instagram logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_20250211191139.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_thumbnail_20250211191139.png",
              "credit": "Instagram",
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          },
          "url": "https://www.instagram.com/esamatthiasmaurer"
        }
      ],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 1
    },
    {
      "id": 376,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/376/?format=api",
      "name": "David Leestma",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "agency": {
        "response_mode": "list",
        "id": 44,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "abbrev": "NASA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 344,
        "name": "[AUTO] David Leestma - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/david2520leestma_image_20181202121039.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185617.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "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": [
        {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        }
      ],
      "bio": "David Cornell Leestma is a former American astronaut and retired Captain in the United States Navy.",
      "wiki": "https://en.wikipedia.org/wiki/David_Leestma",
      "last_flight": "1992-03-24T13:13:39Z",
      "first_flight": "1984-10-05T11:03:00Z",
      "social_media_links": [],
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 1
    },
    {
      "id": 180,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/180/?format=api",
      "name": "Valentin Lebedev",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "agency": {
        "response_mode": "list",
        "id": 63,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
        "name": "Russian Federal Space Agency (ROSCOSMOS)",
        "abbrev": "RFSA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 936,
        "name": "[AUTO] Valentin Lebedev - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/valentin2520lebedev_image_20181129234954.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191156.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P219DT6H6S",
      "eva_time": "PT2H33M",
      "age": 83,
      "date_of_birth": "1942-04-14",
      "date_of_death": null,
      "nationality": [
        {
          "id": 5,
          "name": "Russia",
          "alpha_2_code": "RU",
          "alpha_3_code": "RUS",
          "nationality_name": "Russian",
          "nationality_name_composed": "Russo"
        }
      ],
      "bio": "Valentin Vitalyevich Lebedev (Russian: Валентин Витальевич Лебедев; born April 14, 1942 in Moscow) was a Soviet cosmonaut who made two flights into space. His stay aboard the Space Station Salyut 7 with Anatoly Berezovoy in 1982, which lasted 211 days, was recorded in the Guinness Book of Records.",
      "wiki": "https://en.wikipedia.org/wiki/Valentin_Lebedev",
      "last_flight": "1982-05-13T09:58:05Z",
      "first_flight": "1973-12-18T11:55:00Z",
      "social_media_links": [],
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 1
    },
    {
      "id": 406,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/406/?format=api",
      "name": "Carl J. Meade",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "agency": {
        "response_mode": "list",
        "id": 44,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "abbrev": "NASA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 346,
        "name": "[AUTO] Carl J. Meade - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/carl2520j.2520meade_image_20181202140147.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185620.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P29DT16H12M29S",
      "eva_time": "PT6H50M",
      "age": 75,
      "date_of_birth": "1950-11-16",
      "date_of_death": null,
      "nationality": [
        {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        }
      ],
      "bio": "Carl Joseph Meade is a former NASA astronaut.",
      "wiki": "https://en.wikipedia.org/wiki/Carl_J._Meade",
      "last_flight": "1994-09-09T22:22:53Z",
      "first_flight": "1990-11-15T23:48:15Z",
      "social_media_links": [],
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 1
    },
    {
      "id": 717,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/717/?format=api",
      "name": "Sarah Gillis",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "agency": {
        "response_mode": "list",
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
        "name": "SpaceX",
        "abbrev": "SpX",
        "type": {
          "id": 3,
          "name": "Commercial"
        }
      },
      "image": {
        "id": 347,
        "name": "[AUTO] Sarah Gillis - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/sarah_gillis_image_20220214140409.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185621.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "P4DT22H13M5S",
      "eva_time": "PT8M",
      "age": 36,
      "date_of_birth": "1990-01-01",
      "date_of_death": null,
      "nationality": [
        {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        }
      ],
      "bio": "Sarah Gillis is a Lead Space Operations Engineer at SpaceX, responsible for overseeing the company’s astronaut training program. This includes the development of mission-specific curriculum and training execution for both NASA and commercial astronauts who fly aboard the Dragon spacecraft. She prepared NASA astronauts for the Demo-2 and Crew-1 missions as well as directly trained the Inspiration4 astronauts. She is an experienced mission control operator, who has supported real-time operations for Dragon’s cargo resupply missions to and from the International Space Station as a Navigation Officer, and as a crew communicator for Dragon’s human spaceflight missions.",
      "wiki": null,
      "last_flight": "2024-09-10T09:23:49Z",
      "first_flight": "2024-09-10T09:23:49Z",
      "social_media_links": [
        {
          "id": 8,
          "social_media": {
            "id": 1,
            "name": "X",
            "url": "https://x.com",
            "logo": {
              "id": 2320,
              "name": "X logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/x_logo_image_thumbnail_20250211191027.jpeg",
              "credit": "X",
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          },
          "url": "https://twitter.com/Gillis_SarahE"
        }
      ],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 1
    },
    {
      "id": 841,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/841/?format=api",
      "name": "Jie Wang",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "agency": {
        "response_mode": "list",
        "id": 17,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
        "name": "China National Space Administration",
        "abbrev": "CNSA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": null,
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P203DT23H22M29S",
      "eva_time": "PT6H30M",
      "age": 36,
      "date_of_birth": "1989-09-01",
      "date_of_death": null,
      "nationality": [
        {
          "id": 6,
          "name": "China",
          "alpha_2_code": "CN",
          "alpha_3_code": "CHN",
          "nationality_name": "Chinese",
          "nationality_name_composed": "Sino"
        }
      ],
      "bio": "Wang Jie is a Chinese astronaut selected as part of the Shenzhou program. He joined the Chinese Communist Party (CCP) in June 2009 and enlisted in the People's Liberation Army (PLA) in January 2021. Prior to being chosen into the astronaut corps, he worked as a engineer at the China Aerospace Science and Technology Corporation (CASC).",
      "wiki": null,
      "last_flight": "2025-04-24T09:17:31Z",
      "first_flight": "2025-04-24T09:17:31Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 1
    },
    {
      "id": 797,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/797/?format=api",
      "name": "Guangsu Li",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "agency": {
        "response_mode": "list",
        "id": 17,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
        "name": "China National Space Administration",
        "abbrev": "CNSA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 2080,
        "name": "Guangsu Li",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/guangsu_li_image_20240427164223.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/guangsu_li_image_thumbnail_20240427164223.jpeg",
        "credit": "CASC",
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P192DT4H25M27S",
      "eva_time": "PT8H23M",
      "age": 38,
      "date_of_birth": "1987-07-01",
      "date_of_death": null,
      "nationality": [
        {
          "id": 6,
          "name": "China",
          "alpha_2_code": "CN",
          "alpha_3_code": "CHN",
          "nationality_name": "Chinese",
          "nationality_name_composed": "Sino"
        }
      ],
      "bio": "Li Guangsu is a Chinese pilot and astronaut selected as part of the Shenzhou program. He enlisted in the People's Liberation Army (PLA) in September 2006, and joined the Chinese Communist Party (CCP) in June 2011.",
      "wiki": null,
      "last_flight": "2024-04-25T12:59:00Z",
      "first_flight": "2024-04-25T12:59:00Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 1
    },
    {
      "id": 30,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/30/?format=api",
      "name": "Neil Armstrong",
      "status": {
        "id": 11,
        "name": "Deceased"
      },
      "agency": {
        "response_mode": "list",
        "id": 44,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "abbrev": "NASA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 753,
        "name": "[AUTO] Neil Armstrong - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/neil2520armstrong_image_20190426143653.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190707.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P5DT20H50M29S",
      "eva_time": "PT2H31M40S",
      "age": 82,
      "date_of_birth": "1930-08-05",
      "date_of_death": "2012-08-25",
      "nationality": [
        {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        }
      ],
      "bio": "Neil Alden Armstrong was an American astronaut and aeronautical engineer who was the first person to walk on the Moon. He was also a naval aviator, test pilot, and university professor.",
      "wiki": "https://en.wikipedia.org/wiki/Neil_Armstrong",
      "last_flight": "1969-07-21T17:54:00Z",
      "first_flight": "1966-03-16T16:41:02Z",
      "social_media_links": [],
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 1
    }
  ]
}