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

{
  "id": 228,
  "url": "https://ll.thespacedevs.com/2.0.0/astronaut/228/?format=api",
  "name": "Dumitru Prunariu",
  "status": {
    "id": 2,
    "name": "Retired"
  },
  "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": "1952-09-27",
  "date_of_death": null,
  "nationality": "Romanian",
  "twitter": null,
  "instagram": null,
  "bio": "Dumitru-Dorin Prunariu is a Romanian cosmonaut. He flew in space aboard Soyuz 40 spacecraft and Salyut 6 space laboratory. He was in team with another Romanian cosmonaut called Dumitru Dediu.",
  "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/dumitru2520prunariu_image_20181201212859.jpg",
  "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190513.jpeg",
  "wiki": "https://en.wikipedia.org/wiki/Dumitru_Prunariu",
  "flights": [
    {
      "id": "0e39b440-8545-4518-80fe-cb7013538581",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/0e39b440-8545-4518-80fe-cb7013538581/?format=api",
      "launch_library_id": 948,
      "slug": "soyuz-u-soyuz-40",
      "name": "Soyuz-U | Soyuz 40",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1981-05-14T17:16:38Z",
      "window_end": "1981-05-14T17:16:38Z",
      "window_start": "1981-05-14T17:16:38Z",
      "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": 280,
        "configuration": {
          "id": 37,
          "launch_library_id": 35,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
          "name": "Soyuz U",
          "family": "Soyuz",
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 792,
        "launch_library_id": 431,
        "name": "Soyuz 40",
        "description": "Soyuz 40 was the 16th and final mission to visit the Salyut 6 space station. It carried the the EP-10 crew, which visited the long-duration Soyuz T-4 resident crew. The mission began on May 14, 1981, 17:16:38 UTC, launching Commander Leonid Popov and Research Cosmonaut Dumitru Prunariu, the first Romanian cosmonaut, into orbit. They docked with the station the next day. During their 7-day stay on the station, EP-10 crew conducted Earth observation, material, medical and other experiments, including Earth magnetic field and space radiation study. \nThe mission concluded with a safe landing back on Earth on May 22, 1981, 13:58:30 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": 1563,
          "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "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": 317,
      "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/317/?format=api",
      "destination": "Salyut 6",
      "mission_end": "1981-05-22T13:58:30Z",
      "spacecraft": {
        "id": 144,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/144/?format=api",
        "name": "Soyuz 40",
        "serial_number": "Soyuz 7K-T 11F615A8 #56",
        "status": {
          "id": 4,
          "name": "Single Use"
        },
        "description": "Soyuz 40 was a Soyuz spacecraft which launched on 14 May 1981 17:16 UTC. It  transported two cosmonauts of EP-10 to Salyut 6. The crew was Leonid Popov and Dumitru Prunariu.",
        "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": "0e39b440-8545-4518-80fe-cb7013538581",
        "url": "https://ll.thespacedevs.com/2.0.0/launch/0e39b440-8545-4518-80fe-cb7013538581/?format=api",
        "launch_library_id": 948,
        "slug": "soyuz-u-soyuz-40",
        "name": "Soyuz-U | Soyuz 40",
        "status": {
          "id": 3,
          "name": "Success"
        },
        "net": "1981-05-14T17:16:38Z",
        "window_end": "1981-05-14T17:16:38Z",
        "window_start": "1981-05-14T17:16:38Z",
        "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": 280,
          "configuration": {
            "id": 37,
            "launch_library_id": 35,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
            "name": "Soyuz U",
            "family": "Soyuz",
            "full_name": "Soyuz U",
            "variant": ""
          }
        },
        "mission": {
          "id": 792,
          "launch_library_id": 431,
          "name": "Soyuz 40",
          "description": "Soyuz 40 was the 16th and final mission to visit the Salyut 6 space station. It carried the the EP-10 crew, which visited the long-duration Soyuz T-4 resident crew. The mission began on May 14, 1981, 17:16:38 UTC, launching Commander Leonid Popov and Research Cosmonaut Dumitru Prunariu, the first Romanian cosmonaut, into orbit. They docked with the station the next day. During their 7-day stay on the station, EP-10 crew conducted Earth observation, material, medical and other experiments, including Earth magnetic field and space radiation study. \nThe mission concluded with a safe landing back on Earth on May 22, 1981, 13:58:30 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": 1563,
            "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
        "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": "1981-05-14T17:16:38Z",
  "first_flight": "1981-05-14T17:16:38Z"
}