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=date_of_birth
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=date_of_birth",
    "previous": "https://ll.thespacedevs.com/2.0.0/astronaut/?format=api&limit=10&offset=740&ordering=date_of_birth",
    "results": [
        {
            "id": 762,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/762/?format=api",
            "name": "Christopher Huie",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "American",
            "bio": "Aerospace engineer, senior manager of Virgin Galactic's Flight Sciences Engineering team.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "agency": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "featured": false,
                "type": "Private",
                "country_code": "USA",
                "abbrev": "VG",
                "description": "Virgin Galactic is an American spaceflight company within the Virgin Group. It is developing commercial spacecraft and aims to provide suborbital spaceflights to space tourists. Virgin Galactic's suborbital spacecraft are air launched from beneath a carrier airplane known as White Knight Two.",
                "administrator": "Founder: Richard Branson",
                "founding_year": "2004",
                "launchers": "VMS Eve",
                "spacecraft": "VSS Enterprise | VSS Unity",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/christopher_hui_image_20230508161156.png",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190750.png",
            "last_flight": "2023-05-25T16:23:00Z",
            "first_flight": "2023-05-25T16:23:00Z"
        },
        {
            "id": 748,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/748/?format=api",
            "name": "Pablo Álvarez Fernández",
            "status": {
                "id": 3,
                "name": "In-Training"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "Spanish",
            "bio": "Pablo holds a bachelor's degree in aeronautical engineering from the University of León (Universidad de León), Spain, and graduated with a master’s degree in aerospace engineering from the Warsaw University of Technology (Politechnika Warszawska) in 2011.\r\nAfter graduating university, Pablo was working as a structural engineer for several aircraft programmes, such as for Airbus and Safran in Spain, the UK and France between 2011 and 2017.\r\nFrom 2017 to 2020, while working as an ExoMars rover mechanical architect at Airbus Defence and Space in the UK, his responsibilities included the development of the radiosotope heater unit integration procedure in conjunction with Russian Space Agency ROSCOSMOS and ESA, as well as being a test director during the environmental test campaign.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "agency": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
                "name": "European Space Agency",
                "featured": false,
                "type": "Multinational",
                "country_code": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUX,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
                "abbrev": "ESA",
                "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
                "administrator": "Director General: Josef Aschbacher",
                "founding_year": "1975",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/pablo_25c3258_image_20221123151230.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185348.jpeg",
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 705,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/705/?format=api",
            "name": "Cameron Bess",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "American",
            "bio": "Cameron is a content creator who studied Computer Science and Game Design at DigiPen Institute for Technology in Washington.",
            "twitter": "https://twitter.com/MeepsKitten",
            "instagram": "https://www.instagram.com/thebluffstudios/",
            "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": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/cameron_bess_image_20220606094741.jpeg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190721.jpeg",
            "last_flight": "2021-12-11T15:00:42Z",
            "first_flight": "2021-12-11T15:00:42Z"
        },
        {
            "id": 763,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/763/?format=api",
            "name": "Luke Mays",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "American",
            "bio": "Former NASA astronaut instructor, now astronaut instructor at Virgin Galactic.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "agency": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "featured": false,
                "type": "Private",
                "country_code": "USA",
                "abbrev": "VG",
                "description": "Virgin Galactic is an American spaceflight company within the Virgin Group. It is developing commercial spacecraft and aims to provide suborbital spaceflights to space tourists. Virgin Galactic's suborbital spacecraft are air launched from beneath a carrier airplane known as White Knight Two.",
                "administrator": "Founder: Richard Branson",
                "founding_year": "2004",
                "launchers": "VMS Eve",
                "spacecraft": "VSS Enterprise | VSS Unity",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/luke_mays_image_20230508161309.png",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190738.png",
            "last_flight": "2023-05-25T16:23:00Z",
            "first_flight": "2023-05-25T16:23:00Z"
        },
        {
            "id": 744,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/744/?format=api",
            "name": "Shaun the Sheep",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 6,
                "name": "Non-Human"
            },
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "Earthling",
            "bio": "Shaun the Sheep is the main character of the eponymous British stop-motion TV show. This plushie serves as zero-G indicator on the Artemis-1 mission.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Shaun_the_Sheep",
            "agency": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
                "name": "European Space Agency",
                "featured": false,
                "type": "Multinational",
                "country_code": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUX,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
                "abbrev": "ESA",
                "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
                "administrator": "Director General: Josef Aschbacher",
                "founding_year": "1975",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/shaun_the_sheep_image_20220818114142.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190213.jpeg",
            "last_flight": "2022-11-16T06:47:44Z",
            "first_flight": "2022-11-16T06:47:44Z"
        },
        {
            "id": 741,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/741/?format=api",
            "name": "Commander Moonikin Campos",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 6,
                "name": "Non-Human"
            },
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "Earthling",
            "bio": "Commander Moonikin Campos is an Anthropomorphic Test Device (ATD), named as a homage to to Arturo Campos, a key player in bringing Apollo 13 safely back to Earth.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "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/commander_mooni_image_20220911033657.jpeg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190308.jpeg",
            "last_flight": "2022-11-16T06:47:44Z",
            "first_flight": "2022-11-16T06:47:44Z"
        },
        {
            "id": 723,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/723/?format=api",
            "name": "Jim Kitchen",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "American",
            "bio": "Jim Kitchen is a teacher, entrepreneur, and world explorer who has visited all 193 U.N.-recognized countries.",
            "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": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/jim_kitchen_image_20220606095541.jpeg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185229.jpeg",
            "last_flight": "2022-03-31T13:58:00Z",
            "first_flight": "2022-03-31T13:58:00Z"
        },
        {
            "id": 795,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/795/?format=api",
            "name": "Gopi Thotakura",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "India",
            "bio": "Gopi is a pilot and aviator who learned how to fly before he could drive. He’s co-founder of Preserve Life Corp, a global center for holistic wellness and applied health located near Hartsfield-Jackson Atlanta International Airport. In addition to flying jets commercially, Gopi pilots bush, aerobatic, and seaplanes, as well as gliders and hot air balloons, and has served as an international medical jet pilot. A lifelong traveler, his most recent adventure took him to the summit of Mt. Kilimanjaro. Gopi is a graduate of Embry-Riddle Aeronautical University.",
            "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": 737,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/737/?format=api",
            "name": "Clint Kelly III",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "American",
            "bio": "Clint managed research and technology programs focused primarily on computer science and robotics while in government and in industry. In 1984, he started the Autonomous Land Vehicle project while at the Defense Advanced Research Projects Agency (DARPA) contributing to the development of the technology used in driverless cars.",
            "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": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/clint_kelly_iii_image_20220911034431.jpeg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190034.jpeg",
            "last_flight": "2022-08-04T13:57:00Z",
            "first_flight": "2022-08-04T13:57:00Z"
        },
        {
            "id": 754,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/754/?format=api",
            "name": "Rayyanah Barnawi",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "Saudi",
            "bio": "Rayyanah Barnawi is an astronaut representing the Kingdom of Saudi Arabia and serving as a mission specialist on the Ax-2 mission. Barnawi has a Master of Biomedical Sciences from Alfaisal University and a Bachelor of Biomedical Sciences from Otago University. Barnawi is a research laboratory technician with nine years of experience in breast cancer and cancer stem-cell research.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Rayyanah_Barnawi",
            "agency": {
                "id": 1047,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1047/?format=api",
                "name": "Saudi Space Commission",
                "featured": false,
                "type": null,
                "country_code": "SAU",
                "abbrev": "SSC",
                "description": "Space Agency of Saudi Arabia.",
                "administrator": "Abdullah Alswaha",
                "founding_year": "2018",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/rayyanah_barnaw_image_20230213182031.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185816.jpeg",
            "last_flight": "2023-05-21T21:37:00Z",
            "first_flight": "2023-05-21T21:37:00Z"
        }
    ]
}