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

{
    "count": 784,
    "next": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=250&ordering=time_in_space",
    "previous": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=230&ordering=time_in_space",
    "results": [
        {
            "id": 593,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/593/?format=api",
            "name": "Loren Acton",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 5,
                "name": "Payload Specialist"
            },
            "in_space": false,
            "time_in_space": "P7DT22H45M",
            "eva_time": "P0D",
            "age": 88,
            "date_of_birth": "1936-03-07",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Loren Wilber Acton (born March 7, 1936) is an American physicist who flew on Space Shuttle mission STS-51-F as a Payload Specialist for the Lockheed Palo Alto Research Laboratory.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Loren_Acton",
            "agency": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "featured": false,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "LMT",
                "description": "Lockheed Martin's Space Division started in the production of missiles and later ICBM's in the 1950s. Their TITAN missile system was used for 12 Gemini spacecraft and the Voyager probes.  They have worked largely in collaboration with NASA on many of their probes, landers, and spacecraft, and hope to play a key role in NASA's return to the moon in 2024.",
                "administrator": null,
                "founding_year": "1953",
                "launchers": "Titan | Agena",
                "spacecraft": "Hubble | JUNO | InSight",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/loren2520acton_image_20190211162607.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190943.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1985-07-29T21:00:00Z",
            "first_flight": "1985-07-29T21:00:00Z"
        },
        {
            "id": 134,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/134/?format=api",
            "name": "Thomas Hennen",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P7DT22H50M",
            "eva_time": "P0D",
            "age": 72,
            "date_of_birth": "1952-08-17",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Chief Warrant Officer 4 Thomas John Hennen is a United States Army warrant officer and NASA astronaut who flew aboard Space Shuttle mission STS-44 as a Payload Specialist.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Thomas_J._Hennen",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "USA",
                "abbrev": "NASA",
                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                "administrator": "Administrator: Bill Nelson",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thomas2520hennen_image_20181129204858.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190921.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1991-11-24T23:44:00Z",
            "first_flight": "1991-11-24T23:44:00Z"
        },
        {
            "id": 100,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/100/?format=api",
            "name": "Muhammed Faris",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P7DT23H4M55S",
            "eva_time": "P0D",
            "age": 73,
            "date_of_birth": "1951-05-26",
            "date_of_death": null,
            "nationality": "Syrian",
            "bio": "Muhammed Ahmed Faris (Arabic: محمد أحمد فارس‎ Muḥammad ʾAḥmad Fāris; born 26 May 1951) is a Syrian military aviator. He was the first Syrian and the second Arab in space.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Muhammed_Faris",
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "featured": true,
                "type": "Government",
                "country_code": "RUS",
                "abbrev": "RFSA",
                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                "administrator": "Administrator: Yuri Borisov",
                "founding_year": "1992",
                "launchers": "Soyuz",
                "spacecraft": "Soyuz",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/muhammed2520faris_image_20181128230523.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191155.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1987-07-22T01:59:17Z",
            "first_flight": "1987-07-22T01:59:17Z"
        },
        {
            "id": 191,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/191/?format=api",
            "name": "Franco Malerba",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P7DT23H14M12S",
            "eva_time": "P0D",
            "age": 78,
            "date_of_birth": "1946-10-10",
            "date_of_death": null,
            "nationality": "Italian",
            "bio": "Franco Egidio Malerba (born 10 October 1946 in Busalla, Metropolitan City of Genoa, Italy) is an astronaut. He was the first citizen of Italy to travel to space.\r\nAfter selection in 1989 as a Payload Specialist by the Italian Space Agency (ASI) and NASA, he became a staff member of ASI and was assigned to the NASA Johnson Space Center, Houston, Texas, for training. In September 1991, he was designated Prime Payload Specialist for the TSS-1 Space Shuttle mission. Malerba flew as the first Italian citizen in space on STS-46 (31 July 1992 to 7 August 1992).",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Franco_Malerba",
            "agency": {
                "id": 36,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/36/?format=api",
                "name": "Italian Space Agency",
                "featured": false,
                "type": "Government",
                "country_code": "ITA",
                "abbrev": "ASI",
                "description": null,
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/franco2520malerba_image_20181201174554.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190505.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1992-07-31T13:56:48Z",
            "first_flight": "1992-07-31T13:56:48Z"
        },
        {
            "id": 353,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/353/?format=api",
            "name": "Ronald McNair",
            "status": {
                "id": 4,
                "name": "Lost In Flight"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P7DT23H17M8S",
            "eva_time": "P0D",
            "age": 35,
            "date_of_birth": "1950-10-21",
            "date_of_death": "1986-01-28",
            "nationality": "American",
            "bio": "Ronald Erwin McNair was an American physicist and NASA astronaut. He died during the launch of the Space Shuttle Challenger on mission STS-51-L, in which he was serving as one of three mission specialists. He is survived by his wife, Cheryl, and two children. His kids were Joy Charey Mcnair (Daughter) and Reginald Ervin Mcnair (son).",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Ronald_McNair",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "USA",
                "abbrev": "NASA",
                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                "administrator": "Administrator: Bill Nelson",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ronald2520mcnair_image_20181202104346.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190458.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0,
            "last_flight": "1986-01-28T16:38:00Z",
            "first_flight": "1984-02-03T13:00:00Z"
        },
        {
            "id": 350,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/350/?format=api",
            "name": "Anna Lee Fisher",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P7DT23H44M",
            "eva_time": "P0D",
            "age": 75,
            "date_of_birth": "1949-08-24",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Anna Lee Fisher (née Tingle) is an American chemist, emergency physician, and a former NASA astronaut. Formerly married to fellow astronaut Bill Fisher, and the mother of two children, in 1984 she became the first mother in space.[4] Fisher was formerly the oldest active American astronaut.[5] During her career at NASA, she has been involved with three major programs: the Space Shuttle, the International Space Station and the Orion project.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Anna_Lee_Fisher",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "USA",
                "abbrev": "NASA",
                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                "administrator": "Administrator: Bill Nelson",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/anna_lee_fisher_image_20220911034100.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185232.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1984-11-08T12:15:00Z",
            "first_flight": "1984-11-08T12:15:00Z"
        },
        {
            "id": 623,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/623/?format=api",
            "name": "Dennis Tito",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 4,
                "name": "Non-Astronaut Passenger"
            },
            "in_space": false,
            "time_in_space": "P8DT14M40S",
            "eva_time": "P0D",
            "age": 84,
            "date_of_birth": "1940-08-08",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Dennis Anthony Tito (born August 8, 1940) is an American engineer and multimillionaire, most widely known as the first space tourist to fund his own trip into space. In mid-2001, he spent nearly eight days in orbit as a crew member of ISS EP-1, a visiting mission to the International Space Station.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "agency": null,
            "profile_image": null,
            "profile_image_thumbnail": null,
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "2001-04-28T07:37:20Z",
            "first_flight": "2001-04-28T07:37:20Z"
        },
        {
            "id": 80,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/80/?format=api",
            "name": "Roberta Bondar",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P8DT1H14M27S",
            "eva_time": "P0D",
            "age": 78,
            "date_of_birth": "1945-12-04",
            "date_of_death": null,
            "nationality": "Canadian",
            "bio": "Roberta Bondar (born December 4, 1945) is Canada's first female astronaut and the first neurologist in space. Following more than a decade as NASA's head of space medicine, Bondar became a consultant and speaker in the business, scientific, and medical communities.\r\n\r\nBondar has received many honours including the Order of Canada, the Order of Ontario, the NASA Space Medal, over 22 honorary degrees and induction into the Canadian Medical Hall of Fame.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Roberta_Bondar",
            "agency": {
                "id": 16,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                "name": "Canadian Space Agency",
                "featured": false,
                "type": "Government",
                "country_code": "CAN",
                "abbrev": "CSA",
                "description": "The Canadian Space Agency was established by the Canadian Space Agency Act which received Royal Assent on May 10, 1990. \r\n\r\nThe Canadian space program is administered by the Canadian Space Agency. Canada has contributed technology, expertise and personnel to the world space effort, especially in collaboration with ESA and NASA. In addition to its astronauts and satellites, some of the most notable Canadian technological contributions to space exploration include the Canadarm on the Space Shuttle and Canadarm2 on the International Space Station.",
                "administrator": "President: Lisa Campbell",
                "founding_year": "1990",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/canadian2520space2520agency_logo_20231122160211.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/roberta2520bondar_image_20181128223453.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185914.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1992-01-22T14:52:33Z",
            "first_flight": "1992-01-22T14:52:33Z"
        },
        {
            "id": 641,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/641/?format=api",
            "name": "Rosie the Astronaut",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 6,
                "name": "Non-Human"
            },
            "in_space": false,
            "time_in_space": "P8DT1H16M23S",
            "eva_time": "P0D",
            "age": null,
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "Earthling",
            "bio": "Rosie the Astronaut is an Anthropomorphic Test Device (ATD), named after the iconic WWII character, Rosie the Riveter.\r\nIt will launch aboard the Boeing Starliner for its inaugural uncrewed flight to the International Space Station and back.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "agency": {
                "id": 80,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/80/?format=api",
                "name": "Boeing",
                "featured": false,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "BA",
                "description": "Boeing as a space agency has recently provided NASA with assistance on sending humans to the ISS from American with both their construction of the CST-100 Starliner crew capsule and their work on the SLS Avionics to return to the moon and beyond. Their ventures in GPS satellite systems and Tracking and Data Relay Satellites provide information about earth-orbiting craft to stations on the ground. They also enable research on the ISS and will be helping with the construction of the Lunar Gateway.",
                "administrator": "CEO: Kelly Ortberg",
                "founding_year": "1916",
                "launchers": "SLS",
                "spacecraft": "Starliner",
                "parent": null,
                "image_url": null,
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/boeing_logo_20201128183345.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rosie2520the2520astronaut_image_20191204080725.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190643.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0,
            "last_flight": "2022-05-19T22:54:47Z",
            "first_flight": "2019-12-20T11:36:43Z"
        },
        {
            "id": 304,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/304/?format=api",
            "name": "Charles Duke",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P8DT3H12S",
            "eva_time": "PT21H38M6S",
            "age": 89,
            "date_of_birth": "1935-10-03",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Charles Moss \"Charlie\" Duke Jr. is an American former astronaut, retired U.S. Air Force officer and test pilot. As Lunar Module Pilot for Apollo 16 in 1972, he became the tenth and youngest person to walk on the Moon.\r\n\r\nDuke has logged 4,147 hours flying time, which includes 3,632 hours in jet aircraft; and 265 hours in space, plus 20 hours and 15 minutes of extravehicular activity.\r\n\r\nA resident of New Braunfels, Texas, he is currently chairman of the board of directors of the Astronaut Scholarship Foundation.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Charles_Duke",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "USA",
                "abbrev": "NASA",
                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                "administrator": "Administrator: Bill Nelson",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/charles_duke_image_20220911033709.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185910.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 4,
            "last_flight": "1972-04-24T01:25:47Z",
            "first_flight": "1972-04-16T17:54:00Z"
        }
    ]
}