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

{
  "id": 744,
  "url": "https://ll.thespacedevs.com/2.0.0/astronaut/744/?format=api",
  "name": "Shaun the Sheep",
  "status": {
    "id": 1,
    "name": "Active"
  },
  "type": {
    "id": 6,
    "name": "Non-Human"
  },
  "agency": {
    "id": 27,
    "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
    "name": "European Space Agency",
    "type": "Multinational"
  },
  "date_of_birth": null,
  "date_of_death": null,
  "nationality": "Earthling",
  "twitter": null,
  "instagram": null,
  "bio": "Shaun the Sheep is the main character of the eponymous British stop-motion TV show. This plushie serves as zero-G indicator on the Artemis-1 mission.",
  "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shaun_the_sheep_image_20220818114142.jpg",
  "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190213.jpeg",
  "wiki": "https://en.wikipedia.org/wiki/Shaun_the_Sheep",
  "flights": [
    {
      "id": "65896761-b6ca-4df3-9699-e077a360c52a",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/65896761-b6ca-4df3-9699-e077a360c52a/?format=api",
      "launch_library_id": 1138,
      "slug": "sls-block-1-artemis-i",
      "name": "SLS Block 1 | Artemis I",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2022-11-16T06:47:44Z",
      "window_end": "2022-11-16T08:04:00Z",
      "window_start": "2022-11-16T06:04:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 90,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "type": "Government"
      },
      "rocket": {
        "id": 150,
        "configuration": {
          "id": 143,
          "launch_library_id": 144,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/143/?format=api",
          "name": "Space Launch System (SLS)",
          "family": "Space Launch System",
          "full_name": "Space Launch System Block 1",
          "variant": "Block 1"
        }
      },
      "mission": {
        "id": 688,
        "launch_library_id": 862,
        "name": "Artemis I",
        "description": "Artemis I (previously Exploration Mission 1) is the first flight on Space Launch System and the second flight of Orion crew spacecraft. Mission is planned to be an uncrewed circumlunar flight.",
        "launch_designator": null,
        "type": "Human Exploration",
        "orbit": {
          "id": 11,
          "name": "Lunar Orbit",
          "abbrev": "LO"
        }
      },
      "pad": {
        "id": 4,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/4/?format=api",
        "agency_id": 44,
        "name": "Launch Complex 39B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B",
        "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503",
        "latitude": "28.62711233",
        "longitude": "-80.62101503",
        "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_4_20200803143518.jpg",
        "total_launch_count": 59
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_launch_sy_image_20260405204639.jpg",
      "infographic": null,
      "program": [
        {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.0.0/program/15/?format=api",
          "name": "Artemis",
          "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region.",
          "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/artemis_program_20220827100930.png",
          "start_date": "2017-12-11T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/specials/artemis/",
          "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program"
        }
      ]
    }
  ],
  "landings": [
    {
      "id": 758,
      "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/758/?format=api",
      "destination": "Retrograde orbit around the Moon",
      "mission_end": "2022-12-11T17:40:30Z",
      "spacecraft": {
        "id": 539,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/539/?format=api",
        "name": "Orion 002",
        "serial_number": "002",
        "status": {
          "id": 1,
          "name": "Active"
        },
        "description": "Orion spacecraft used for Artemis 1.",
        "spacecraft_config": {
          "id": 4,
          "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/4/?format=api",
          "name": "Orion",
          "type": {
            "id": 2,
            "name": "Capsule"
          },
          "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": true,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orion_image_20231118102035.jpeg"
        }
      },
      "launch": {
        "id": "65896761-b6ca-4df3-9699-e077a360c52a",
        "url": "https://ll.thespacedevs.com/2.0.0/launch/65896761-b6ca-4df3-9699-e077a360c52a/?format=api",
        "launch_library_id": 1138,
        "slug": "sls-block-1-artemis-i",
        "name": "SLS Block 1 | Artemis I",
        "status": {
          "id": 3,
          "name": "Success"
        },
        "net": "2022-11-16T06:47:44Z",
        "window_end": "2022-11-16T08:04:00Z",
        "window_start": "2022-11-16T06:04:00Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": 90,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
          "id": 44,
          "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "type": "Government"
        },
        "rocket": {
          "id": 150,
          "configuration": {
            "id": 143,
            "launch_library_id": 144,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/143/?format=api",
            "name": "Space Launch System (SLS)",
            "family": "Space Launch System",
            "full_name": "Space Launch System Block 1",
            "variant": "Block 1"
          }
        },
        "mission": {
          "id": 688,
          "launch_library_id": 862,
          "name": "Artemis I",
          "description": "Artemis I (previously Exploration Mission 1) is the first flight on Space Launch System and the second flight of Orion crew spacecraft. Mission is planned to be an uncrewed circumlunar flight.",
          "launch_designator": null,
          "type": "Human Exploration",
          "orbit": {
            "id": 11,
            "name": "Lunar Orbit",
            "abbrev": "LO"
          }
        },
        "pad": {
          "id": 4,
          "url": "https://ll.thespacedevs.com/2.0.0/pad/4/?format=api",
          "agency_id": 44,
          "name": "Launch Complex 39B",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B",
          "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503",
          "latitude": "28.62711233",
          "longitude": "-80.62101503",
          "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_4_20200803143518.jpg",
          "total_launch_count": 59
        },
        "webcast_live": false,
        "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_launch_sy_image_20260405204639.jpg",
        "infographic": null,
        "program": [
          {
            "id": 15,
            "url": "https://ll.thespacedevs.com/2.0.0/program/15/?format=api",
            "name": "Artemis",
            "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region.",
            "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/artemis_program_20220827100930.png",
            "start_date": "2017-12-11T00:00:00Z",
            "end_date": null,
            "info_url": "https://www.nasa.gov/specials/artemis/",
            "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program"
          }
        ]
      }
    }
  ],
  "last_flight": "2022-11-16T06:47:44Z",
  "first_flight": "2022-11-16T06:47:44Z"
}