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

{
  "id": 96,
  "url": "https://ll.thespacedevs.com/2.0.0/astronaut/96/?format=api",
  "name": "Lev Dyomin",
  "status": {
    "id": 11,
    "name": "Deceased"
  },
  "type": {
    "id": 2,
    "name": "Government"
  },
  "agency": {
    "id": 63,
    "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
    "name": "Russian Federal Space Agency (ROSCOSMOS)",
    "type": "Government"
  },
  "date_of_birth": "1926-01-11",
  "date_of_death": "1998-12-18",
  "nationality": "Russian",
  "twitter": null,
  "instagram": null,
  "bio": "Lev Stepanovich Dyomin (Russian: Лев Степанович Дёмин; January 11, 1926, in Moscow – December 18, 1998, in Zvyozdny Gorodok) was a Soviet cosmonaut who flew on the Soyuz 15 spaceflight in 1974. This spaceflight was intended to dock with the space station Salyut 3, but the docking failed.",
  "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lev2520dyomin_image_20181128225902.jpeg",
  "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185951.jpeg",
  "wiki": "https://en.wikipedia.org/wiki/Lev_Dyomin",
  "flights": [
    {
      "id": "1fe6e39c-fc9d-4ddc-b6c7-af1ead525699",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/1fe6e39c-fc9d-4ddc-b6c7-af1ead525699/?format=api",
      "launch_library_id": 977,
      "slug": "soyuz-soyuz-15",
      "name": "Soyuz | Soyuz 15",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1974-08-26T19:58:05Z",
      "window_end": "1974-08-26T19:58:05Z",
      "window_start": "1974-08-26T19:58:05Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 245,
        "configuration": {
          "id": 96,
          "launch_library_id": 134,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/96/?format=api",
          "name": "Soyuz",
          "family": "Soyuz",
          "full_name": "Soyuz",
          "variant": ""
        }
      },
      "mission": {
        "id": 270,
        "launch_library_id": 384,
        "name": "Soyuz 15",
        "description": "Soyuz 15 was meant to be the second crewed mission to the Salyut 3 space station. The mission launched on August 26, 1974, 19:58:05 UTC, carrying commander Gennadi Sarafanov and flight engineer Lev Dyomin to orbit. Soyuz-15 failed to dock with the station and had to return to Earth early, landing on August 28, 1974, 20:10:16 UTC.",
        "launch_designator": null,
        "type": "Human Exploration",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 32,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
        "agency_id": null,
        "name": "1/5",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=45.92,63.342",
        "latitude": "45.92",
        "longitude": "63.342",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1564,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
        "total_launch_count": 487
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [
        {
          "id": 8,
          "url": "https://ll.thespacedevs.com/2.0.0/program/8/?format=api",
          "name": "Soyuz",
          "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
          "agencies": [
            {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            {
              "id": 66,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
              "name": "Soviet Space Program",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
          "start_date": "1966-11-28T11:02:00Z",
          "end_date": null,
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme"
        },
        {
          "id": 23,
          "url": "https://ll.thespacedevs.com/2.0.0/program/23/?format=api",
          "name": "Salyut",
          "description": "The Salyut programme was the first space station programme, undertaken by the Soviet Union. It involved a series of four crewed scientific research space stations and two crewed military reconnaissance space stations over a period of 15 years, from 1971 to 1986.",
          "agencies": [
            {
              "id": 66,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
              "name": "Soviet Space Program",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut_program_20230506090532.png",
          "start_date": "1971-04-19T01:40:00Z",
          "end_date": "1986-07-16T12:34:05Z",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Salyut_programme"
        }
      ]
    }
  ],
  "landings": [
    {
      "id": 341,
      "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/341/?format=api",
      "destination": "Salyut 3",
      "mission_end": "1974-08-28T20:10:16Z",
      "spacecraft": {
        "id": 192,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/192/?format=api",
        "name": "Soyuz 15",
        "serial_number": "Soyuz 7K-T/A9 11F615A9 #63",
        "status": {
          "id": 4,
          "name": "Single Use"
        },
        "description": "Soyuz 15 was a Soyuz spacecraft which launched on 26 August 1974 19:58 UTC. It intended to transport two cosmonauts on the  second flight to Salyut 3, but docking failed. The crew was Gennadi Sarafanov and Lev Dyomin.",
        "spacecraft_config": {
          "id": 1,
          "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/1/?format=api",
          "name": "Soyuz",
          "type": {
            "id": 2,
            "name": "Capsule"
          },
          "agency": {
            "id": 63,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
            "name": "Russian Federal Space Agency (ROSCOSMOS)",
            "type": "Government"
          },
          "in_use": false,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
        }
      },
      "launch": {
        "id": "1fe6e39c-fc9d-4ddc-b6c7-af1ead525699",
        "url": "https://ll.thespacedevs.com/2.0.0/launch/1fe6e39c-fc9d-4ddc-b6c7-af1ead525699/?format=api",
        "launch_library_id": 977,
        "slug": "soyuz-soyuz-15",
        "name": "Soyuz | Soyuz 15",
        "status": {
          "id": 3,
          "name": "Success"
        },
        "net": "1974-08-26T19:58:05Z",
        "window_end": "1974-08-26T19:58:05Z",
        "window_start": "1974-08-26T19:58:05Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
          "id": 66,
          "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
          "name": "Soviet Space Program",
          "type": "Government"
        },
        "rocket": {
          "id": 245,
          "configuration": {
            "id": 96,
            "launch_library_id": 134,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/96/?format=api",
            "name": "Soyuz",
            "family": "Soyuz",
            "full_name": "Soyuz",
            "variant": ""
          }
        },
        "mission": {
          "id": 270,
          "launch_library_id": 384,
          "name": "Soyuz 15",
          "description": "Soyuz 15 was meant to be the second crewed mission to the Salyut 3 space station. The mission launched on August 26, 1974, 19:58:05 UTC, carrying commander Gennadi Sarafanov and flight engineer Lev Dyomin to orbit. Soyuz-15 failed to dock with the station and had to return to Earth early, landing on August 28, 1974, 20:10:16 UTC.",
          "launch_designator": null,
          "type": "Human Exploration",
          "orbit": {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
          }
        },
        "pad": {
          "id": 32,
          "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
          "agency_id": null,
          "name": "1/5",
          "info_url": null,
          "wiki_url": "",
          "map_url": "https://www.google.com/maps?q=45.92,63.342",
          "latitude": "45.92",
          "longitude": "63.342",
          "location": {
            "id": 15,
            "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
            "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
            "country_code": "KAZ",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
            "total_launch_count": 1564,
            "total_landing_count": 0
          },
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
          "total_launch_count": 487
        },
        "webcast_live": false,
        "image": null,
        "infographic": null,
        "program": [
          {
            "id": 8,
            "url": "https://ll.thespacedevs.com/2.0.0/program/8/?format=api",
            "name": "Soyuz",
            "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
            "agencies": [
              {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
              },
              {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
              }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
            "start_date": "1966-11-28T11:02:00Z",
            "end_date": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme"
          },
          {
            "id": 23,
            "url": "https://ll.thespacedevs.com/2.0.0/program/23/?format=api",
            "name": "Salyut",
            "description": "The Salyut programme was the first space station programme, undertaken by the Soviet Union. It involved a series of four crewed scientific research space stations and two crewed military reconnaissance space stations over a period of 15 years, from 1971 to 1986.",
            "agencies": [
              {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
              }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut_program_20230506090532.png",
            "start_date": "1971-04-19T01:40:00Z",
            "end_date": "1986-07-16T12:34:05Z",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Salyut_programme"
          }
        ]
      }
    }
  ],
  "last_flight": "1974-08-26T19:58:05Z",
  "first_flight": "1974-08-26T19:58:05Z"
}