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=640&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=650&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.0.0/astronaut/?format=api&limit=10&offset=630&ordering=name",
    "results": [
        {
            "id": 241,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/241/?format=api",
            "name": "Sultan bin Salman Al Saud",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 4,
                "name": "Non-Astronaut Passenger"
            },
            "date_of_birth": "1956-06-27",
            "date_of_death": null,
            "nationality": "Saudi",
            "bio": "Sultan bin Salman bin Abdulaziz Al Saud (born 27 June 1956) is a former Royal Saudi Air Force pilot who flew aboard the American STS-51-G Space Shuttle mission as a payload specialist, and a member of the House of Saud. He is thus the first member of a royal family to be an astronaut, and the first Arab and Muslim to fly in space.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Sultan_bin_Salman_Al_Saud",
            "agency": {
                "id": 70,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/70/?format=api",
                "name": "Space Research Institute of Saudi Arabia",
                "featured": false,
                "type": "Government",
                "country_code": "SAU",
                "abbrev": "KACST-SRI",
                "description": "The Space Research Institute of Saudi Arabia is committed to space research for Suadi Arabia. Their space agency is chaired by Sultan bin Salman Al Saud, the first and only Saudi man to go to space aboard the STS-51-G for 7 days.",
                "administrator": "Sultan bin Salman Al Saud",
                "founding_year": "2018",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sultan2520bin2520salman2520al2520saud_image_20190211162403.jpeg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185916.jpeg",
            "last_flight": "1985-06-17T11:33:00Z",
            "first_flight": "1985-06-17T11:33:00Z"
        },
        {
            "id": 537,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/537/?format=api",
            "name": "Sunita Williams",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1965-09-19",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Sunita Pandya Lyn Williams is an American astronaut and United States Navy officer of Indo-Slovenian descent. She formerly held the records for total spacewalks by a woman (seven) and most spacewalk time for a woman (50 hours, 40 minutes). Williams was assigned to the International Space Station as a member of Expedition 14 and Expedition 15. In 2012, she served as a flight engineer on Expedition 32 and then commander of Expedition 33.",
            "twitter": "https://twitter.com/Astro_Suni",
            "instagram": "https://www.instagram.com/astro_williams/",
            "wiki": "https://en.wikipedia.org/wiki/Sunita_Williams",
            "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/sunita2520williams_image_20181203164912.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190426.jpeg",
            "last_flight": "2012-07-15T02:40:03Z",
            "first_flight": "2006-12-10T01:47:35Z"
        },
        {
            "id": 132,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/132/?format=api",
            "name": "Susan Helms",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1958-02-26",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Susan Jane Helms is a retired lieutenant general in the United States Air Force and a former NASA astronaut. Helms was a crew member on five Space Shuttle missions and was a resident of the International Space Station (ISS) for over five months in 2001. While participating in ISS Expedition 2, she and Jim Voss conducted an 8-hour and 56 minute spacewalk, the world record.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Susan_Helms",
            "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/susan2520helms_image_20181129204438.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185213.jpeg",
            "last_flight": "2001-03-08T11:42:00Z",
            "first_flight": "1993-01-13T13:59:30Z"
        },
        {
            "id": 473,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/473/?format=api",
            "name": "Susan Kilrain",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1961-10-24",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Susan Kilrain is an engineer, a former United States Navy officer, and a former NASA astronaut.",
            "twitter": "https://twitter.com/Astro_Susan",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Susan_Kilrain",
            "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/susan2520kilrain_image_20181202151705.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190507.jpeg",
            "last_flight": "1997-07-01T18:02:02Z",
            "first_flight": "1997-04-04T19:20:32Z"
        },
        {
            "id": 243,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/243/?format=api",
            "name": "Svetlana Savitskaya",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1948-08-08",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Svetlana Yevgenyevna Savitskaya (Russian: Светла́на Евге́ньевна Сави́цкая; born 8 August 1948) is a retired Soviet aviator and cosmonaut who flew aboard Soyuz T-7 in 1982, becoming the second woman in space. On her 1984 mission she became the first woman to fly to space twice, and the first woman to perform a spacewalk. She set several FAI world records as a pilot.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Svetlana_Savitskaya",
            "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/svetlana2520savitskaya_image_20181201215411.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190052.jpeg",
            "last_flight": "1984-07-17T17:40:54Z",
            "first_flight": "1982-08-19T17:11:52Z"
        },
        {
            "id": 792,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/792/?format=api",
            "name": "Sylvain Chiron",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "French",
            "bio": "Sylvain is the founder of the Brasserie Mont Blanc, one of the largest craft breweries in France. Sylvain was born in the French Alps and is a lifelong aviator and skier. He earned his pilot’s license at age 16. After spending several summers in Florida taking additional flying lessons and watching Space Shuttle launches, Sylvain entered mandatory service in the French military, where he served as a ski instructor for the French Air Force and NATO pilots. Following the military, he pursued an international MBA at Temple University and moved to Tokyo to study business in Japan. Sylvain and his family are based in Savoy, France, where he’s also involved in philanthropy focused on children’s education and nature preservation.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "agency": {
                "id": 141,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "featured": true,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "BO",
                "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
                "administrator": "CEO: Jeff Bezos",
                "founding_year": "2000",
                "launchers": "New Shepard | New Glenn",
                "spacecraft": "",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg"
            },
            "profile_image": null,
            "profile_image_thumbnail": null,
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 94,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/94/?format=api",
            "name": "Takao Doi",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1954-09-18",
            "date_of_death": null,
            "nationality": "Japanese",
            "bio": "Takao Doi (土井 隆雄 Doi Takao, born September 18, 1954) is a Japanese astronaut and veteran of two NASA space shuttle missions.\r\n\r\nDoi flew as a mission specialist aboard STS-87 in 1997, during which he became the first Japanese astronaut to conduct a spacewalk.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Takao_Doi",
            "agency": {
                "id": 37,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/37/?format=api",
                "name": "Japan Aerospace Exploration Agency",
                "featured": true,
                "type": "Government",
                "country_code": "JPN",
                "abbrev": "JAXA",
                "description": "The Japan Aerospace Exploration Agency (JAXA) is Japan's national aero-space agency. Through the merger of three previously independent organizations, JAXA was formed on 1 October 2003. JAXA is responsible for research, technology development and the launch of satellites into orbit, and is involved in many more advanced missions, such as asteroid exploration and possible manned exploration of the Moon. JAXA launch their Epsilon vehicle from the Uchinoura Space Center and their H-II vehicles from the Tanegashima Space Center.",
                "administrator": "Administrator: Hiroshi Yamakawa",
                "founding_year": "2003",
                "launchers": "H-II",
                "spacecraft": "",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/takao2520doi_image_20181128225501.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190143.jpeg",
            "last_flight": "2008-03-11T06:28:14Z",
            "first_flight": "1997-11-19T19:46:00Z"
        },
        {
            "id": 214,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/214/?format=api",
            "name": "Takuya Onishi",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1975-12-22",
            "date_of_death": null,
            "nationality": "Japanese",
            "bio": "Takuya Onishi (大西 卓哉 Ōnishi Takuya, born 1975) is a Japanese astronaut selected for the Japan Aerospace Exploration Agency (JAXA) in 2009.[1] He spent four months onboard the International Space Station in 2016.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Takuya_Onishi",
            "agency": {
                "id": 37,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/37/?format=api",
                "name": "Japan Aerospace Exploration Agency",
                "featured": true,
                "type": "Government",
                "country_code": "JPN",
                "abbrev": "JAXA",
                "description": "The Japan Aerospace Exploration Agency (JAXA) is Japan's national aero-space agency. Through the merger of three previously independent organizations, JAXA was formed on 1 October 2003. JAXA is responsible for research, technology development and the launch of satellites into orbit, and is involved in many more advanced missions, such as asteroid exploration and possible manned exploration of the Moon. JAXA launch their Epsilon vehicle from the Uchinoura Space Center and their H-II vehicles from the Tanegashima Space Center.",
                "administrator": "Administrator: Hiroshi Yamakawa",
                "founding_year": "2003",
                "launchers": "H-II",
                "spacecraft": "",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/takuya2520onishi_image_20181201184314.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190231.jpeg",
            "last_flight": "2016-07-07T01:36:00Z",
            "first_flight": "2016-07-07T01:36:00Z"
        },
        {
            "id": 204,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/204/?format=api",
            "name": "Talgat Musabayev",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1951-01-07",
            "date_of_death": null,
            "nationality": "Kazakh",
            "bio": "Talgat Amangeldyuly Musabayev (Kazakh: Талғат Аманкелдіұлы Мұсабаев; born 7 January 1951) is a Kazakh test pilot and former cosmonaut who flew on three spaceflights. His first two spaceflights were long-duration stays aboard the Russian space station Mir. His third spaceflight was a short duration visiting mission to the International Space Station, which also carried the first paying space tourist Dennis Tito. He retired as a cosmonaut in November 2003.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Talgat_Musabayev",
            "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/talgat2520musabayev_image_20181201180632.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185626.jpeg",
            "last_flight": "2001-04-28T07:37:20Z",
            "first_flight": "1994-07-01T12:24:50Z"
        },
        {
            "id": 405,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/405/?format=api",
            "name": "Tamara E. Jernigan",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": "1959-05-07",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Tamara Elizabeth \"Tammy\" Jernigan, Ph.D. is an American scientist and former NASA astronaut and a veteran of five shuttle missions.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Tamara_E._Jernigan",
            "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/tamara2520e.2520jernigan_image_20181202140101.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190539.jpeg",
            "last_flight": "1999-05-27T10:49:42Z",
            "first_flight": "1991-06-05T13:24:51Z"
        }
    ]
}