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

{
    "id": 786,
    "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/786/?format=api",
    "name": "Lina Borozdina",
    "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
    },
    "agency": {
        "response_mode": "list",
        "id": 1024,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "abbrev": "VG",
        "type": {
            "id": 5,
            "name": "Private"
        }
    },
    "image": {
        "id": 707,
        "name": "[AUTO] Lina Borozdina - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lina_borozdina_image_20240226160801.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190548.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "response_mode": "detailed",
    "type": {
        "id": 3,
        "name": "Private"
    },
    "in_space": false,
    "time_in_space": "PT13M55S",
    "eva_time": "P0D",
    "age": null,
    "date_of_birth": null,
    "date_of_death": null,
    "nationality": [
        {
            "id": 12,
            "name": "Ukraine",
            "alpha_2_code": "UA",
            "alpha_3_code": "UKR",
            "nationality_name": "Ukrainian",
            "nationality_name_composed": "Ukro"
        }
    ],
    "bio": "As a child in Odessa, Ukraine, Lina Borozdina’s dad would tell her bedtime stories about her cousin and her sneaking onto a spaceship as stowaways to go on space adventures. By age 6, she already knew all the constellations and their associated mythology. “It was all about space for me,” she says. “I didn’t get Cinderella stories.” Flying aboard ‘Galactic 06’ is a dream come true for Lina, and she knows her father, Yuri Borozdin, who still lives in Odessa, is deeply proud of her achievements. A scientist, chemist and breast cancer survivor, Lina was thrilled to see “our fragile blue planet in the infinite vacuum of space. You can’t see wars or suffering from above. Just the beauty of our planet.” Her spacesuit displays the Ukraine and USA flags and breast cancer ribbon. Onboard, she carried personal photos, a small childhood possession and items from her close friends.",
    "wiki": null,
    "last_flight": "2024-01-26T17:42:05Z",
    "first_flight": "2024-01-26T17:42:05Z",
    "social_media_links": [
        {
            "id": 46,
            "social_media": {
                "id": 2,
                "name": "Instagram",
                "url": "https://instagram.com",
                "logo": {
                    "id": 2322,
                    "name": "Instagram logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_20250211191139.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_thumbnail_20250211191139.png",
                    "credit": "Instagram",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "url": "https://www.instagram.com/redplanet2000/?hl=de"
        }
    ],
    "flights_count": 1,
    "landings_count": 1,
    "spacewalks_count": 0,
    "flights": [],
    "landings": [],
    "spacewalks": []
}