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 - ll.thespacedevs.com/docs

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

{
  "count": 853,
  "next": "https://ll.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=20&ordering=time_in_space",
  "previous": "https://ll.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&ordering=time_in_space",
  "results": [
    {
      "id": 48,
      "url": "https://ll.thespacedevs.com/2.3.0/astronauts/48/?format=api",
      "name": "Clifton Williams",
      "status": {
        "id": 5,
        "name": "Lost In Training"
      },
      "agency": {
        "response_mode": "list",
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "abbrev": "NASA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 680,
        "name": "[AUTO] Clifton Williams - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/clifton2520williams_image_20181128150353.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190504.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": 35,
      "date_of_birth": "1932-09-26",
      "date_of_death": "1967-10-05",
      "nationality": [
        {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        }
      ],
      "bio": "Clifton Curtis \"C.C.\" Williams Jr. was an American naval aviator, test pilot, mechanical engineer, major in the United States Marine Corps, and NASA astronaut, who was killed in a plane crash; he had never been to space. The crash was caused by a mechanical failure in a NASA T-38 jet trainer, which he was piloting to visit his parents in Mobile, Alabama. The failure caused the flight controls to stop responding, and although he activated the ejection seat, it did not save him. He was the fourth astronaut from NASA's Astronaut Group 3 to have died, the first two (Charles Bassett and Theodore Freeman) having been killed in separate T-38 flights, and the third (Roger B. Chaffee) in the Apollo 1 fire earlier that year. The aircraft crashed in Florida near Tallahassee within an hour of departing Patrick AFB.\r\n\r\nAlthough he was never on a spaceflight, he served as backup pilot for the mission Gemini 10, which took place in July 1966. Following this mission, he was selected to be the Lunar Module pilot for an Apollo mission to the Moon commanded by Pete Conrad. Following Williams' death, Alan Bean became Lunar Module pilot for Conrad's mission, which ended up being Apollo 12, the second lunar landing.",
      "wiki": "https://en.wikipedia.org/wiki/Clifton_Williams",
      "last_flight": null,
      "first_flight": null,
      "social_media_links": [],
      "flights_count": 0,
      "landings_count": 0,
      "spacewalks_count": 0
    },
    {
      "id": 877,
      "url": "https://ll.thespacedevs.com/2.3.0/astronauts/877/?format=api",
      "name": "Rebecca Lawler",
      "status": {
        "id": 3,
        "name": "In-Training"
      },
      "agency": {
        "response_mode": "list",
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "abbrev": "NASA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 2612,
        "name": "Rebecca Lawler official portrait",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rebecca_lawler__image_20251205153624.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rebecca_lawler__image_thumbnail_20251205153624.jpeg",
        "credit": "NASA",
        "license": {
          "id": 4,
          "name": "NASA Image and Media Guidelines",
          "priority": 0,
          "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P0D",
      "eva_time": "P0D",
      "age": 38,
      "date_of_birth": "1987-05-27",
      "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": "NASA astronaut candidate of the 2025 class. Former NOAA  hurricane hunter and United Airlines test pilot.",
      "wiki": null,
      "last_flight": null,
      "first_flight": null,
      "social_media_links": [
        {
          "id": 369,
          "social_media": {
            "id": 2,
            "name": "Instagram",
            "url": "https://instagram.com",
            "logo": {
              "id": 2322,
              "name": "Instagram logo",
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_20250211191139.png",
              "thumbnail_url": "https://thespacedevs-prod.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/astro_lawler/"
        },
        {
          "id": 370,
          "social_media": {
            "id": 1,
            "name": "X",
            "url": "https://x.com",
            "logo": {
              "id": 2320,
              "name": "X logo",
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
              "thumbnail_url": "https://thespacedevs-prod.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://x.com/astro_lawler"
        }
      ],
      "flights_count": 0,
      "landings_count": 0,
      "spacewalks_count": 0
    },
    {
      "id": 750,
      "url": "https://ll.thespacedevs.com/2.3.0/astronauts/750/?format=api",
      "name": "Raphaël Liégeois",
      "status": {
        "id": 3,
        "name": "In-Training"
      },
      "agency": {
        "response_mode": "list",
        "id": 27,
        "url": "https://ll.thespacedevs.com/2.3.0/agencies/27/?format=api",
        "name": "European Space Agency",
        "abbrev": "ESA",
        "type": {
          "id": 2,
          "name": "Multinational"
        }
      },
      "image": {
        "id": 708,
        "name": "[AUTO] Raphaël Liégeois - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rapha25c325ab_image_20221123151537.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190557.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": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": [
        {
          "id": 20,
          "name": "Belgium",
          "alpha_2_code": "BE",
          "alpha_3_code": "BEL",
          "nationality_name": "Belgian",
          "nationality_name_composed": "Belgo"
        }
      ],
      "bio": "Raphaël studied biomedical engineering at the University of Liège, Belgium, from 2005 to 2011. He also became Ingénieur Centralien as part of a double degree exchange programme with the École Centrale Paris, France, in 2009 and earned a master’s degree in fundamental physics from the University Paris-Sud Orsay, France, in 2010.\r\nFrom 2011 to 2015, he completed a Doctorate in neuroscience at the University of Liège, Belgium, where he developed mathematical models of brain function. \r\nFrom 2015 to 2017, he completed a post-doctoral research stay at the National University of Singapore, where his research aimed at defining new neuroimaging markers of neurodegenerative diseases. From 2018 to 2021, Raphaël was a senior post-doctoral research fellow with the École Polytechnique Fédérale de Lausanne, Switzerland, where he developed dynamic models of brain function. During this time, Raphaël was also a visiting research scholar at Stanford University, USA, in 2019. \r\n\r\nFrom 2021, Raphaël has been working as a Research and Teaching Fellow at the University of Geneva and the École Polytechnique Fédérale de Lausanne, Switzerland, where he taught neuroengineering and statistics courses, and pursued research on brain dynamics in health and disease. His research was awarded with several prizes and honours and he was active as organiser of multiple international courses and events.",
      "wiki": null,
      "last_flight": null,
      "first_flight": null,
      "social_media_links": [],
      "flights_count": 0,
      "landings_count": 0,
      "spacewalks_count": 0
    },
    {
      "id": 749,
      "url": "https://ll.thespacedevs.com/2.3.0/astronauts/749/?format=api",
      "name": "Rosemary Coogan",
      "status": {
        "id": 3,
        "name": "In-Training"
      },
      "agency": {
        "response_mode": "list",
        "id": 27,
        "url": "https://ll.thespacedevs.com/2.3.0/agencies/27/?format=api",
        "name": "European Space Agency",
        "abbrev": "ESA",
        "type": {
          "id": 2,
          "name": "Multinational"
        }
      },
      "image": {
        "id": 222,
        "name": "[AUTO] Rosemary Coogan - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rosemary_coogan_image_20221123151351.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185245.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": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": [
        {
          "id": 10,
          "name": "United Kingdom",
          "alpha_2_code": "GB",
          "alpha_3_code": "GBR",
          "nationality_name": "British",
          "nationality_name_composed": "Brito"
        }
      ],
      "bio": "Rosemary holds two master’s degrees from the University of Durham, UK. She completed her undergraduate master’s degree of Physics in 2013 which focused on physics, mathematics, computer programming and astronomy. In 2015, she received her master's degree in Astronomy, where she conducted research on gamma-ray emission from black holes.  \r\n\r\nIn 2019, Rosemary graduated with a doctorate in astronomy from the University of Sussex, UK.\r\n\r\nBetween 2013 and 2018, Rosemary spent more than one year working as a simulation support engineer and research data scientist in the UK, where she worked on software code development projects and developed machine learning techniques for anomaly detection from robotic sensors.  \r\n\r\nIn 2019, Rosemary started a postdoctoral research fellowship in astrophysics at the Max Planck Institute for Extra-terrestrial physics in Munich, Germany, to study the evolution of galaxies with astronomical data from space- and ground-based telescopes.\r\n\r\nAfter completing this postdoctoral work in 2022, Rosemary joined French space agency CNES in Paris, France, as a research fellow in space science, where she worked on upcoming ESA/CNES missions such as EUCLID or the analysis of James Webb Space Telescope observations.",
      "wiki": null,
      "last_flight": null,
      "first_flight": null,
      "social_media_links": [],
      "flights_count": 0,
      "landings_count": 0,
      "spacewalks_count": 0
    },
    {
      "id": 748,
      "url": "https://ll.thespacedevs.com/2.3.0/astronauts/748/?format=api",
      "name": "Pablo Álvarez Fernández",
      "status": {
        "id": 3,
        "name": "In-Training"
      },
      "agency": {
        "response_mode": "list",
        "id": 27,
        "url": "https://ll.thespacedevs.com/2.3.0/agencies/27/?format=api",
        "name": "European Space Agency",
        "abbrev": "ESA",
        "type": {
          "id": 2,
          "name": "Multinational"
        }
      },
      "image": {
        "id": 259,
        "name": "[AUTO] Pablo Álvarez Fernández - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pablo_25c3258_image_20221123151230.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185348.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": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": [
        {
          "id": 7,
          "name": "Spain",
          "alpha_2_code": "ES",
          "alpha_3_code": "ESP",
          "nationality_name": "Spanish",
          "nationality_name_composed": "Hispano"
        }
      ],
      "bio": "Pablo holds a bachelor's degree in aeronautical engineering from the University of León (Universidad de León), Spain, and graduated with a master’s degree in aerospace engineering from the Warsaw University of Technology (Politechnika Warszawska) in 2011.\r\nAfter graduating university, Pablo was working as a structural engineer for several aircraft programmes, such as for Airbus and Safran in Spain, the UK and France between 2011 and 2017.\r\nFrom 2017 to 2020, while working as an ExoMars rover mechanical architect at Airbus Defence and Space in the UK, his responsibilities included the development of the radiosotope heater unit integration procedure in conjunction with Russian Space Agency ROSCOSMOS and ESA, as well as being a test director during the environmental test campaign.",
      "wiki": null,
      "last_flight": null,
      "first_flight": null,
      "social_media_links": [],
      "flights_count": 0,
      "landings_count": 0,
      "spacewalks_count": 0
    },
    {
      "id": 879,
      "url": "https://ll.thespacedevs.com/2.3.0/astronauts/879/?format=api",
      "name": "Erin Overcash",
      "status": {
        "id": 3,
        "name": "In-Training"
      },
      "agency": {
        "response_mode": "list",
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "abbrev": "NASA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 2614,
        "name": "Erin Overcash official portait",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/erin_overcash_o_image_20251205154412.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/erin_overcash_o_image_thumbnail_20251205154412.jpeg",
        "credit": "NASA",
        "license": {
          "id": 4,
          "name": "NASA Image and Media Guidelines",
          "priority": 0,
          "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P0D",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "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": "American Navy officer, test pilot, and NASA astronaut candidate.",
      "wiki": null,
      "last_flight": null,
      "first_flight": null,
      "social_media_links": [
        {
          "id": 374,
          "social_media": {
            "id": 2,
            "name": "Instagram",
            "url": "https://instagram.com",
            "logo": {
              "id": 2322,
              "name": "Instagram logo",
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_20250211191139.png",
              "thumbnail_url": "https://thespacedevs-prod.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/astro_overcash/"
        },
        {
          "id": 375,
          "social_media": {
            "id": 7,
            "name": "Facebook",
            "url": "https://www.facebook.com/",
            "logo": {
              "id": 2420,
              "name": "Facebook logo",
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/facebook_logo_image_20250721163611.png",
              "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/facebook_logo_image_thumbnail_20250721163611.png",
              "credit": "Facebook",
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          },
          "url": "https://www.facebook.com/astroovercash/"
        }
      ],
      "flights_count": 0,
      "landings_count": 0,
      "spacewalks_count": 0
    },
    {
      "id": 876,
      "url": "https://ll.thespacedevs.com/2.3.0/astronauts/876/?format=api",
      "name": "Yuri Kubo",
      "status": {
        "id": 3,
        "name": "In-Training"
      },
      "agency": {
        "response_mode": "list",
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "abbrev": "NASA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 2611,
        "name": "Yuri Kubo official portait",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/yuri_kubo_offic_image_20251205153414.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/yuri_kubo_offic_image_thumbnail_20251205153414.jpeg",
        "credit": "NASA",
        "license": {
          "id": 4,
          "name": "NASA Image and Media Guidelines",
          "priority": 0,
          "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P0D",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "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": "NASA astronaut candidate bachelor’s degree in electrical engineering and a master’s in electrical and computer engineering from Purdue University. He spent 12 years working across various teams at SpaceX, including as launch director for Falcon 9 rocket launches, director of avionics for the Starshield program, and director of Ground Segment.",
      "wiki": null,
      "last_flight": null,
      "first_flight": null,
      "social_media_links": [
        {
          "id": 366,
          "social_media": {
            "id": 4,
            "name": "LinkedIn",
            "url": "https://www.linkedin.com/",
            "logo": {
              "id": 2321,
              "name": "LinkedIn logo",
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/linkedin_logo_image_20250211191111.png",
              "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/linkedin_logo_image_thumbnail_20250211191112.png",
              "credit": "LinkedIn",
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          },
          "url": "https://www.linkedin.com/in/yuri-kubo-116a65a0/"
        },
        {
          "id": 367,
          "social_media": {
            "id": 2,
            "name": "Instagram",
            "url": "https://instagram.com",
            "logo": {
              "id": 2322,
              "name": "Instagram logo",
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_20250211191139.png",
              "thumbnail_url": "https://thespacedevs-prod.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/astro_kubo/"
        },
        {
          "id": 368,
          "social_media": {
            "id": 7,
            "name": "Facebook",
            "url": "https://www.facebook.com/",
            "logo": {
              "id": 2420,
              "name": "Facebook logo",
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/facebook_logo_image_20250721163611.png",
              "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/facebook_logo_image_thumbnail_20250721163611.png",
              "credit": "Facebook",
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          },
          "url": "https://www.facebook.com/astroyurikubo/"
        }
      ],
      "flights_count": 0,
      "landings_count": 0,
      "spacewalks_count": 0
    },
    {
      "id": 746,
      "url": "https://ll.thespacedevs.com/2.3.0/astronauts/746/?format=api",
      "name": "John McFall",
      "status": {
        "id": 3,
        "name": "In-Training"
      },
      "agency": {
        "response_mode": "list",
        "id": 27,
        "url": "https://ll.thespacedevs.com/2.3.0/agencies/27/?format=api",
        "name": "European Space Agency",
        "abbrev": "ESA",
        "type": {
          "id": 2,
          "name": "Multinational"
        }
      },
      "image": {
        "id": 685,
        "name": "[AUTO] John McFall - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/john_mcfall_image_20221123150741.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190512.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": 44,
      "date_of_birth": "1981-04-25",
      "date_of_death": null,
      "nationality": [
        {
          "id": 10,
          "name": "United Kingdom",
          "alpha_2_code": "GB",
          "alpha_3_code": "GBR",
          "nationality_name": "British",
          "nationality_name_composed": "Brito"
        }
      ],
      "bio": "John has a background in sports and exercise science. He completed his bachelor’s degree from Swansea University, UK, in 2004, and his master’s degree from University of Wales Institute in Cardiff, UK, in 2005. \r\nIn 2014, John graduated with a Bachelor of Medicine and Surgery from the Cardiff University School of Medicine, UK. He became a member of the Royal College of Surgeons in 2016 and is currently a Trauma and Orthopaedic Specialist Registrar working in the south of England.\r\nFollowing a motorcycle accident that resulted in the amputation of his right leg at the age of 19, John learned to run again. He became a professional track and field athlete in 2005, going on to represent Great Britain and Northern Ireland as a Paralympic sprinter, class T42.",
      "wiki": "https://en.wikipedia.org/wiki/John_McFall_(athlete)",
      "last_flight": null,
      "first_flight": null,
      "social_media_links": [
        {
          "id": 34,
          "social_media": {
            "id": 1,
            "name": "X",
            "url": "https://x.com",
            "logo": {
              "id": 2320,
              "name": "X logo",
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
              "thumbnail_url": "https://thespacedevs-prod.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/iamfivetoes"
        },
        {
          "id": 35,
          "social_media": {
            "id": 2,
            "name": "Instagram",
            "url": "https://instagram.com",
            "logo": {
              "id": 2322,
              "name": "Instagram logo",
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_20250211191139.png",
              "thumbnail_url": "https://thespacedevs-prod.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/mrjohnmcfall/"
        }
      ],
      "flights_count": 0,
      "landings_count": 0,
      "spacewalks_count": 0
    },
    {
      "id": 664,
      "url": "https://ll.thespacedevs.com/2.3.0/astronauts/664/?format=api",
      "name": "Roger B. Chaffee",
      "status": {
        "id": 5,
        "name": "Lost In Training"
      },
      "agency": {
        "response_mode": "list",
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "abbrev": "NASA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 684,
        "name": "[AUTO] Roger B. Chaffee - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/roger_b._chaffe_image_20210509184925.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190510.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": "1935-02-15",
      "date_of_death": "1967-01-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": "Roger Bruce Chaffee was an American naval officer, aviator, and aeronautical engineer who was a NASA astronaut in the Apollo program. Along with thirteen other pilots, Chaffee was selected to be an astronaut as part of NASA Astronaut Group 3 in 1963. He served as capsule communicator (CAPCOM) for the Gemini 3 and Gemini 4 missions and received his first spaceflight assignment in 1966 as the third-ranking pilot on Apollo 1. In 1967, he died in a fire along with fellow astronauts Virgil \"Gus\" Grissom and Ed White during a pre-launch test for the mission at what was then the Cape Kennedy Air Force Station Launch Complex 34, Florida. He was posthumously awarded the Congressional Space Medal of Honor and a second Air Medal.",
      "wiki": "https://en.wikipedia.org/wiki/Roger_B._Chaffee",
      "last_flight": "1967-01-27T23:31:19Z",
      "first_flight": "1967-01-27T23:31:19Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 715,
      "url": "https://ll.thespacedevs.com/2.3.0/astronauts/715/?format=api",
      "name": "Jessica Wittner",
      "status": {
        "id": 3,
        "name": "In-Training"
      },
      "agency": {
        "response_mode": "list",
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "abbrev": "NASA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 622,
        "name": "[AUTO] Jessica Wittner - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jessica_wittner_image_20211206185425.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190332.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": 43,
      "date_of_birth": "1983-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": "Jessica Wittner is a US Navy commander from California with a distinguished career serving on active duty as a naval aviator and test pilot. She holds a Bachelor of Science in aerospace engineering from the University of Arizona, and a Master of Science in aerospace engineering from the U.S. Naval Postgraduate School. Wittner was commissioned as a naval officer through an enlisted-to-officer program and has served operationally flying F/A-18 fighter jets with Strike Fighter Squadron 34 in Virginia Beach, Virginia, and Strike Fighter Squadron 151 in Lemoore, California. A graduate of U.S. Naval Test Pilot School, she also worked as a test pilot and project officer with Air Test and Evaluation Squadron 31 in China Lake, California.\r\n\r\nExact date of birth unknown.",
      "wiki": "https://en.wikipedia.org/wiki/Jessica_Wittner",
      "last_flight": null,
      "first_flight": null,
      "social_media_links": [],
      "flights_count": 0,
      "landings_count": 0,
      "spacewalks_count": 0
    }
  ]
}