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/613/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 613,
  "url": "https://ll.thespacedevs.com/2.0.0/astronaut/613/?format=api",
  "name": "Roger K. Crouch",
  "status": {
    "id": 2,
    "name": "Retired"
  },
  "type": {
    "id": 5,
    "name": "Payload Specialist"
  },
  "agency": {
    "id": 44,
    "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
    "name": "National Aeronautics and Space Administration",
    "type": "Government"
  },
  "date_of_birth": "1940-09-12",
  "date_of_death": null,
  "nationality": "American",
  "twitter": null,
  "instagram": null,
  "bio": "Roger Keith Crouch (born September 12, 1940) is an American scientist and astronaut who flew as a payload specialist on two NASA Space Shuttle missions in 1997.",
  "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/roger2520k.2520crouch_image_20190211162446.jpeg",
  "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185623.jpeg",
  "wiki": "https://en.wikipedia.org/wiki/Roger_K._Crouch",
  "flights": [
    {
      "id": "fdee356f-d833-4f4a-932c-742a89aee1b7",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/fdee356f-d833-4f4a-932c-742a89aee1b7/?format=api",
      "launch_library_id": 430,
      "slug": "space-shuttle-columbia-ov-102-sts-83",
      "name": "Space Shuttle Columbia / OV-102 | STS-83",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1997-04-04T19:20:32Z",
      "window_end": "1997-04-04T19:20:32Z",
      "window_start": "1997-04-04T19:20:32Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 191,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/191/?format=api",
        "name": "United Space Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 413,
        "configuration": {
          "id": 493,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/493/?format=api",
          "name": "Space Shuttle",
          "family": "",
          "full_name": "Space Shuttle",
          "variant": ""
        }
      },
      "mission": {
        "id": 830,
        "launch_library_id": 979,
        "name": "STS-83",
        "description": "STS-83 was a mission of the United States Space Shuttle Columbia.",
        "launch_designator": null,
        "type": "",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 87,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/87/?format=api",
        "agency_id": 121,
        "name": "Launch Complex 39A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
        "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
        "latitude": "28.60822681",
        "longitude": "-80.60428186",
        "location": {
          "id": 27,
          "url": "https://ll.thespacedevs.com/2.0.0/location/27/?format=api",
          "name": "Kennedy Space Center, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
          "total_launch_count": 281,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
        "total_launch_count": 222
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.0.0/program/6/?format=api",
          "name": "Space Shuttle",
          "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.",
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png",
          "start_date": "1981-04-12T12:00:03Z",
          "end_date": "2011-07-08T15:29:00Z",
          "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program"
        }
      ]
    },
    {
      "id": "021ccee4-2152-41f3-b8e2-91c29f7fcdc4",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/021ccee4-2152-41f3-b8e2-91c29f7fcdc4/?format=api",
      "launch_library_id": 432,
      "slug": "space-shuttle-columbia-ov-102-sts-94",
      "name": "Space Shuttle Columbia / OV-102 | STS-94",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1997-07-01T18:02:02Z",
      "window_end": "1997-07-01T18:02:02Z",
      "window_start": "1997-07-01T18:02:02Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 191,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/191/?format=api",
        "name": "United Space Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 416,
        "configuration": {
          "id": 493,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/493/?format=api",
          "name": "Space Shuttle",
          "family": "",
          "full_name": "Space Shuttle",
          "variant": ""
        }
      },
      "mission": {
        "id": 826,
        "launch_library_id": 981,
        "name": "STS-94",
        "description": "STS-94 was a mission of the United States Space Shuttle Columbia, launched on 1 July 1997.",
        "launch_designator": null,
        "type": "",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 87,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/87/?format=api",
        "agency_id": 121,
        "name": "Launch Complex 39A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
        "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
        "latitude": "28.60822681",
        "longitude": "-80.60428186",
        "location": {
          "id": 27,
          "url": "https://ll.thespacedevs.com/2.0.0/location/27/?format=api",
          "name": "Kennedy Space Center, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
          "total_launch_count": 281,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
        "total_launch_count": 222
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.0.0/program/6/?format=api",
          "name": "Space Shuttle",
          "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.",
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png",
          "start_date": "1981-04-12T12:00:03Z",
          "end_date": "2011-07-08T15:29:00Z",
          "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program"
        }
      ]
    }
  ],
  "landings": [
    {
      "id": 130,
      "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/130/?format=api",
      "destination": "Low Earth Orbit",
      "mission_end": "1997-07-17T10:47:00Z",
      "spacecraft": {
        "id": 36,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/36/?format=api",
        "name": "Space Shuttle Columbia",
        "serial_number": "OV-102",
        "status": {
          "id": 3,
          "name": "Destroyed"
        },
        "description": "Space Shuttle Columbia (Orbiter Vehicle Designation: OV-102) was the first space-rated orbiter in NASA's Space Shuttle fleet. It launched for the first time on mission STS-1 on April 12, 1981, the first flight of the Space Shuttle program. Over 22 years of service, it completed 27 missions before disintegrating during re-entry near the end of its 28th mission, STS-107 on February 1, 2003, resulting in the deaths of all seven crew members.",
        "spacecraft_config": {
          "id": 14,
          "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/14/?format=api",
          "name": "Space Shuttle",
          "type": {
            "id": 3,
            "name": "Spaceplane"
          },
          "agency": {
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
          },
          "in_use": false,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg"
        }
      },
      "launch": {
        "id": "021ccee4-2152-41f3-b8e2-91c29f7fcdc4",
        "url": "https://ll.thespacedevs.com/2.0.0/launch/021ccee4-2152-41f3-b8e2-91c29f7fcdc4/?format=api",
        "launch_library_id": 432,
        "slug": "space-shuttle-columbia-ov-102-sts-94",
        "name": "Space Shuttle Columbia / OV-102 | STS-94",
        "status": {
          "id": 3,
          "name": "Success"
        },
        "net": "1997-07-01T18:02:02Z",
        "window_end": "1997-07-01T18:02:02Z",
        "window_start": "1997-07-01T18:02:02Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": null,
        "holdreason": "",
        "failreason": null,
        "hashtag": null,
        "launch_service_provider": {
          "id": 191,
          "url": "https://ll.thespacedevs.com/2.0.0/agencies/191/?format=api",
          "name": "United Space Alliance",
          "type": "Commercial"
        },
        "rocket": {
          "id": 416,
          "configuration": {
            "id": 493,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/493/?format=api",
            "name": "Space Shuttle",
            "family": "",
            "full_name": "Space Shuttle",
            "variant": ""
          }
        },
        "mission": {
          "id": 826,
          "launch_library_id": 981,
          "name": "STS-94",
          "description": "STS-94 was a mission of the United States Space Shuttle Columbia, launched on 1 July 1997.",
          "launch_designator": null,
          "type": "",
          "orbit": {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
          }
        },
        "pad": {
          "id": 87,
          "url": "https://ll.thespacedevs.com/2.0.0/pad/87/?format=api",
          "agency_id": 121,
          "name": "Launch Complex 39A",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
          "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
          "latitude": "28.60822681",
          "longitude": "-80.60428186",
          "location": {
            "id": 27,
            "url": "https://ll.thespacedevs.com/2.0.0/location/27/?format=api",
            "name": "Kennedy Space Center, FL, USA",
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
            "total_launch_count": 281,
            "total_landing_count": 0
          },
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
          "total_launch_count": 222
        },
        "webcast_live": false,
        "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg",
        "infographic": null,
        "program": [
          {
            "id": 6,
            "url": "https://ll.thespacedevs.com/2.0.0/program/6/?format=api",
            "name": "Space Shuttle",
            "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.",
            "agencies": [
              {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
              }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png",
            "start_date": "1981-04-12T12:00:03Z",
            "end_date": "2011-07-08T15:29:00Z",
            "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
            "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program"
          }
        ]
      }
    },
    {
      "id": 128,
      "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/128/?format=api",
      "destination": "Low Earth Orbit",
      "mission_end": "1997-04-08T18:33:00Z",
      "spacecraft": {
        "id": 36,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/36/?format=api",
        "name": "Space Shuttle Columbia",
        "serial_number": "OV-102",
        "status": {
          "id": 3,
          "name": "Destroyed"
        },
        "description": "Space Shuttle Columbia (Orbiter Vehicle Designation: OV-102) was the first space-rated orbiter in NASA's Space Shuttle fleet. It launched for the first time on mission STS-1 on April 12, 1981, the first flight of the Space Shuttle program. Over 22 years of service, it completed 27 missions before disintegrating during re-entry near the end of its 28th mission, STS-107 on February 1, 2003, resulting in the deaths of all seven crew members.",
        "spacecraft_config": {
          "id": 14,
          "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/14/?format=api",
          "name": "Space Shuttle",
          "type": {
            "id": 3,
            "name": "Spaceplane"
          },
          "agency": {
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
          },
          "in_use": false,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg"
        }
      },
      "launch": {
        "id": "fdee356f-d833-4f4a-932c-742a89aee1b7",
        "url": "https://ll.thespacedevs.com/2.0.0/launch/fdee356f-d833-4f4a-932c-742a89aee1b7/?format=api",
        "launch_library_id": 430,
        "slug": "space-shuttle-columbia-ov-102-sts-83",
        "name": "Space Shuttle Columbia / OV-102 | STS-83",
        "status": {
          "id": 3,
          "name": "Success"
        },
        "net": "1997-04-04T19:20:32Z",
        "window_end": "1997-04-04T19:20:32Z",
        "window_start": "1997-04-04T19:20:32Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": null,
        "holdreason": "",
        "failreason": null,
        "hashtag": null,
        "launch_service_provider": {
          "id": 191,
          "url": "https://ll.thespacedevs.com/2.0.0/agencies/191/?format=api",
          "name": "United Space Alliance",
          "type": "Commercial"
        },
        "rocket": {
          "id": 413,
          "configuration": {
            "id": 493,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/493/?format=api",
            "name": "Space Shuttle",
            "family": "",
            "full_name": "Space Shuttle",
            "variant": ""
          }
        },
        "mission": {
          "id": 830,
          "launch_library_id": 979,
          "name": "STS-83",
          "description": "STS-83 was a mission of the United States Space Shuttle Columbia.",
          "launch_designator": null,
          "type": "",
          "orbit": {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
          }
        },
        "pad": {
          "id": 87,
          "url": "https://ll.thespacedevs.com/2.0.0/pad/87/?format=api",
          "agency_id": 121,
          "name": "Launch Complex 39A",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
          "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
          "latitude": "28.60822681",
          "longitude": "-80.60428186",
          "location": {
            "id": 27,
            "url": "https://ll.thespacedevs.com/2.0.0/location/27/?format=api",
            "name": "Kennedy Space Center, FL, USA",
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
            "total_launch_count": 281,
            "total_landing_count": 0
          },
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
          "total_launch_count": 222
        },
        "webcast_live": false,
        "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg",
        "infographic": null,
        "program": [
          {
            "id": 6,
            "url": "https://ll.thespacedevs.com/2.0.0/program/6/?format=api",
            "name": "Space Shuttle",
            "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.",
            "agencies": [
              {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
              }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png",
            "start_date": "1981-04-12T12:00:03Z",
            "end_date": "2011-07-08T15:29:00Z",
            "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
            "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program"
          }
        ]
      }
    }
  ],
  "last_flight": "1997-07-01T18:02:02Z",
  "first_flight": "1997-04-04T19:20:32Z"
}