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=20&ordering=-status
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 853,
  "next": "https://ll.thespacedevs.com/2.0.0/astronaut/?format=api&limit=10&offset=30&ordering=-status",
  "previous": "https://ll.thespacedevs.com/2.0.0/astronaut/?format=api&limit=10&offset=10&ordering=-status",
  "results": [
    {
      "id": 884,
      "url": "https://ll.thespacedevs.com/2.0.0/astronaut/884/?format=api",
      "name": "Alberto Gutiérrez",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "Spanish",
      "bio": "Entrepreneur, technologist, and world traveler.",
      "twitter": null,
      "instagram": "https://www.instagram.com/albertogutierrezpascual/",
      "wiki": null,
      "agency": {
        "id": 141,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg"
      },
      "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/alberto_guti25_image_20260116170918.jpg",
      "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/alberto_guti25_image_thumbnail_20260116170918.jpeg",
      "last_flight": "2026-01-22T16:25:35Z",
      "first_flight": "2026-01-22T16:25:35Z"
    },
    {
      "id": 789,
      "url": "https://ll.thespacedevs.com/2.0.0/astronaut/789/?format=api",
      "name": "Neil Kornswiet",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "American",
      "bio": "Since Neil Kornswiet was a young boy in Ohio, he’s been fascinated with all things space and space travel. He watched the Mercury, Gemini and Apollo launches on his family’s tiny black-and-white TV; he devoured every space-related book he could get his hands on, as well as science fiction by Arthur C. Clarke, Isaac Asimov, and others; and he was a huge fan of the 1960s TV show Lost in Space. But it was the opportunity to do legislative research for U.S. Senator John Glenn – the former Mercury astronaut –that cemented his lifelong passion for space. During their friendship, the Senator encouraged Neil to try flying airplanes and predicted that space tourism would occur during Neil’s lifetime. Now, after flying aboard ‘Galactic 06,’ space travel has forever changed the way Neil looks at the universe and his place in it, just as Glenn told him it would. Among other things, Neil is a commercial pilot with thousands of flight hours and flies his own Gulfstream G550 jet. His spacesuit displays a USA flag patch as well as a patch honoring John Glenn.",
      "twitter": null,
      "instagram": null,
      "wiki": null,
      "agency": {
        "id": 1024,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "featured": false,
        "type": "Private",
        "country_code": "USA",
        "abbrev": "VG",
        "description": "Virgin Galactic is an American spaceflight company within the Virgin Group. It is developing commercial spacecraft and aims to provide suborbital spaceflights to space tourists. Virgin Galactic's suborbital spacecraft are air launched from beneath a carrier airplane known as White Knight Two.",
        "administrator": "Founder: Richard Branson",
        "founding_year": "2004",
        "launchers": "VMS Eve",
        "spacecraft": "VSS Enterprise | VSS Unity",
        "parent": null,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg"
      },
      "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/neil_kornswiet_image_20240226161353.jpg",
      "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190949.jpeg",
      "last_flight": "2024-01-26T17:42:05Z",
      "first_flight": "2024-01-26T17:42:05Z"
    },
    {
      "id": 769,
      "url": "https://ll.thespacedevs.com/2.0.0/astronaut/769/?format=api",
      "name": "Anastatia Mayers",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "Antiguan",
      "bio": "Passenger on Galactic-02, winners of Space for Humanity draw.",
      "twitter": null,
      "instagram": null,
      "wiki": null,
      "agency": {
        "id": 1024,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "featured": false,
        "type": "Private",
        "country_code": "USA",
        "abbrev": "VG",
        "description": "Virgin Galactic is an American spaceflight company within the Virgin Group. It is developing commercial spacecraft and aims to provide suborbital spaceflights to space tourists. Virgin Galactic's suborbital spacecraft are air launched from beneath a carrier airplane known as White Knight Two.",
        "administrator": "Founder: Richard Branson",
        "founding_year": "2004",
        "launchers": "VMS Eve",
        "spacecraft": "VSS Enterprise | VSS Unity",
        "parent": null,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg"
      },
      "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/anastatia_mayer_image_20230718080218.png",
      "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190223.png",
      "last_flight": "2023-08-10T15:17:00Z",
      "first_flight": "2023-08-10T15:17:00Z"
    },
    {
      "id": 793,
      "url": "https://ll.thespacedevs.com/2.0.0/astronaut/793/?format=api",
      "name": "Kenneth Lafferty Hess",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "date_of_birth": "1953-01-22",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Ken is a software engineer and entrepreneur who shaped today's technology-based family history industry when he developed the Family Tree Maker product line in the 1990s. The company was acquired by Ancestry.com in 2003. In 2001, Ken gave back by founding Science Buddies, a K-12 nonprofit created to level the playing field and improve STEM literacy by inspiring students through free, personalized, hands-on projects in all areas of science, including space exploration. Science Buddies has reached one-quarter billion users. Ken’s lifelong passion for space exploration is in his DNA, with numerous early American pioneers in his mother’s lineage and many engineers and technicians in his father’s.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Kenneth_Hess",
      "agency": {
        "id": 141,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg"
      },
      "profile_image": null,
      "profile_image_thumbnail": null,
      "last_flight": "2024-05-19T14:35:09Z",
      "first_flight": "2024-05-19T14:35:09Z"
    },
    {
      "id": 830,
      "url": "https://ll.thespacedevs.com/2.0.0/astronaut/830/?format=api",
      "name": "Gayle King",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "date_of_birth": "1954-12-28",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Gayle King is an American television personality, author, and broadcast journalist for CBS News, co-hosting its flagship morning program, CBS Mornings, and before that its predecessor CBS This Morning. She is also an editor-at-large for O, The Oprah Magazine. King was named one of Time magazine's \"100 Most Influential People of 2019\".",
      "twitter": "https://x.com/gayleking",
      "instagram": "https://www.instagram.com/gayleking/",
      "wiki": "https://en.wikipedia.org/wiki/Gayle_King",
      "agency": {
        "id": 141,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg"
      },
      "profile_image": null,
      "profile_image_thumbnail": null,
      "last_flight": "2025-04-14T13:30:00Z",
      "first_flight": "2025-04-14T13:30:00Z"
    },
    {
      "id": 856,
      "url": "https://ll.thespacedevs.com/2.0.0/astronaut/856/?format=api",
      "name": "Deborah Martorell",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "Puerto Rican",
      "bio": "Puerto Rican meteorologist and journalist. Her reporting on environmental and space topics has garnered eight Emmy Awards and two Awards of Excellence in Science Reporting from the American Meteorological Society. Her passion for space led her to participate in a 2007 microgravity flight with NASA, extensively cover Puerto Rican astronauts Joe Acabá and Marcos Berríos, and report on missions including STS-119, Artemis 1, and the launch of Puerto Rico's first nanosatellite, CuNARD-2. She was selected for the International Institute for Astronautical Sciences’ project PoSSUM, and is also a Solar System Ambassador for NASA's Jet Propulsion Laboratory and the National Oceanic and Atmospheric Administration.",
      "twitter": "https://x.com/deborahtiempo",
      "instagram": "https://www.instagram.com/deborahmartorell/",
      "wiki": null,
      "agency": {
        "id": 141,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg"
      },
      "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/deborah_martore_image_20250721164208.jpg",
      "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/deborah_martore_image_thumbnail_20250721164208.jpeg",
      "last_flight": "2025-08-03T12:42:16Z",
      "first_flight": "2025-08-03T12:42:16Z"
    },
    {
      "id": 790,
      "url": "https://ll.thespacedevs.com/2.0.0/astronaut/790/?format=api",
      "name": "Edward Joseph Dwight Jr.",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "date_of_birth": "1933-09-09",
      "date_of_death": null,
      "nationality": "American",
      "bio": "In 1961, Ed was chosen by President John F. Kennedy to enter training at the Aerospace Research Pilot School (ARPS), an elite U.S. Air Force flight training program known as a pathway for entering the NASA Astronaut Corps. In 1963, after successfully completing the ARPS program, Ed was recommended by the U.S. Air Force for the NASA Astronaut Corps but ultimately was not among those selected. He entered private life in 1966 and spent a decade as an entrepreneur before dedicating his life’s work to using sculpture as a medium to tell the story of Black history. He’s spent the last five decades creating large-scale monuments of iconic Black figures, including Dr. Martin Luther King Jr., Frederick Douglass, and Harriet Tubman and the Underground Railroad, among many others. His more than 130 public works are installed in museums and public spaces across the U.S. and Canada. Ed was born in 1933 and raised in Kansas City, KS.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Ed_Dwight",
      "agency": {
        "id": 141,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg"
      },
      "profile_image": null,
      "profile_image_thumbnail": null,
      "last_flight": "2024-05-19T14:35:09Z",
      "first_flight": "2024-05-19T14:35:09Z"
    },
    {
      "id": 787,
      "url": "https://ll.thespacedevs.com/2.0.0/astronaut/787/?format=api",
      "name": "Robie Vaughn",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "American",
      "bio": "Robie Vaughn and his wife, Fallon, strive to lead by example, whether in business, philanthropy or adventure. “We’d like to show that you can have fun while trying your best,” he says. “That philosophy applies to just about everything in life.” Even spaceflight. Flying aboard VSS Unity was the culmination of a lifelong dream for Robie, who grew up watching Apollo missions, often witnessed from the ground at Cape Canaveral, Florida, with his parents. Since then, he has carried on the tradition by traveling to launches with his wife and children. By going to space, Robie hopes to inspire others to never give up their dreams. “Anything is possible if you will allow it to be so,” he says. His spacesuit displays the USA and state of Texas flags. Onboard ‘Galactic 06,’ he carried a string of flags from his Seven Summits expeditions and photos of his family.",
      "twitter": null,
      "instagram": null,
      "wiki": null,
      "agency": {
        "id": 1024,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "featured": false,
        "type": "Private",
        "country_code": "USA",
        "abbrev": "VG",
        "description": "Virgin Galactic is an American spaceflight company within the Virgin Group. It is developing commercial spacecraft and aims to provide suborbital spaceflights to space tourists. Virgin Galactic's suborbital spacecraft are air launched from beneath a carrier airplane known as White Knight Two.",
        "administrator": "Founder: Richard Branson",
        "founding_year": "2004",
        "launchers": "VMS Eve",
        "spacecraft": "VSS Enterprise | VSS Unity",
        "parent": null,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg"
      },
      "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/robie_vaughn_image_20240226161036.png",
      "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190645.png",
      "last_flight": "2024-01-26T17:42:05Z",
      "first_flight": "2024-01-26T17:42:05Z"
    },
    {
      "id": 851,
      "url": "https://ll.thespacedevs.com/2.0.0/astronaut/851/?format=api",
      "name": "Freddie Rescigno Jr.",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "American Italian",
      "bio": "Italian-American entrepreneur, business owner, and competitive golfer based in Suwanee, Georgia.",
      "twitter": null,
      "instagram": null,
      "wiki": null,
      "agency": {
        "id": 141,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg"
      },
      "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/freddie_rescign_image_20250621125046.jpg",
      "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/freddie_rescign_image_thumbnail_20250621125046.jpeg",
      "last_flight": "2025-06-29T14:39:56Z",
      "first_flight": "2025-06-29T14:39:56Z"
    },
    {
      "id": 914,
      "url": "https://ll.thespacedevs.com/2.0.0/astronaut/914/?format=api",
      "name": "Laura Stiles",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "American",
      "bio": "Blue Origin’s Director of New Shepard Launch Operations, with a B.S. in Engineering Physics from the University of Kansas and a Ph.D. from the University of Colorado at Boulder in Aerospace Engineering Sciences in the Astrodynamics and Satellite Navigation focus area.",
      "twitter": "https://x.com/LAStiles",
      "instagram": "https://www.instagram.com/la_stiles/",
      "wiki": null,
      "agency": {
        "id": 141,
        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg"
      },
      "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/laura_stiles_po_image_20260120194708.jpg",
      "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/laura_stiles_po_image_thumbnail_20260120194708.jpeg",
      "last_flight": "2026-01-22T16:25:35Z",
      "first_flight": "2026-01-22T16:25:35Z"
    }
  ]
}