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

{
    "id": 856,
    "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/856/?format=api",
    "name": "Deborah Martorell",
    "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
    },
    "type": {
        "id": 3,
        "name": "Private"
    },
    "agency": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "type": "Commercial"
    },
    "date_of_birth": null,
    "date_of_death": null,
    "nationality": "Puerto Rican",
    "twitter": "https://x.com/deborahtiempo",
    "instagram": "https://www.instagram.com/deborahmartorell/",
    "bio": "Puerto Rican meteorologist and journalist. Her reporting on environmental and space topics has garnered eight Emmy Awards and two Awards of Excellence in Science Reporting from the American Meteorological Society. Her passion for space led her to participate in a 2007 microgravity flight with NASA, extensively cover Puerto Rican astronauts Joe Acabá and Marcos Berríos, and report on missions including STS-119, Artemis 1, and the launch of Puerto Rico's first nanosatellite, CuNARD-2. She was selected for the International Institute for Astronautical Sciences’ project PoSSUM, and is also a Solar System Ambassador for NASA's Jet Propulsion Laboratory and the National Oceanic and Atmospheric Administration.",
    "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/deborah_martore_image_20250721164208.jpg",
    "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/deborah_martore_image_thumbnail_20250721164208.jpeg",
    "wiki": null,
    "flights": [
        {
            "id": "04459d6c-8ba5-4d38-99ba-23a8b3067116",
            "url": "https://lldev.thespacedevs.com/2.0.0/launch/04459d6c-8ba5-4d38-99ba-23a8b3067116/?format=api",
            "launch_library_id": null,
            "slug": "new-shepard-ns-34",
            "name": "New Shepard | NS-34",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2025-08-03T12:42:16Z",
            "window_end": "2025-08-03T19:30:00Z",
            "window_start": "2025-08-03T12:30:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 141,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8665,
                "configuration": {
                    "id": 137,
                    "launch_library_id": 9999,
                    "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
                    "name": "New Shepard",
                    "family": "",
                    "full_name": "New Shepard",
                    "variant": ""
                }
            },
            "mission": {
                "id": 7257,
                "launch_library_id": null,
                "name": "NS-34",
                "description": "NS-34 is the 14th crewed flight for the New Shepard program and the 34th in its history.",
                "launch_designator": null,
                "type": "Tourism",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                }
            },
            "pad": {
                "id": 90,
                "url": "https://lldev.thespacedevs.com/2.0.0/pad/90/?format=api",
                "agency_id": 141,
                "name": "West Texas Suborbital Launch Site/ Corn Ranch",
                "info_url": "https://www.blueorigin.com",
                "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
                "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
                "latitude": "31.422878",
                "longitude": "-104.757121",
                "location": {
                    "id": 29,
                    "url": "https://lldev.thespacedevs.com/2.0.0/location/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
                    "total_launch_count": 34,
                    "total_landing_count": 34
                },
                "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
                "total_launch_count": 34
            },
            "webcast_live": false,
            "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
            "infographic": null,
            "program": []
        }
    ],
    "landings": [
        {
            "id": 890,
            "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/890/?format=api",
            "destination": "Suborbital",
            "mission_end": "2025-08-03T12:52:28Z",
            "spacecraft": {
                "id": 453,
                "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/453/?format=api",
                "name": "RSS First Step",
                "serial_number": "2.0-2",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "description": "First Blue Origin New Shepard Crew Capsule 2.0 to carry human passengers. This capsule is outfitted with improvements to environmental features such as acoustics and temperature regulation inside the capsule, crew display panels, and speakers with a microphone and push-to-talk button at each seat.",
                "spacecraft_config": {
                    "id": 21,
                    "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/21/?format=api",
                    "name": "Crew Capsule 2.0",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 141,
                        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
                        "name": "Blue Origin",
                        "type": "Commercial"
                    },
                    "in_use": true,
                    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25202.0_image_20190309095011.jpeg"
                }
            },
            "launch": {
                "id": "04459d6c-8ba5-4d38-99ba-23a8b3067116",
                "url": "https://lldev.thespacedevs.com/2.0.0/launch/04459d6c-8ba5-4d38-99ba-23a8b3067116/?format=api",
                "launch_library_id": null,
                "slug": "new-shepard-ns-34",
                "name": "New Shepard | NS-34",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "2025-08-03T12:42:16Z",
                "window_end": "2025-08-03T19:30:00Z",
                "window_start": "2025-08-03T12:30:00Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 141,
                    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
                    "name": "Blue Origin",
                    "type": "Commercial"
                },
                "rocket": {
                    "id": 8665,
                    "configuration": {
                        "id": 137,
                        "launch_library_id": 9999,
                        "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
                        "name": "New Shepard",
                        "family": "",
                        "full_name": "New Shepard",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 7257,
                    "launch_library_id": null,
                    "name": "NS-34",
                    "description": "NS-34 is the 14th crewed flight for the New Shepard program and the 34th in its history.",
                    "launch_designator": null,
                    "type": "Tourism",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    }
                },
                "pad": {
                    "id": 90,
                    "url": "https://lldev.thespacedevs.com/2.0.0/pad/90/?format=api",
                    "agency_id": 141,
                    "name": "West Texas Suborbital Launch Site/ Corn Ranch",
                    "info_url": "https://www.blueorigin.com",
                    "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
                    "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
                    "latitude": "31.422878",
                    "longitude": "-104.757121",
                    "location": {
                        "id": 29,
                        "url": "https://lldev.thespacedevs.com/2.0.0/location/29/?format=api",
                        "name": "Corn Ranch, Van Horn, TX, USA",
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
                        "total_launch_count": 34,
                        "total_landing_count": 34
                    },
                    "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
                    "total_launch_count": 34
                },
                "webcast_live": false,
                "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
                "infographic": null,
                "program": []
            }
        }
    ],
    "last_flight": "2025-08-03T12:42:16Z",
    "first_flight": "2025-08-03T12:42:16Z"
}