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

{
    "count": 766,
    "next": "https://ll.thespacedevs.com/2.0.0/astronaut/?format=api&limit=10&offset=640&ordering=status",
    "previous": "https://ll.thespacedevs.com/2.0.0/astronaut/?format=api&limit=10&offset=620&ordering=status",
    "results": [
        {
            "id": 253,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/253/?format=api",
            "name": "Georgy Shonin",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1935-08-03",
            "date_of_death": "1997-04-07",
            "nationality": "Ukrainian",
            "bio": "Georgy Stepanovich Shonin (Ukrainian: Гео́ргій Степа́нович Шо́нін) (August 3, 1935 – April 7, 1997; born in Rovenky, Luhansk Oblast, (now Ukraine) but grew up in Balta of Ukrainian SSR) was a Soviet cosmonaut, who flew on the Soyuz 6 space mission.\r\n\r\nShonin was part of the original group of cosmonauts selected in 1960. He left the space programme in 1979 for medical reasons.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Georgy_Shonin",
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.0.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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/georgy2520shonin_image_20181201220913.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190605.jpeg",
            "last_flight": "1969-10-11T11:10:00Z",
            "first_flight": "1969-10-11T11:10:00Z"
        },
        {
            "id": 351,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/351/?format=api",
            "name": "Dale Gardner",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1948-11-08",
            "date_of_death": "2014-02-19",
            "nationality": "American",
            "bio": "Dale Allan Gardner was a NASA astronaut who flew two Space Shuttle missions during the early 1980s.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Dale_Gardner",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/dale2520gardner_image_20181202104138.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190948.jpeg",
            "last_flight": "1984-11-08T12:15:00Z",
            "first_flight": "1983-08-30T06:32:00Z"
        },
        {
            "id": 325,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/325/?format=api",
            "name": "Brian O'Leary",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1940-01-27",
            "date_of_death": "2011-07-28",
            "nationality": "American",
            "bio": "Brian Todd O'Leary was an American scientist, author, and former NASA astronaut. He was part of NASA Astronaut Group 6, a group of scientist-astronauts chosen with the intention of training for the Apollo Applications Program.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Brian_O%27Leary",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/brian2520o2527leary_image_20181202093255.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190902.jpeg",
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 331,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/331/?format=api",
            "name": "Donald H. Peterson",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1933-10-22",
            "date_of_death": "2018-05-27",
            "nationality": "American",
            "bio": "Donald Herod Peterson was a United States Air Force officer and NASA astronaut. Peterson was originally selected for the Air Force Manned Orbiting Laboratory (MOL) program, but, when that was canceled, he became a NASA astronaut in September 1969. He was a mission specialist on STS-6 on board Challenger. During the mission Peterson performed a spacewalk to test the new airlock and space suits. He logged 120 hours in space. Peterson retired from NASA in 1984.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Donald_H._Peterson",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/donald2520h.2520peterson_image_20181202094041.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191017.jpeg",
            "last_flight": "1983-04-04T18:30:00Z",
            "first_flight": "1983-04-04T18:30:00Z"
        },
        {
            "id": 322,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/322/?format=api",
            "name": "William B. Lenoir",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1939-03-14",
            "date_of_death": "2010-08-26",
            "nationality": "American",
            "bio": "William Benjamin \"Bill\" Lenoir, Ph.D. was an American electrical engineer and a NASA astronaut.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/William_B._Lenoir",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/william2520b.2520lenoir_image_20181202092950.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191011.jpeg",
            "last_flight": "1982-11-11T12:19:00Z",
            "first_flight": "1982-11-11T12:19:00Z"
        },
        {
            "id": 266,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/266/?format=api",
            "name": "Gherman Titov",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1935-09-11",
            "date_of_death": "2000-09-20",
            "nationality": "Russian",
            "bio": "Gherman Stepanovich Titov (Russian: Герман Степанович Титов; 11 September 1935 – 20 September 2000) was a Soviet cosmonaut who, on 6 August 1961, became the second human to orbit the Earth, aboard Vostok 2, preceded by Yuri Gagarin on Vostok 1. He was the fourth person in space, counting suborbital voyages of US astronauts Alan Shepard and Gus Grissom.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Gherman_Titov",
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.0.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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gherman2520titov_image_20181201222559.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190117.jpeg",
            "last_flight": "1961-08-06T06:00:00Z",
            "first_flight": "1961-08-06T06:00:00Z"
        },
        {
            "id": 248,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/248/?format=api",
            "name": "Vitaly Sevastyanov",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1935-07-08",
            "date_of_death": "2010-04-05",
            "nationality": "Russian",
            "bio": "Vitaly Ivanovich Sevastyanov (Russian: Вита́лий Ива́нович Севастья́нов; 8 July 1935 – 5 April 2010) was a Soviet cosmonaut and an engineer who flew on the Soyuz 9 and Soyuz 18 missions.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Vitaly_Sevastyanov",
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.0.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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vitaly2520sevastyanov_image_20181201220129.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190653.jpeg",
            "last_flight": "1975-05-24T14:58:10Z",
            "first_flight": "1970-06-01T19:00:00Z"
        },
        {
            "id": 311,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/311/?format=api",
            "name": "Ken Mattingly",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1936-03-17",
            "date_of_death": "2023-10-31",
            "nationality": "American",
            "bio": "Thomas Kenneth Mattingly II better known as Ken Mattingly, is a former American naval officer and aviator, aeronautical engineer, test pilot, Rear Admiral in the United States Navy and astronaut who flew on the Apollo 16, STS-4 and STS-51-C missions. He had been scheduled to fly on Apollo 13, but was held back due to concerns about a potential illness (which he did not contract). He later flew as Command Module Pilot for Apollo 16, making him one of only 24 people to have flown to the Moon.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Ken_Mattingly",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ken_mattingly_image_20231103055657.jpeg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190416.jpeg",
            "last_flight": "1985-01-24T13:04:27Z",
            "first_flight": "1972-04-16T17:54:00Z"
        },
        {
            "id": 96,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/96/?format=api",
            "name": "Lev Dyomin",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1926-01-11",
            "date_of_death": "1998-12-18",
            "nationality": "Russian",
            "bio": "Lev Stepanovich Dyomin (Russian: Лев Степанович Дёмин; January 11, 1926, in Moscow – December 18, 1998, in Zvyozdny Gorodok) was a Soviet cosmonaut who flew on the Soyuz 15 spaceflight in 1974. This spaceflight was intended to dock with the space station Salyut 3, but the docking failed.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Lev_Dyomin",
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.0.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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/lev2520dyomin_image_20181128225902.jpeg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185951.jpeg",
            "last_flight": "1974-08-26T19:58:05Z",
            "first_flight": "1974-08-26T19:58:05Z"
        },
        {
            "id": 30,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/30/?format=api",
            "name": "Neil Armstrong",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1930-08-05",
            "date_of_death": "2012-08-25",
            "nationality": "American",
            "bio": "Neil Alden Armstrong was an American astronaut and aeronautical engineer who was the first person to walk on the Moon. He was also a naval aviator, test pilot, and university professor.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Neil_Armstrong",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/neil2520armstrong_image_20190426143653.jpeg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190707.jpeg",
            "last_flight": "1969-07-16T13:32:00Z",
            "first_flight": "1966-03-16T16:41:02Z"
        }
    ]
}