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&offset=750&ordering=-name
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=760&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.0.0/astronaut/?format=api&limit=10&offset=740&ordering=-name",
    "results": [
        {
            "id": 59,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/59/?format=api",
            "name": "Aleksandr Panayotov Aleksandrov",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1951-12-01",
            "date_of_death": null,
            "nationality": "Bulgarian",
            "bio": "Aleksandrov was born in Omurtag, Bulgaria on December 1, 1951. He graduated from the Bulgarian Air Force Academy in 1974 and obtained a degree in technical sciences in 1983. In the Bulgarian Air Force, Aleksandrov rose to the rank of lieutenant colonel.\r\n\r\nOn June 7, 1988, Aleksandrov launched aboard TM-5 as a Research Cosmonaut along with mission commander Anatoly Solovyev and Viktor Savinykh. Upon arriving at Mir, Aleksandrov became the first Bulgarian to reach a Soviet space station, as the Soyuz 33 mission carrying Georgi Ivanov failed to reach the Salyut 6 space station. On June 17, Aleksandrov returned aboard Soyuz TM-4 along with his fellow crew members. He, along with his crew-mates, spent just under 10 days in space.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Panayotov_Aleksandrov",
            "agency": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/15/?format=api",
                "name": "Bulgarian Space Agency",
                "featured": false,
                "type": "Government",
                "country_code": "BGR",
                "abbrev": "SRI-BAS",
                "description": "The Bulgarian Space Agency has put two Bulgarians onto the ISS in tandem with the Russian Space Agency. Their involvement in space began with the Interkosmos program that helped Communist Bloc countries get access to Soviet space technology. They contributed cosmonauts for a training class, two of which flew aboard the ISS.",
                "administrator": null,
                "founding_year": "1993",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/aleksandr2520panayotov2520aleksandrov_image_20181128215016.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185944.jpeg",
            "last_flight": "1988-06-07T14:03:13Z",
            "first_flight": "1988-06-07T14:03:13Z"
        },
        {
            "id": 66,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/66/?format=api",
            "name": "Aleksandr Nikolayevich Balandin",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1953-07-30",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Aleksandr Nikolayevich Balandin (Russian: Александр Николаевич Баландин) (born July 30, 1953) is a Russian cosmonaut. He is married with two children. He was selected as a cosmonaut on December 1, 1978, and retired on October 17, 1994.\r\n\r\nHe flew as a flight engineer on Soyuz TM-9.\r\n\r\nHe worked at NPO Energia until 1994, and was then President of Lendint-Association until 2000",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Nikolayevich_Balandin",
            "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/aleksandr2520nikolayevich2520balandin_image_20181128221033.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190010.jpeg",
            "last_flight": "1990-02-11T06:16:00Z",
            "first_flight": "1990-02-11T06:16:00Z"
        },
        {
            "id": 179,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/179/?format=api",
            "name": "Aleksandr Lazutkin",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1957-10-30",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Aleksandr Ivanovich Lazutkin (Russian: Александр Иванович Лазуткин; born October 30, 1957) is a Russian cosmonaut.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Lazutkin",
            "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/aleksandr2520lazutkin_image_20181129234830.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190435.jpeg",
            "last_flight": "1997-02-10T14:09:30Z",
            "first_flight": "1997-02-10T14:09:30Z"
        },
        {
            "id": 177,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/177/?format=api",
            "name": "Aleksandr Laveykin",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1951-04-21",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Aleksandr Ivanovich Laveykin (Russian: Александр Иванович Лавейкин; born April 21, 1951) is a retired Soviet cosmonaut.\r\n\r\nBorn in Moscow, Laveykin was selected as a cosmonaut on December 1, 1978. He flew on one spaceflight, for the first part of the long duration expedition Mir EO-2. He flew as a flight engineer, and was both launched and landed with the spacecraft Soyuz TM-2. He spent 174 days 3 hours 25 minutes in space. Married with one child, Laveykin retired on March 28, 1994.\r\n\r\nLaunched in February 1987, his spaceflight was intended to last until December 1987, but doctors on the ground determined that he was having minor heart irregularities. For this reason, in July he was replaced by Soviet cosmonaut Aleksandr Pavlovich Aleksandrov, who stayed on Mir to the end of the expedition in December.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Laveykin",
            "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/aleksandr2520laveykin_image_20181129234612.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190050.jpeg",
            "last_flight": "1987-02-05T21:38:16Z",
            "first_flight": "1987-02-05T21:38:16Z"
        },
        {
            "id": 160,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/160/?format=api",
            "name": "Aleksandr Kaleri",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1956-05-13",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Aleksandr Yuriyevich \"Sasha\" Kaleri (Russian: Александр Юрьевич Калери; born Jūrmala, Latvian SSR, USSR, 13 May 1956) is a Russian cosmonaut and veteran of extended stays on the Mir Space Station and the International Space Station (ISS). Kaleri has most recently been in space aboard the ISS serving as a flight engineer for the long duration Expedition 25/26 missions. He has spent the fourth-longest time in space of any person, the longest time in space of any currently active cosmonaut, and the longest time in space of any person not born in what is now Russia.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Kaleri",
            "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/aleksandr2520kaleri_image_20181129232134.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190613.jpeg",
            "last_flight": "2010-10-07T23:10:55Z",
            "first_flight": "1992-03-17T10:54:30Z"
        },
        {
            "id": 153,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/153/?format=api",
            "name": "Aleksandr Ivanchenkov",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1940-09-28",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Aleksandr Sergeyevich Ivanchenkov (Russian: Алекса́ндр Серге́евич Иванче́нков; born 28 September 1940 ) is a retired Soviet cosmonaut who flew as Flight Engineer on Soyuz 29 and Soyuz T-6, he spent 147 days, 12 hours and 37 minutes in space.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Ivanchenkov",
            "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/aleksandr2520ivanchenkov_image_20181129231158.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190053.jpeg",
            "last_flight": "1982-06-24T16:29:48Z",
            "first_flight": "1978-06-15T20:16:45Z"
        },
        {
            "id": 785,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/785/?format=api",
            "name": "Aleksandr Gorbunov",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1990-05-24",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Born in Zheleznogorsk, Kursk region, Russia, he studied engineering with qualifications in spacecraft and upper stages from the Moscow Aviation Institute. Gorbunov graduated from the military department with a specialty in operation and repair of aircraft, helicopters, and aircraft engines. Before being selected as a cosmonaut in 2018, he worked as an engineer for Rocket Space Corporation Energia and supported cargo spacecraft launches from the Baikonur cosmodrome.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "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": null,
            "profile_image_thumbnail": null,
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 281,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/281/?format=api",
            "name": "Aleksandr Aleksandrovich Volkov",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1948-05-27",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Aleksandr Aleksandrovich Volkov (Russian: Алекса́ндр Алекса́ндрович Во́лков, born 27 May 1948) is a retired Russian cosmonaut. He is a veteran of 3 space flights, including twice to the Mir Soviet space station, and is the father of cosmonaut Sergey Volkov.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Aleksandrovich_Volkov",
            "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/aleksandr2520aleksandrovich2520volkov_image_20181201224523.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190039.jpeg",
            "last_flight": "1991-10-02T05:59:38Z",
            "first_flight": "1985-09-17T12:38:52Z"
        },
        {
            "id": 612,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/612/?format=api",
            "name": "Albert Sacco",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 5,
                "name": "Payload Specialist"
            },
            "date_of_birth": "1949-05-03",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Albert Sacco Jr. (born May 3, 1949) is an American chemical engineer who flew as a Payload Specialist on the Space Shuttle Columbia on shuttle mission STS-73 in 1995.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Albert_Sacco",
            "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/albert2520sacco_image_20190211162452.jpeg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190217.jpeg",
            "last_flight": "1995-10-20T13:53:00Z",
            "first_flight": "1995-10-20T13:53:00Z"
        },
        {
            "id": 21,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/21/?format=api",
            "name": "Alan Shepard",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1923-11-18",
            "date_of_death": "1998-07-21",
            "nationality": "American",
            "bio": "Rear Admiral Alan Bartlett Shepard Jr. was an American astronaut, naval aviator, test pilot, and businessman. In 1961 he became the first American to travel into space, and in 1971 he walked on the Moon.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Alan_Shepard",
            "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/alan2520shepard_image_20181128141007.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190059.jpeg",
            "last_flight": "1971-01-31T21:03:02Z",
            "first_flight": "1961-05-05T14:34:13Z"
        }
    ]
}