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=598&ordering=status
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=608&ordering=status",
  "previous": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=588&ordering=status",
  "results": [
    {
      "id": 339,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/339/?format=api",
      "name": "S. David Griggs",
      "status": {
        "id": 6,
        "name": "Died While In Active Service"
      },
      "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": 939,
        "name": "[AUTO] S. David Griggs - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/s.2520david2520griggs_image_20181202102921.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191200.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": "P6DT23H55M23S",
      "eva_time": "PT3H6M",
      "age": 49,
      "date_of_birth": "1939-09-07",
      "date_of_death": "1989-06-17",
      "nationality": [
        {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        }
      ],
      "bio": "Stanley David Griggs was a United States Navy officer and a NASA astronaut. He is credited with conducting the first unscheduled extra-vehicular activity of the space program during Space Shuttle mission STS-51-D. Griggs was killed when the vintage World War II-era training aircraft he was piloting – a North American AT-6D (registration N3931S) – crashed near Earle, Arkansas.",
      "wiki": "https://en.wikipedia.org/wiki/S._David_Griggs",
      "last_flight": "1985-04-12T13:59:05Z",
      "first_flight": "1985-04-12T13:59:05Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 1
    },
    {
      "id": 509,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/509/?format=api",
      "name": "Piers Sellers",
      "status": {
        "id": 6,
        "name": "Died While In Active Service"
      },
      "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": 498,
        "name": "[AUTO] Piers Sellers - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/piers_sellers_image_20220911033612.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190018.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": "P35DT9H3M5S",
      "eva_time": "P1DT17H10M",
      "age": 61,
      "date_of_birth": "1955-04-11",
      "date_of_death": "2016-12-23",
      "nationality": [
        {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        }
      ],
      "bio": "Piers John Sellers OBE was a British-American meteorologist, NASA astronaut[1] and Director of the Earth Science Division at NASA/GSFC. He was a veteran of three space shuttle missions. Sellers attended Cranbrook School, Cranbrook, Kent, United Kingdom, until 1973, and achieved a bachelor's degree in ecological science from the University of Edinburgh in 1976. In 1981 he gained a doctorate in biometeorology from the University of Leeds. In 2011, Sellers retired from the NASA Astronaut Corps.\r\n\r\nBefore joining the astronaut corps, Sellers worked at NASA Goddard Space Flight Center on research into how the Earth's biosphere and atmosphere interact. This work involved climate system computer modelling and field work utilising aircraft, satellites and ground support input.",
      "wiki": "https://en.wikipedia.org/wiki/Piers_Sellers",
      "last_flight": "2010-05-14T18:20:09Z",
      "first_flight": "2002-10-07T19:45:51Z",
      "social_media_links": [],
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 6
    },
    {
      "id": 497,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/497/?format=api",
      "name": "Fernando Caldeiro",
      "status": {
        "id": 6,
        "name": "Died While In Active Service"
      },
      "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": 313,
        "name": "[AUTO] Fernando Caldeiro - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/fernando2520caldeiro_image_20181203155712.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185519.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": "P0D",
      "age": 51,
      "date_of_birth": "1958-06-12",
      "date_of_death": "2009-10-03",
      "nationality": [
        {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        }
      ],
      "bio": "Fernando \"Frank\" Caldeiro was an Argentine-born American scientist and NASA astronaut.",
      "wiki": "https://en.wikipedia.org/wiki/Fernando_Caldeiro",
      "last_flight": null,
      "first_flight": null,
      "social_media_links": [],
      "flights_count": 0,
      "landings_count": 0,
      "spacewalks_count": 0
    },
    {
      "id": 520,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/520/?format=api",
      "name": "William Oefelein",
      "status": {
        "id": 7,
        "name": "Dismissed"
      },
      "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": 949,
        "name": "[AUTO] William Oefelein - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/william_oefelei_image_20220911033630.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191216.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": "P12DT20H44M25S",
      "eva_time": "P0D",
      "age": 61,
      "date_of_birth": "1965-03-29",
      "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": "William Anthony \"Bill\" Oefelein is an American test pilot instructor and former NASA astronaut who, on his only spaceflight, piloted the STS-116 Space Shuttle mission.\r\n\r\nOefelein gained media attention on February 5, 2007 when fellow astronaut Lisa Nowak was arrested in Florida and charged with attempting to kidnap his girlfriend, U.S. Air Force Captain Colleen Shipman. Nowak later pleaded guilty to felony burglary and misdemeanor battery. Oefelein admitted to a two-year affair with Nowak, and he and Nowak became the first astronauts ever dismissed from NASA. Following the dismissals, NASA created its first astronaut Code of Conduct.",
      "wiki": "https://en.wikipedia.org/wiki/William_Oefelein",
      "last_flight": "2006-12-10T01:47:35Z",
      "first_flight": "2006-12-10T01:47:35Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 506,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/506/?format=api",
      "name": "Lisa Nowak",
      "status": {
        "id": 7,
        "name": "Dismissed"
      },
      "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": 242,
        "name": "[AUTO] Lisa Nowak - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/lisa_nowak_image_20220911033600.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185322.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": "P12DT18H36M5S",
      "eva_time": "P0D",
      "age": 62,
      "date_of_birth": "1963-05-10",
      "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": "Lisa Marie Nowak is an American former naval flight officer and NASA astronaut. Born in Washington, D.C., she was selected by NASA in 1996 and qualified as a mission specialist in robotics. Nowak flew aboard Space Shuttle Discovery during the STS-121 mission in July 2006, where she was responsible for operating the robotic arms of the shuttle and the International Space Station.\r\n\r\nOn February 5, 2007, she was arrested in Orlando, Florida, and subsequently charged with the attempted kidnapping of U.S. Air Force Captain Colleen Shipman, who was romantically involved with astronaut William Oefelein. Nowak was released on bail, and initially pleaded not guilty to the charges, which included attempted kidnapping, burglary with assault, and battery. Her assignment to the space agency as an astronaut was terminated by NASA effective March 8, 2007. On November 10, 2009, Nowak agreed to a plea deal with prosecutors and pleaded guilty to charges of felony burglary of a car and misdemeanor battery.\r\n\r\nNowak remained a Navy captain until August 2010, when a naval board of inquiry, composed of three admirals, voted unanimously to reduce Nowak in rank to commander and to discharge her from the Navy under other than honorable conditions.",
      "wiki": "https://en.wikipedia.org/wiki/Lisa_Nowak",
      "last_flight": "2006-07-04T18:37:55Z",
      "first_flight": "2006-07-04T18:37:55Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 583,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/583/?format=api",
      "name": "Robb Kulin",
      "status": {
        "id": 8,
        "name": "Resigned during Training"
      },
      "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": 834,
        "name": "[AUTO] Robb Kulin - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/robb2520kulin_image_20181203182519.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190911.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": "P0D",
      "age": 42,
      "date_of_birth": "1983-12-07",
      "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": "Robb Michael Kulin is a former NASA astronaut candidate of the class of 2017. He resigned from NASA, effective August 31, 2018, before completing astronaut training.",
      "wiki": "https://en.wikipedia.org/wiki/Robb_Kulin",
      "last_flight": null,
      "first_flight": null,
      "social_media_links": [
        {
          "id": 180,
          "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/Alaskan_Astro"
        }
      ],
      "flights_count": 0,
      "landings_count": 0,
      "spacewalks_count": 0
    },
    {
      "id": 259,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/259/?format=api",
      "name": "Gennadi Strekalov",
      "status": {
        "id": 11,
        "name": "Deceased"
      },
      "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": 234,
        "name": "[AUTO] Gennadi Strekalov - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gennadi2520strekalov_image_20181201221605.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185305.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": "P268DT22H29M54S",
      "eva_time": "PT21H40M13S",
      "age": 64,
      "date_of_birth": "1940-10-26",
      "date_of_death": "2004-12-25",
      "nationality": [
        {
          "id": 5,
          "name": "Russia",
          "alpha_2_code": "RU",
          "alpha_3_code": "RUS",
          "nationality_name": "Russian",
          "nationality_name_composed": "Russo"
        }
      ],
      "bio": "Gennadi Mikhailovich Strekalov (Russian: Генна́дий Миха́йлович Стрека́лов; October 26, 1940 – December 25, 2004) was an engineer, cosmonaut, and administrator at Russian aerospace firm RSC Energia. He flew into space five times and lived aboard the Salyut-6, Salyut-7, and Mir space stations, spending over 268 days in space. The catastrophic explosion of a Soyuz rocket in 1983 led to him being one of only two people to use a launch escape system.",
      "wiki": "https://en.wikipedia.org/wiki/Gennadi_Strekalov",
      "last_flight": "1995-03-14T06:11:34Z",
      "first_flight": "1980-11-27T14:18:28Z",
      "social_media_links": [],
      "flights_count": 6,
      "landings_count": 6,
      "spacewalks_count": 6
    },
    {
      "id": 104,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/104/?format=api",
      "name": "Konstantin Feoktistov",
      "status": {
        "id": 11,
        "name": "Deceased"
      },
      "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": 403,
        "name": "[AUTO] Konstantin Feoktistov - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/konstantin2520feoktistov_image_20181128231150.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185749.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": "P1DT17M3S",
      "eva_time": "P0D",
      "age": 83,
      "date_of_birth": "1926-02-07",
      "date_of_death": "2009-11-21",
      "nationality": [
        {
          "id": 5,
          "name": "Russia",
          "alpha_2_code": "RU",
          "alpha_3_code": "RUS",
          "nationality_name": "Russian",
          "nationality_name_composed": "Russo"
        }
      ],
      "bio": "Konstantin Petrovich Feoktistov (Russian: Константин Петрович Феоктистов; 7 February 1926 – 21 November 2009) was a Soviet cosmonaut and an eminent space engineer. Feoktistov also wrote several books on space technology and exploration. The Feoktistov crater on the far side of the Moon is named in his honor.",
      "wiki": "https://en.wikipedia.org/wiki/Konstantin_Feoktistov",
      "last_flight": "1964-10-12T07:30:01Z",
      "first_flight": "1964-10-12T07:30:01Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 316,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/316/?format=api",
      "name": "Jack Swigert",
      "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": 402,
        "name": "[AUTO] Jack Swigert - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jack2520swigert_image_20190426143705.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185748.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": "P5DT22H53M57S",
      "eva_time": "P0D",
      "age": 51,
      "date_of_birth": "1931-08-30",
      "date_of_death": "1982-12-27",
      "nationality": [
        {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        }
      ],
      "bio": "John Leonard \"Jack\" Swigert Jr. was an American test pilot, mechanical and aerospace engineer, United States Air Force pilot, and NASA astronaut. He was one of twenty-four astronauts who have flown to the Moon.[2][3]\r\n\r\nBefore joining NASA in 1966, Swigert was a civilian test pilot and fighter pilot in the Air National Guard. After leaving NASA, he was elected to Congress from Colorado's new 6th district, but died before being sworn in.",
      "wiki": "https://en.wikipedia.org/wiki/Jack_Swigert",
      "last_flight": "1970-04-11T19:13:03Z",
      "first_flight": "1970-04-11T19:13:03Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "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
    }
  ]
}