API endpoint that allows Astronaut to be viewed.

GET: Return a list of all the existing astronauts.

MODE: Normal, List, LaunchList and Detailed /2.2.0/astronaut/?mode=detailed

FILTERS: Parameters - 'name', 'status', 'nationality', 'agency__name', 'agency__abbrev', 'date_of_birth', 'date_of_death', 'status_ids', 'is_human', 'type__id', 'has_flown', 'in_space' Example - /2.2.0/astronaut/?nationality=American

SEARCH EXAMPLE: /2.2.0/astronaut/?search=armstrong Searches through name, nationality and agency name

ORDERING: Fields - 'name', 'status', 'date_of_birth' Example - /2.2.0/astronaut/?order=name

GET /2.2.0/astronaut/686/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 686,
    "url": "https://ll.thespacedevs.com/2.2.0/astronaut/686/?format=api",
    "name": "Sir Richard Branson",
    "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
    },
    "type": {
        "id": 3,
        "name": "Private"
    },
    "in_space": false,
    "time_in_space": "PT15M30S",
    "eva_time": "P0D",
    "agency": {
        "id": 1024,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "type": "Private"
    },
    "age": 74,
    "date_of_birth": "1950-07-18",
    "date_of_death": null,
    "nationality": "British",
    "twitter": "https://twitter.com/richardbranson",
    "instagram": "https://www.instagram.com/richardbranson/",
    "bio": "Sir Richard Branson is an English business magnate and founder of the Virgin Group. He later founded both Virgin Galactic and Virgin Orbit.",
    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sir_richard_bra_image_20220911033736.jpeg",
    "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190909.jpeg",
    "wiki": "https://en.wikipedia.org/wiki/Richard_Branson",
    "flights": [
        {
            "id": "3c0231ab-5764-4622-b4eb-50eff30ea8be",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/3c0231ab-5764-4622-b4eb-50eff30ea8be/?format=api",
            "slug": "spaceshiptwo-vss-unity-22",
            "name": "SpaceShipTwo | VSS Unity 22",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T08:59:01Z",
            "net": "2021-07-11T15:25:30Z",
            "window_end": "2021-07-11T15:25:30Z",
            "window_start": "2021-07-11T15:25:30Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "type": "Private"
            },
            "rocket": {
                "id": 2966,
                "configuration": {
                    "id": 465,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
                    "name": "SpaceShipTwo",
                    "family": "",
                    "full_name": "SpaceShipTwo",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1389,
                "name": "VSS Unity 22",
                "description": "Powered flight of VSS Unity on the first fully crewed flight. Including the founder Sir Richard Branson.",
                "launch_designator": null,
                "type": "Tourism",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 191,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/191/?format=api",
                "agency_id": 1024,
                "name": "Spaceport America",
                "description": null,
                "info_url": "https://www.spaceportamerica.com/",
                "wiki_url": "https://en.wikipedia.org/wiki/Spaceport_America",
                "map_url": "https://www.google.com/maps?q=32.9902778,-106.9719162",
                "latitude": "32.9902778",
                "longitude": "-106.9719162",
                "location": {
                    "id": 144,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                    "timezone_name": "",
                    "total_launch_count": 86,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_spaceport_america_20210522162030.jpg",
                "total_launch_count": 14,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
            "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/spaceshiptwo25_infographic_20210711033153.jpeg",
            "program": [],
            "orbital_launch_attempt_count": null,
            "location_launch_attempt_count": 77,
            "pad_launch_attempt_count": 5,
            "agency_launch_attempt_count": 58,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        }
    ],
    "landings": [
        {
            "id": 675,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/675/?format=api",
            "destination": "Suborbital",
            "mission_end": "2021-07-11T15:41:00Z",
            "spacecraft": {
                "id": 473,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/473/?format=api",
                "name": "VSS Unity",
                "serial_number": "N202VG",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT4H3M43S",
                "time_docked": "P0D",
                "flights_count": 30,
                "mission_ends_count": 30,
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "description": "VSS Unity, previously referred to as VSS Voyager, is a SpaceShipTwo-class suborbital rocket-powered crewed spaceplane. It is the second SpaceShipTwo to be built and will be used as part of the Virgin Galactic fleet.",
                "spacecraft_config": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/27/?format=api",
                    "name": "SpaceShipTwo",
                    "type": {
                        "id": 3,
                        "name": "Spaceplane"
                    },
                    "agency": {
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "type": "Private"
                    },
                    "in_use": true,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
                }
            },
            "launch": {
                "id": "3c0231ab-5764-4622-b4eb-50eff30ea8be",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/3c0231ab-5764-4622-b4eb-50eff30ea8be/?format=api",
                "slug": "spaceshiptwo-vss-unity-22",
                "name": "SpaceShipTwo | VSS Unity 22",
                "status": {
                    "id": 3,
                    "name": "Launch Successful",
                    "abbrev": "Success",
                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                },
                "last_updated": "2023-06-14T08:59:01Z",
                "net": "2021-07-11T15:25:30Z",
                "window_end": "2021-07-11T15:25:30Z",
                "window_start": "2021-07-11T15:25:30Z",
                "net_precision": {
                    "id": 0,
                    "name": "Second",
                    "abbrev": "SEC",
                    "description": "The T-0 is accurate to the second."
                },
                "probability": null,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 1024,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                    "name": "Virgin Galactic",
                    "type": "Private"
                },
                "rocket": {
                    "id": 2966,
                    "configuration": {
                        "id": 465,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
                        "name": "SpaceShipTwo",
                        "family": "",
                        "full_name": "SpaceShipTwo",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 1389,
                    "name": "VSS Unity 22",
                    "description": "Powered flight of VSS Unity on the first fully crewed flight. Including the founder Sir Richard Branson.",
                    "launch_designator": null,
                    "type": "Tourism",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 191,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/191/?format=api",
                    "agency_id": 1024,
                    "name": "Spaceport America",
                    "description": null,
                    "info_url": "https://www.spaceportamerica.com/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Spaceport_America",
                    "map_url": "https://www.google.com/maps?q=32.9902778,-106.9719162",
                    "latitude": "32.9902778",
                    "longitude": "-106.9719162",
                    "location": {
                        "id": 144,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
                        "name": "Air launch to Suborbital flight",
                        "country_code": "???",
                        "description": "",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                        "timezone_name": "",
                        "total_launch_count": 86,
                        "total_landing_count": 0
                    },
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_spaceport_america_20210522162030.jpg",
                    "total_launch_count": 14,
                    "orbital_launch_attempt_count": 0
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/spaceshiptwo25_infographic_20210711033153.jpeg",
                "program": [],
                "orbital_launch_attempt_count": null,
                "location_launch_attempt_count": 77,
                "pad_launch_attempt_count": 5,
                "agency_launch_attempt_count": 58,
                "orbital_launch_attempt_count_year": 0,
                "location_launch_attempt_count_year": 2,
                "pad_launch_attempt_count_year": 2,
                "agency_launch_attempt_count_year": 2,
                "type": "normal"
            },
            "landing": {
                "id": 1111,
                "attempt": true,
                "success": true,
                "description": "VSS Unity successfully landed back at Spaceport America after this flight.",
                "downrange_distance": null,
                "location": {
                    "id": 13,
                    "name": "Spaceport America",
                    "abbrev": "SA",
                    "description": "FAA-licensed spaceport  in New Mexico.",
                    "location": {
                        "id": 31,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/31/?format=api",
                        "name": "Spaceport America, NM, USA",
                        "country_code": "USA",
                        "description": "Spaceport America is an FAA-licensed spaceport located in the Jornada del Muerto desert basin north of Las Cruces, New Mexico, and southeast of Truth or Consequences. With Virgin Galactic's launch of the VSS Unity, with three people aboard, on May 22, 2021, New Mexico became the third US state to launch humans into space after California and Florida.",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_31_20200803142505.jpg",
                        "timezone_name": "America/Denver",
                        "total_launch_count": 4,
                        "total_landing_count": 4
                    },
                    "successful_landings": 17
                },
                "type": {
                    "id": 6,
                    "name": "Horizontal Landing",
                    "abbrev": "HL",
                    "description": "Horizontal landing on a runway or flat surface."
                }
            }
        }
    ],
    "flights_count": 1,
    "landings_count": 1,
    "spacewalks_count": 0,
    "last_flight": "2021-07-11T15:25:30Z",
    "first_flight": "2021-07-11T15:25:30Z",
    "spacewalks": []
}