Modes

Levels of detail in the response - list, normal, detailed

Example - /astronauts/?mode=list

Filters

Parameters - age, age__gt, age__gte, age__lt, age__lte, agency_ids, date_of_birth, date_of_birth__gt, date_of_birth__gte, date_of_birth__lt, date_of_birth__lte, date_of_death, date_of_death__gt, date_of_death__gte, date_of_death__lt, date_of_death__lte, first_flight, first_flight__gt, first_flight__gte, first_flight__lt, first_flight__lte, flights_count, flights_count__gt, flights_count__gte, flights_count__lt, flights_count__lte, has_flown, in_space, is_human, landings_count, landings_count__gt, landings_count__gte, landings_count__lt, landings_count__lte, last_flight, last_flight__gt, last_flight__gte, last_flight__lt, last_flight__lte, nationality, status_ids, type__id

Example - /astronauts/?has_flown=true

Fields searched - agency__abbrev, agency__name, name, nationality__nationality_name

Example - /astronauts/?search=Pesquet

Ordering

Fields - age, date_of_birth, eva_time, flights_count, id, landings_count, last_flight, name, spacewalks_count, status, time_in_space

Example - /astronauts/?ordering=-time_in_space

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /astronauts/?limit=2

Format

Switch to JSON output - /astronauts/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/astronauts/207/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 207,
    "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/207/?format=api",
    "name": "Paolo Nespoli",
    "status": {
        "id": 2,
        "name": "Retired"
    },
    "agency": {
        "response_mode": "list",
        "id": 27,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/27/?format=api",
        "name": "European Space Agency",
        "abbrev": "ESA",
        "type": {
            "id": 2,
            "name": "Multinational"
        }
    },
    "image": {
        "id": 256,
        "name": "[AUTO] Paolo Nespoli - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/paolo2520nespoli_image_20181201182236.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185342.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "response_mode": "detailed",
    "type": {
        "id": 2,
        "name": "Government"
    },
    "in_space": false,
    "time_in_space": "P313DT2H37M4S",
    "eva_time": "P0D",
    "age": 68,
    "date_of_birth": "1957-04-06",
    "date_of_death": null,
    "nationality": [
        {
            "id": 3,
            "name": "Italy",
            "alpha_2_code": "IT",
            "alpha_3_code": "ITA",
            "nationality_name": "Italian",
            "nationality_name_composed": "Italo"
        }
    ],
    "bio": "Paolo Angelo Nespoli (Milan, 6 April 1957) is an Italian astronaut and engineer of the European Space Agency (ESA). In 2007, he first traveled into space aboard the Space Shuttle Discovery as a mission specialist of STS-120. In December 2010 he again traveled into space aboard the Soyuz TMA-20 spacecraft as an Expedition 26/27 flight engineer. Nespoli's third spaceflight was onboard Soyuz MS-05 which launched in July 2017 for Expedition 52/53. He is also the European Space Agency's oldest active astronaut.",
    "wiki": "https://en.wikipedia.org/wiki/Paolo_Nespoli",
    "last_flight": "2017-07-28T15:41:12Z",
    "first_flight": "2007-10-23T15:38:19Z",
    "social_media_links": [],
    "flights_count": 3,
    "landings_count": 3,
    "spacewalks_count": 0,
    "flights": [],
    "landings": [],
    "spacewalks": []
}