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

{
    "id": 220,
    "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/220/?format=api",
    "name": "Julie Payette",
    "status": {
        "id": 2,
        "name": "Retired"
    },
    "agency": {
        "response_mode": "list",
        "id": 16,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/16/?format=api",
        "name": "Canadian Space Agency",
        "abbrev": "CSA",
        "type": {
            "id": 1,
            "name": "Government"
        }
    },
    "image": {
        "id": 772,
        "name": "[AUTO] Julie Payette - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/julie_payette_image_20220122091651.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190735.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": "P25DT11H57M8S",
    "eva_time": "P0D",
    "age": 61,
    "date_of_birth": "1963-10-20",
    "date_of_death": null,
    "nationality": [
        {
            "id": 26,
            "name": "Canada",
            "alpha_2_code": "CA",
            "alpha_3_code": "CAN",
            "nationality_name": "Canadian",
            "nationality_name_composed": "Canado"
        }
    ],
    "bio": "Julie Payette CC CMM COM CQ CD (born October 20, 1963) is the current Governor General of Canada, the 29th since Canadian Confederation. Before assuming office, she was a businesswoman, former member of the Canadian Astronaut Corps, and engineer. Payette has completed two spaceflights, STS-96 and STS-127, logging more than 25 days in space. She served as chief astronaut for the Canadian Space Agency (CSA), and has served as capsule communicator at NASA Mission Control Center in Houston.",
    "wiki": "https://en.wikipedia.org/wiki/Julie_Payette",
    "last_flight": "2009-07-15T22:03:10Z",
    "first_flight": "1999-05-27T10:49:42Z",
    "social_media_links": [
        {
            "id": 171,
            "social_media": {
                "id": 1,
                "name": "X",
                "url": "https://x.com",
                "logo": {
                    "id": 2320,
                    "name": "X logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_thumbnail_20250211191027.jpeg",
                    "credit": "X",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "url": "https://twitter.com/Astro_Payette"
        }
    ],
    "flights_count": 2,
    "landings_count": 2,
    "spacewalks_count": 0,
    "flights": [],
    "landings": [],
    "spacewalks": []
}