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=190&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=200&ordering=-status",
  "previous": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=180&ordering=-status",
  "results": [
    {
      "id": 205,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/205/?format=api",
      "name": "Grigori Nelyubov",
      "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": 652,
        "name": "[AUTO] Grigori Nelyubov - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/grigori2520nelyubov_image_20181201181902.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190421.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": 31,
      "date_of_birth": "1934-03-31",
      "date_of_death": "1966-02-18",
      "nationality": [
        {
          "id": 5,
          "name": "Russia",
          "alpha_2_code": "RU",
          "alpha_3_code": "RUS",
          "nationality_name": "Russian",
          "nationality_name_composed": "Russo"
        }
      ],
      "bio": "Grigori Grigoryevich Nelyubov (Russian: Григо́рий Григо́рьевич Нелю́бов; March 31, 1934 – February 18, 1966) was one of the original 20 Soviet cosmonauts, who was dismissed from the Soviet space program in 1963 for drunk and disorderly conduct. His existence in the program was kept secret until the advent of Soviet glasnost in the late 1980s. He committed suicide on February 18, 1966.",
      "wiki": "https://en.wikipedia.org/wiki/Grigori_Nelyubov",
      "last_flight": null,
      "first_flight": null,
      "social_media_links": [],
      "flights_count": 0,
      "landings_count": 0,
      "spacewalks_count": 0
    },
    {
      "id": 332,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/332/?format=api",
      "name": "Richard H. Truly",
      "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": 549,
        "name": "[AUTO] Richard H. Truly - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/richard_h._trul_image_20220911034037.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190138.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": "P8DT7H21M",
      "eva_time": "P0D",
      "age": 86,
      "date_of_birth": "1937-11-12",
      "date_of_death": "2024-02-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": "Richard Harrison Truly is a retired Vice Admiral in the United States Navy, a former fighter pilot, former astronaut for both the United States Air Force and NASA, and was the eighth Administrator of the National Aeronautics and Space Administration (NASA) from 1989 to 1992. He was the first former astronaut to head the space agency.\r\n\r\nAfter his departure from NASA, he led the Georgia Tech Research Institute from 1992 to 1997, and the National Renewable Energy Laboratory from 1997 to 2005.",
      "wiki": "https://en.wikipedia.org/wiki/Richard_H._Truly",
      "last_flight": "1983-08-30T06:32:00Z",
      "first_flight": "1981-11-12T15:10:00Z",
      "social_media_links": [],
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 0
    },
    {
      "id": 162,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/162/?format=api",
      "name": "Leonid Kizim",
      "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": 527,
        "name": "[AUTO] Leonid Kizim - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/leonid2520kizim_image_20181129232451.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190101.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": "P374DT17H58M12S",
      "eva_time": "P1DT7H40M",
      "age": 68,
      "date_of_birth": "1941-08-05",
      "date_of_death": "2010-06-14",
      "nationality": [
        {
          "id": 5,
          "name": "Russia",
          "alpha_2_code": "RU",
          "alpha_3_code": "RUS",
          "nationality_name": "Russian",
          "nationality_name_composed": "Russo"
        }
      ],
      "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).",
      "wiki": "https://en.wikipedia.org/wiki/Leonid_Kizim",
      "last_flight": "1986-03-13T12:33:09Z",
      "first_flight": "1980-11-27T14:18:28Z",
      "social_media_links": [],
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 8
    },
    {
      "id": 323,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/323/?format=api",
      "name": "Anthony Llewellyn",
      "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": 659,
        "name": "[AUTO] Anthony Llewellyn - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/anthony2520llewellyn_image_20181202093051.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190432.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": 80,
      "date_of_birth": "1933-04-22",
      "date_of_death": "2013-07-02",
      "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 Anthony Llewellyn was a Welsh-born American scientist and a former NASA astronaut.",
      "wiki": "https://en.wikipedia.org/wiki/Anthony_Llewellyn",
      "last_flight": null,
      "first_flight": null,
      "social_media_links": [],
      "flights_count": 0,
      "landings_count": 0,
      "spacewalks_count": 0
    },
    {
      "id": 62,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/62/?format=api",
      "name": "Yury Artyukhin",
      "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": 756,
        "name": "[AUTO] Yury Artyukhin - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/yury2520artyukhin_image_20181128215539.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190711.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": "P15DT17H30M28S",
      "eva_time": "P0D",
      "age": 68,
      "date_of_birth": "1930-06-22",
      "date_of_death": "1998-08-04",
      "nationality": [
        {
          "id": 5,
          "name": "Russia",
          "alpha_2_code": "RU",
          "alpha_3_code": "RUS",
          "nationality_name": "Russian",
          "nationality_name_composed": "Russo"
        }
      ],
      "bio": "Yury Petrovich Artyukhin (Russian: Ю́рий Петро́вич Артю́хин; June 22, 1930 – August 4, 1998) was a Soviet Russian cosmonaut and engineer who made a single flight into space.\r\n\r\nArtyukhin graduated from the Soviet Air Force Institute with a doctorate in engineering, specializing in military communication systems. He was selected for the space programme in 1963 and would have flown on the Voskhod 3 mission had it not been canceled. He made his single flight on Soyuz 14 in 1974, where his area of expertise was presumably put to good use.\r\n\r\nHe left the space programme in 1982 and held various positions in space-related fields. Most notably, he was involved in the development of the Soviet space shuttle Buran and in cosmonaut training.",
      "wiki": "https://en.wikipedia.org/wiki/Yury_Artyukhin",
      "last_flight": "1974-07-03T18:51:08Z",
      "first_flight": "1974-07-03T18:51:08Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 29,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/29/?format=api",
      "name": "Frank Borman",
      "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": 689,
        "name": "[AUTO] Frank Borman - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/frank2520borman_image_20181128142554.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190518.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": "P19DT21H34M57S",
      "eva_time": "P0D",
      "age": 95,
      "date_of_birth": "1928-03-14",
      "date_of_death": "2023-11-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": "Frank Frederick Borman II was a United States Air Force pilot, aeronautical engineer, test pilot, and NASA astronaut, best remembered as the Commander of Apollo 8, the first mission to fly around the Moon, making him, along with crew mates Jim Lovell and Bill Anders, the first of only 24 humans to do so. Before flying on Apollo, he set a fourteen-day spaceflight endurance record on Gemini 7, and also served on the NASA review board which investigated the Apollo 1 fire. After leaving NASA, he was the Chief Executive Officer (CEO) of Eastern Air Lines from 1975 to 1986. Borman is a recipient of the Congressional Space Medal of Honor.",
      "wiki": "https://en.wikipedia.org/wiki/Frank_Borman",
      "last_flight": "1968-12-21T12:51:00Z",
      "first_flight": "1965-12-04T19:30:03Z",
      "social_media_links": [],
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 0
    },
    {
      "id": 41,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/41/?format=api",
      "name": "William Anders",
      "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": 889,
        "name": "[AUTO] William Anders - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/william2520anders_image_20181128145145.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191043.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": "P6DT3H",
      "eva_time": "P0D",
      "age": 90,
      "date_of_birth": "1933-10-17",
      "date_of_death": "2024-06-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": "William Alison \"Bill\" Anders was a United States Air Force Major general, electrical engineer, nuclear engineer, NASA astronaut, and businessman. He was one of the first three persons to leave low Earth orbit and travel to the Moon in Apollo 8 along with fellow astronauts Frank Borman and Jim Lovell as well as for photographing the iconic image, Earthrise. Apart from his professional and military careers, Anders was the U.S. Ambassador to Norway from 1976 to 1977 under President Gerald Ford.",
      "wiki": "https://en.wikipedia.org/wiki/William_Anders",
      "last_flight": "1968-12-21T12:51:00Z",
      "first_flight": "1968-12-21T12:51:00Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 58,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/58/?format=api",
      "name": "Vladimir Aksyonov",
      "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": 710,
        "name": "[AUTO] Vladimir Aksyonov - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vladimir2520aksyonov_image_20181128214648.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190600.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": "P11DT20H11M47S",
      "eva_time": "P0D",
      "age": 89,
      "date_of_birth": "1935-02-01",
      "date_of_death": "2024-04-09",
      "nationality": [
        {
          "id": 5,
          "name": "Russia",
          "alpha_2_code": "RU",
          "alpha_3_code": "RUS",
          "nationality_name": "Russian",
          "nationality_name_composed": "Russo"
        }
      ],
      "bio": "Aksyonov was selected as cosmonaut on 3 March 1973. He was awarded the title of the Hero of the Soviet Union on two occasions. He retired on 17 October 1988.\r\n\r\nFlew as Flight Engineer on Soyuz 22 and Soyuz T-2.",
      "wiki": null,
      "last_flight": "1980-06-05T14:19:30Z",
      "first_flight": "1976-09-15T09:48:30Z",
      "social_media_links": [],
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 0
    },
    {
      "id": 240,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/240/?format=api",
      "name": "Gennadi Sarafanov",
      "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": 448,
        "name": "[AUTO] Gennadi Sarafanov - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gennadi2520sarafanov_image_20181201214956.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185859.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": "P2DT12M11S",
      "eva_time": "P0D",
      "age": 63,
      "date_of_birth": "1942-01-01",
      "date_of_death": "2005-09-29",
      "nationality": [
        {
          "id": 5,
          "name": "Russia",
          "alpha_2_code": "RU",
          "alpha_3_code": "RUS",
          "nationality_name": "Russian",
          "nationality_name_composed": "Russo"
        }
      ],
      "bio": "Gennadi Vasiliyevich Sarafanov ( b. January 1, 1942 in Sinenkiye, Saratov Oblast, Russia – d. September 29, 2005, Moscow) was a Soviet cosmonaut who flew on the Soyuz 15 spaceflight in 1974. This mission was intended to dock with the space station Salyut 3, but failed to do so after the docking system malfunctioned.",
      "wiki": "https://en.wikipedia.org/wiki/Gennadi_Sarafanov",
      "last_flight": "1974-08-26T19:58:05Z",
      "first_flight": "1974-08-26T19:58:05Z",
      "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
    }
  ]
}