API endpoint that allows Astronaut to be viewed.

GET: Return a list of all the existing astronauts.

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

FILTERS: Parameters - 'name', 'status', 'nationality', 'agency__name', 'agency__abbrev', 'date_of_birth', 'date_of_death', 'status_ids', 'is_human', 'type__id', 'has_flown', 'in_space' Example - /2.2.0/astronaut/?nationality=American

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

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

GET /2.2.0/astronaut/918/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 918,
  "url": "https://ll.thespacedevs.com/2.2.0/astronaut/918/?format=api",
  "name": "Aleš Svoboda",
  "status": {
    "id": 3,
    "name": "In-Training"
  },
  "type": {
    "id": 2,
    "name": "Government"
  },
  "in_space": false,
  "time_in_space": "P0D",
  "eva_time": "P0D",
  "agency": {
    "id": 27,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
    "name": "European Space Agency",
    "type": "Multinational"
  },
  "age": 39,
  "date_of_birth": "1986-06-19",
  "date_of_death": null,
  "nationality": "Czech",
  "twitter": "https://x.com/astro_ales",
  "instagram": "https://www.instagram.com/astro_ales/",
  "bio": "Aleš Svoboda is a Czech fighter pilot and astronaut. In November 2022, he was selected as member of the European Space Agency reserve team of astronauts, thus he is the first astronaut of the independent Czech Republic.",
  "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ale25c525a1_s_image_20260612081413.jpg",
  "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ale25c525a1_s_image_thumbnail_20260612081414.jpeg",
  "wiki": "https://en.wikipedia.org/wiki/Ale%C5%A1_Svoboda_(astronaut)",
  "flights": [],
  "landings": [
    {
      "id": 904,
      "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/904/?format=api",
      "destination": "International Space Station",
      "mission_end": null,
      "spacecraft": {
        "id": 452,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/452/?format=api",
        "name": "Crew Dragon",
        "serial_number": "TBD",
        "is_placeholder": true,
        "in_space": false,
        "time_in_space": "P0D",
        "time_docked": "P0D",
        "flights_count": 0,
        "mission_ends_count": 0,
        "status": {
          "id": 1,
          "name": "Active"
        },
        "description": "The specific spacecraft for this launch is currently unknown.",
        "spacecraft_config": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/6/?format=api",
          "name": "Crew Dragon 2",
          "type": {
            "id": 2,
            "name": "Capsule"
          },
          "agency": {
            "id": 121,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
            "name": "SpaceX",
            "type": "Commercial"
          },
          "in_use": true,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg"
        }
      },
      "launch": {
        "id": "f3a1a032-5cca-4733-9ca8-04a5a1dba222",
        "url": "https://ll.thespacedevs.com/2.2.0/launch/f3a1a032-5cca-4733-9ca8-04a5a1dba222/?format=api",
        "slug": "falcon-9-block-5-pam-6-vast-iss-mission-1",
        "name": "Falcon 9 Block 5 | PAM-6 (Vast ISS Mission 1)",
        "status": {
          "id": 2,
          "name": "To Be Determined",
          "abbrev": "TBD",
          "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
        },
        "last_updated": "2026-06-02T15:32:46Z",
        "net": "2027-09-30T00:00:00Z",
        "window_end": "2027-09-30T00:00:00Z",
        "window_start": "2027-09-30T00:00:00Z",
        "net_precision": {
          "id": 10,
          "name": "Quarter 3",
          "abbrev": "Q3",
          "description": "The T-0 is expected in the third quarter of the given year."
        },
        "probability": null,
        "weather_concerns": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
          "id": 121,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
          "name": "SpaceX",
          "type": "Commercial"
        },
        "rocket": {
          "id": 8916,
          "configuration": {
            "id": 164,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
            "name": "Falcon 9",
            "family": "Falcon",
            "full_name": "Falcon 9 Block 5",
            "variant": "Block 5"
          }
        },
        "mission": {
          "id": 7508,
          "name": "PAM-6 (Vast ISS Mission 1)",
          "description": "Vast’s first private crew rotation to the International Space Station aboard a SpaceX Crew Dragon spacecraft, and NASA's 6th Private Astronaut Mission to the ISS.\r\n\r\nThe crew includes ESA/CNES astronaut Thomas Pesquet, who will serve as Commander for the mission, and Czech astronaut Aleš Svoboda. The mission will carry 4 astronauts to and from the International Space Station for up to 2 weeks.\r\n\r\nNote: Official mission name to be confirmed.",
          "launch_designator": null,
          "type": "Tourism",
          "orbit": {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
          },
          "agencies": [],
          "info_urls": [],
          "vid_urls": []
        },
        "pad": {
          "id": 80,
          "url": "https://ll.thespacedevs.com/2.2.0/pad/80/?format=api",
          "agency_id": 121,
          "name": "Space Launch Complex 40",
          "description": "",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
          "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
          "latitude": "28.56194122",
          "longitude": "-80.57735736",
          "location": {
            "id": 12,
            "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
            "name": "Cape Canaveral SFS, FL, USA",
            "country_code": "USA",
            "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
            "timezone_name": "America/New_York",
            "total_launch_count": 1114,
            "total_landing_count": 75
          },
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
          "total_launch_count": 387,
          "orbital_launch_attempt_count": 387
        },
        "webcast_live": false,
        "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
        "infographic": null,
        "program": [
          {
            "id": 17,
            "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
            "name": "International Space Station",
            "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
            "agencies": [
              {
                "id": 16,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                "name": "Canadian Space Agency",
                "type": "Government"
              },
              {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                "name": "European Space Agency",
                "type": "Multinational"
              },
              {
                "id": 37,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                "name": "Japan Aerospace Exploration Agency",
                "type": "Government"
              },
              {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
              },
              {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
              }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
            "start_date": "1998-11-20T06:40:00Z",
            "end_date": null,
            "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
            "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
            "mission_patches": [],
            "type": {
              "id": 2,
              "name": "Human Spaceflight"
            }
          }
        ],
        "orbital_launch_attempt_count": 7522,
        "location_launch_attempt_count": 1186,
        "pad_launch_attempt_count": 398,
        "agency_launch_attempt_count": 770,
        "orbital_launch_attempt_count_year": 34,
        "location_launch_attempt_count_year": 16,
        "pad_launch_attempt_count_year": 4,
        "agency_launch_attempt_count_year": 21,
        "type": "normal"
      },
      "landing": null
    }
  ],
  "flights_count": 0,
  "landings_count": 0,
  "spacewalks_count": 0,
  "last_flight": null,
  "first_flight": null,
  "spacewalks": []
}