API endpoint that allows Astronaut to be viewed.

GET: Return a list of all the existing astronauts.

MODE: Normal, List, LaunchList and Detailed /2.0.0/astronaut/?mode=detailed

FILTERS: Parameters - 'name', 'status', 'nationality', 'agency__name', 'agency__abbrev', 'date_of_birth', 'date_of_death', 'status_ids' Example - /2.0.0/astronaut/?nationality=American

SEARCH EXAMPLE: /2.0.0/astronaut/?search=armstrong Searches through name, nationality and agency name

ORDERING: Fields - 'name', 'status', 'date_of_birth' Example - /2.0.0/astronaut/?order=name

GET /2.0.0/astronaut/?format=api&offset=750&ordering=status
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 853,
  "next": "https://lldev.thespacedevs.com/2.0.0/astronaut/?format=api&limit=10&offset=760&ordering=status",
  "previous": "https://lldev.thespacedevs.com/2.0.0/astronaut/?format=api&limit=10&offset=740&ordering=status",
  "results": [
    {
      "id": 866,
      "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/866/?format=api",
      "name": "Michaela Benthaus",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "German",
      "bio": "Aerospace and mechatronics engineer. In 2018, she was involved in a mountain biking accident that resulted in a spinal cord injury impacting her ability to walk, but continues to pursue sporting activities outside of work, including wheelchair tennis. She flew aboard a Zero-G research flight in 2022 and completed an analog astronaut mission.",
      "twitter": "https://x.com/MichiBenthaus",
      "instagram": "https://www.instagram.com/michi_benthaus/",
      "wiki": "https://en.wikipedia.org/wiki/Michaela_Benthaus",
      "agency": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "BO",
        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
        "administrator": "CEO: Jeff Bezos",
        "founding_year": "2000",
        "launchers": "New Shepard | New Glenn",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/michaela_bentha_image_20251205145838.png",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/michaela_bentha_image_thumbnail_20251205145838.png",
      "last_flight": "2025-12-20T14:15:00Z",
      "first_flight": "2025-12-20T14:15:00Z"
    },
    {
      "id": 870,
      "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/870/?format=api",
      "name": "Adonis Pouroulis",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "American",
      "bio": "Entrepreneur, investor, and mining engineer.",
      "twitter": null,
      "instagram": null,
      "wiki": null,
      "agency": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "BO",
        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
        "administrator": "CEO: Jeff Bezos",
        "founding_year": "2000",
        "launchers": "New Shepard | New Glenn",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/adonis_pourouli_image_20251205150902.png",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/adonis_pourouli_image_thumbnail_20251205150903.png",
      "last_flight": "2025-12-20T14:15:00Z",
      "first_flight": "2025-12-20T14:15:00Z"
    },
    {
      "id": 702,
      "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/702/?format=api",
      "name": "Dylan Taylor",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "date_of_birth": "1970-10-23",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Dylan Taylor is chairman & CEO of Voyager Space, a global space exploration firm headquartered in Denver, and the founder of the global nonprofit Space for Humanity, which seeks to democratize access to space. He is also co-Founding Patron of the Commercial Spaceflight Federation.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Dylan_Taylor_(executive)",
      "agency": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "BO",
        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
        "administrator": "CEO: Jeff Bezos",
        "founding_year": "2000",
        "launchers": "New Shepard | New Glenn",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/dylan_taylor_image_20220606095053.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190906.jpeg",
      "last_flight": "2021-12-11T15:00:42Z",
      "first_flight": "2021-12-11T15:00:42Z"
    },
    {
      "id": 827,
      "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/827/?format=api",
      "name": "Russel Wilson",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "Australian",
      "bio": "Cryptocurrencies entrepreneur",
      "twitter": null,
      "instagram": null,
      "wiki": null,
      "agency": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "BO",
        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
        "administrator": "CEO: Jeff Bezos",
        "founding_year": "2000",
        "launchers": "New Shepard | New Glenn",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg"
      },
      "profile_image": null,
      "profile_image_thumbnail": null,
      "last_flight": "2025-02-25T15:49:11Z",
      "first_flight": "2025-02-25T15:49:11Z"
    },
    {
      "id": 847,
      "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/847/?format=api",
      "name": "Mark Rocket",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "Kiwi",
      "bio": "New Zealand entrepreneur, aerospace executive, and the founder of Kea Aerospace.",
      "twitter": "https://x.com/rocketnz",
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Mark_Rocket",
      "agency": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "BO",
        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
        "administrator": "CEO: Jeff Bezos",
        "founding_year": "2000",
        "launchers": "New Shepard | New Glenn",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mark_rocket_off_image_20250601063403.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mark_rocket_off_image_thumbnail_20250601063403.jpeg",
      "last_flight": "2025-05-31T13:39:11Z",
      "first_flight": "2025-05-31T13:39:11Z"
    },
    {
      "id": 780,
      "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/780/?format=api",
      "name": "Kellie Gerardi",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "date_of_birth": "1989-02-16",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Kellie Gerardi is an American aerospace, defense, and technology professional and a popular science communicator.",
      "twitter": "https://twitter.com/kelliegerardi",
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Kellie_Gerardi",
      "agency": {
        "id": 1078,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1078/?format=api",
        "name": "International Institute for Aeronautical Sciences",
        "featured": false,
        "type": "Multinational",
        "country_code": "???",
        "abbrev": "IIAS",
        "description": "An international research institute specializing in aeronomy, bioastronautics, operational science, and flight test engineering.",
        "administrator": null,
        "founding_year": null,
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kellie_gerardi_image_20231019173010.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185931.jpeg",
      "last_flight": "2023-11-02T15:44:00Z",
      "first_flight": "2023-11-02T15:44:00Z"
    },
    {
      "id": 869,
      "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/869/?format=api",
      "name": "Neal Milch",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "American",
      "bio": "Business executive and entrepreneur.",
      "twitter": null,
      "instagram": null,
      "wiki": null,
      "agency": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "BO",
        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
        "administrator": "CEO: Jeff Bezos",
        "founding_year": "2000",
        "launchers": "New Shepard | New Glenn",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/neal_milch_image_20251205150827.png",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/neal_milch_image_thumbnail_20251205150827.png",
      "last_flight": "2025-12-20T14:15:00Z",
      "first_flight": "2025-12-20T14:15:00Z"
    },
    {
      "id": 736,
      "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/736/?format=api",
      "name": "Vanessa O’Brien",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "date_of_birth": "1964-12-02",
      "date_of_death": null,
      "nationality": "American British",
      "bio": "Vanessa Audi Rhys O'Brien is a British and American mountaineer, explorer, aquanaut, author and former business executive. On June 12, 2020, O'Brien became the first woman to reach Earth's highest and lowest points, receiving a Guinness World Record. She became the first American woman to climb K2 and the first British woman to climb K2 (as a result of her dual nationality) on 28 July 2017, successfully leading a team of 12 members to the summit and back on her third attempt. She is a Fellow of the Royal Geographical Society (RGS) and a Member of The Scientific Exploration Society (SES).",
      "twitter": "https://twitter.com/vobonline",
      "instagram": "https://www.instagram.com/vobonline",
      "wiki": "https://en.wikipedia.org/wiki/Vanessa_O%27Brien",
      "agency": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "BO",
        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
        "administrator": "CEO: Jeff Bezos",
        "founding_year": "2000",
        "launchers": "New Shepard | New Glenn",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vanessa_o25e2_image_20220911033839.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185849.jpeg",
      "last_flight": "2022-08-04T13:56:07Z",
      "first_flight": "2022-08-04T13:56:07Z"
    },
    {
      "id": 779,
      "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/779/?format=api",
      "name": "Sol Alan Stern",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 7,
        "name": "Commercial"
      },
      "date_of_birth": "1957-11-22",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Sol Alan Stern is an American engineer and planetary scientist. He is the principal investigator of the New Horizons mission to Pluto and the Chief Scientist at Moon Express.",
      "twitter": "https://twitter.com/AlanStern",
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Alan_Stern",
      "agency": {
        "id": 44,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "featured": true,
        "type": "Government",
        "country_code": "USA",
        "abbrev": "NASA",
        "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
        "administrator": "Administrator: Jared Isaacman",
        "founding_year": "1958",
        "launchers": "Space Shuttle | SLS",
        "spacecraft": "Orion",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/sol_alan_stern_image_20231019172409.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185545.jpeg",
      "last_flight": "2023-11-02T15:44:00Z",
      "first_flight": "2023-11-02T15:44:00Z"
    },
    {
      "id": 826,
      "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/826/?format=api",
      "name": "Tushar Shah",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "Earthling",
      "bio": "Tushar is a partner and the co-head of research at a quantitative hedge fund in New York City. He studied physics as an undergraduate at MIT and high energy experimental particle physics for his PhD, also at MIT.",
      "twitter": null,
      "instagram": null,
      "wiki": null,
      "agency": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "BO",
        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
        "administrator": "CEO: Jeff Bezos",
        "founding_year": "2000",
        "launchers": "New Shepard | New Glenn",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg"
      },
      "profile_image": null,
      "profile_image_thumbnail": null,
      "last_flight": "2025-02-25T15:49:11Z",
      "first_flight": "2025-02-25T15:49:11Z"
    }
  ]
}