API endpoint that allows Astronaut to be viewed.

GET:
Return a list of all the existing astronauts.

MODE:
Normal, List, LaunchList and Detailed
/2.2.0/astronaut/?mode=detailed

FILTERS:
Parameters - 'name', 'status', 'nationality', 'agency__name', 'agency__abbrev', 'date_of_birth',
'date_of_death', 'status_ids', 'is_human', 'type__id', 'has_flown', 'in_space'
Example - /2.2.0/astronaut/?nationality=American

SEARCH EXAMPLE:
/2.2.0/astronaut/?search=armstrong
Searches through name, nationality and agency name

ORDERING:
Fields - 'name', 'status', 'date_of_birth'
Example - /2.2.0/astronaut/?order=name

GET /2.2.0/astronaut/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 758,
    "next": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=10",
    "previous": null,
    "results": [
        {
            "id": 1,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/1/?format=api",
            "name": "Thomas Pesquet",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P396DT11H33M45S",
            "eva_time": "P1DT15H54M",
            "age": 46,
            "date_of_birth": "1978-02-27",
            "date_of_death": null,
            "nationality": "French",
            "bio": "Thomas Gautier Pesquet is a French aerospace engineer, pilot, and European Space Agency astronaut. Pesquet was selected by ESA as a candidate in May 2009, and he successfully completed his basic training in November 2010. From November 2016 to June 2017, Pesquet was part of Expeditions 50 and 51 on the International Space Station as a flight engineer.",
            "twitter": "https://twitter.com/Thom_astro",
            "instagram": "https://instagram.com/thom_astro",
            "wiki": "https://en.wikipedia.org/wiki/Thomas_Pesquet",
            "agency": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.2.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,LUZ,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,
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/thomas2520pesquet_image_20200102120546.jpeg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190357.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 6,
            "last_flight": "2021-04-23T09:49:02Z",
            "first_flight": "2016-11-17T20:20:13Z"
        },
        {
            "id": 2,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/2/?format=api",
            "name": "Claude Nicollier",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P42DT12H3M12S",
            "eva_time": "PT8H10M",
            "age": 79,
            "date_of_birth": "1944-09-02",
            "date_of_death": null,
            "nationality": "Swiss",
            "bio": "Claude Nicollier is the first astronaut from Switzerland. He has flown on four Space Shuttle missions. His first spaceflight (STS-46) was in 1992, and his final spaceflight (STS-103) was in 1999. He took part in two servicing missions to the Hubble Space Telescope (called STS-61 and STS-103). During his final spaceflight he participated in a spacewalk, becoming the first European Space Agency astronaut to do so during a Space Shuttle mission. In 2000 he was assigned to the Astronaut Office Extravehicular Activity Branch, while maintaining a position as Lead ESA Astronaut in Houston. Nicollier retired from ESA in April 2007.",
            "twitter": "https://twitter.com/Astroclaude",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Claude_Nicollier",
            "agency": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.2.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,LUZ,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,
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/claude2520nicollier_image_20181127203218.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185551.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 1,
            "last_flight": "1999-12-20T00:50:00Z",
            "first_flight": "1992-07-31T13:56:48Z"
        },
        {
            "id": 3,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/3/?format=api",
            "name": "Tim Peake",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P185DT22H11M51S",
            "eva_time": "PT4H43M",
            "age": 51,
            "date_of_birth": "1972-04-07",
            "date_of_death": null,
            "nationality": "British",
            "bio": "Major Timothy Nigel Peake CMG is a British Army Air Corps officer, former European Space Agency astronaut and International Space Station (ISS) crew member.  He is the first British ESA astronaut, the second astronaut to bear a flag of the United Kingdom patch, the sixth person born in the United Kingdom to go on board the International Space Station and the seventh UK-born person in space. He began the ESA's intensive astronaut basic training course in September 2009 and graduated on 22 November 2010",
            "twitter": "https://twitter.com/astro_timpeake",
            "instagram": "https://www.instagram.com/astro_timpeake/",
            "wiki": "https://en.wikipedia.org/wiki/Tim_Peake",
            "agency": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.2.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,LUZ,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,
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/european2520space2520agency_logo_20221130101442.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/tim_peake_image_20230120154350.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185843.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 1,
            "last_flight": "2015-12-15T11:03:09Z",
            "first_flight": "2015-12-15T11:03:09Z"
        },
        {
            "id": 4,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/4/?format=api",
            "name": "Buzz Aldrin",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P12DT1H52M27S",
            "eva_time": "PT8H1M40S",
            "age": 94,
            "date_of_birth": "1930-01-20",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Buzz Aldrin; born Edwin Eugene Aldrin Jr.; is an American engineer, former astronaut, and fighter pilot.\r\nAs Lunar Module Pilot on the Apollo 11 mission, he and mission commander Neil Armstrong were the first two humans to land on the Moon.",
            "twitter": "https://twitter.com/TheRealBuzz",
            "instagram": "https://www.instagram.com/drbuzzaldrin/",
            "wiki": "https://en.wikipedia.org/wiki/Buzz_Aldrin",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "USA",
                "abbrev": "NASA",
                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                "administrator": "Administrator: Bill Nelson",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/buzz_aldrin_image_20220911034547.jpeg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185225.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 4,
            "last_flight": "1969-07-16T13:32:00Z",
            "first_flight": "1966-11-11T20:46:33Z"
        },
        {
            "id": 5,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/5/?format=api",
            "name": "Chris Hadfield",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P165DT16H19M",
            "eva_time": "PT14H50M",
            "age": 64,
            "date_of_birth": "1959-08-29",
            "date_of_death": null,
            "nationality": "Canadian",
            "bio": "Chris Austin Hadfield is a Canadian retired astronaut, engineer, and former Royal Canadian Air Force fighter pilot.\r\nThe first Canadian to walk in space, Hadfield has flown two space shuttle missions and served as commander of the International Space Station.",
            "twitter": "https://twitter.com/Cmdr_Hadfield",
            "instagram": "https://www.instagram.com/colchrishadfield/",
            "wiki": "https://en.wikipedia.org/wiki/Chris_Hadfield",
            "agency": {
                "id": 16,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                "name": "Canadian Space Agency",
                "featured": false,
                "type": "Government",
                "country_code": "CAN",
                "abbrev": "CSA",
                "description": "The Canadian Space Agency was established by the Canadian Space Agency Act which received Royal Assent on May 10, 1990. \r\n\r\nThe Canadian space program is administered by the Canadian Space Agency. Canada has contributed technology, expertise and personnel to the world space effort, especially in collaboration with ESA and NASA. In addition to its astronauts and satellites, some of the most notable Canadian technological contributions to space exploration include the Canadarm on the Space Shuttle and Canadarm2 on the International Space Station.",
                "administrator": "President: Lisa Campbell",
                "founding_year": "1990",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/canadian2520space2520agency_logo_20231122160211.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/chris_hadfield_image_20220911034200.jpeg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190208.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 2,
            "last_flight": "2012-12-19T12:12:35Z",
            "first_flight": "1995-11-12T12:30:43Z"
        },
        {
            "id": 6,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/6/?format=api",
            "name": "David Saint-Jacques",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P203DT12H28M8S",
            "eva_time": "PT6H29M",
            "age": 54,
            "date_of_birth": "1970-01-06",
            "date_of_death": null,
            "nationality": "Canadian",
            "bio": "David Saint-Jacques is a Canadian astronaut with the Canadian Space Agency (CSA).\r\nHe was also an engineer, an astrophysicist, and a physician prior to joining the CSA.\r\nHe was selected to join the CSA in the 2009 CSA selection along with Jeremy Hansen.",
            "twitter": "https://twitter.com/Astro_DavidS",
            "instagram": "https://www.instagram.com/astrodavids/",
            "wiki": "https://en.wikipedia.org/wiki/David_Saint-Jacques",
            "agency": {
                "id": 16,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                "name": "Canadian Space Agency",
                "featured": false,
                "type": "Government",
                "country_code": "CAN",
                "abbrev": "CSA",
                "description": "The Canadian Space Agency was established by the Canadian Space Agency Act which received Royal Assent on May 10, 1990. \r\n\r\nThe Canadian space program is administered by the Canadian Space Agency. Canada has contributed technology, expertise and personnel to the world space effort, especially in collaboration with ESA and NASA. In addition to its astronauts and satellites, some of the most notable Canadian technological contributions to space exploration include the Canadarm on the Space Shuttle and Canadarm2 on the International Space Station.",
                "administrator": "President: Lisa Campbell",
                "founding_year": "1990",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/canadian2520space2520agency_logo_20231122160211.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/david_saint-jac_image_20220911034207.jpeg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191004.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 1,
            "last_flight": "2018-12-03T11:31:52Z",
            "first_flight": "2018-12-03T11:31:52Z"
        },
        {
            "id": 7,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/7/?format=api",
            "name": "Anne McClain",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P203DT12H28M8S",
            "eva_time": "PT13H8M",
            "age": 44,
            "date_of_birth": "1979-06-07",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Anne Charlotte McClain is a lieutenant colonel in the U.S. Army currently assigned to NASA Astronaut Group 21.",
            "twitter": "https://twitter.com/AstroAnnimal",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Anne_McClain",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "USA",
                "abbrev": "NASA",
                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                "administrator": "Administrator: Bill Nelson",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/anne2520mcclain_image_20181127210625.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185442.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 2,
            "last_flight": "2018-12-03T11:31:52Z",
            "first_flight": "2018-12-03T11:31:52Z"
        },
        {
            "id": 8,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/8/?format=api",
            "name": "Andrew R. Morgan",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P271DT12H48M22S",
            "eva_time": "P1DT21H48M",
            "age": 48,
            "date_of_birth": "1976-02-05",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Andrew Richard \"Drew\" Morgan is a NASA astronaut from the class of 2013.",
            "twitter": "https://twitter.com/AstroDrewMorgan",
            "instagram": "https://www.instagram.com/astrodrewmorgan/",
            "wiki": "https://en.wikipedia.org/wiki/Andrew_R._Morgan",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "USA",
                "abbrev": "NASA",
                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                "administrator": "Administrator: Bill Nelson",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/andrew_r._morga_image_20220911034204.jpeg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185549.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 7,
            "last_flight": "2019-07-20T16:28:21Z",
            "first_flight": "2019-07-20T16:28:21Z"
        },
        {
            "id": 9,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/9/?format=api",
            "name": "Nick Hague",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P202DT16H3M37S",
            "eva_time": "PT19H56M",
            "age": 48,
            "date_of_birth": "1975-09-24",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Tyler Nicklaus Hague is an American Flight Test Engineer and a NASA astronaut of the class of 2013.\r\nSelected to be a flight engineer of Expedition 57 / 58 to the International Space Station, he launched on board Soyuz MS-10, which aborted shortly after launch on October 11, 2018.",
            "twitter": "https://twitter.com/AstroHague",
            "instagram": "https://www.instagram.com/astrohague/",
            "wiki": "https://en.wikipedia.org/wiki/Nick_Hague",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "USA",
                "abbrev": "NASA",
                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                "administrator": "Administrator: Bill Nelson",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/nick_hague_image_20220911034312.jpeg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190648.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 3,
            "last_flight": "2019-03-14T19:14:08Z",
            "first_flight": "2018-10-11T08:40:15Z"
        },
        {
            "id": 10,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/10/?format=api",
            "name": "Terry W. Virts",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P213DT10H50M46S",
            "eva_time": "PT19H2M",
            "age": 56,
            "date_of_birth": "1967-12-01",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Terry W. Virts Jr. is a former NASA astronaut, and Colonel in the United States Air Force.",
            "twitter": "https://twitter.com/AstroTerry",
            "instagram": "https://www.instagram.com/astro_terry/",
            "wiki": "https://en.wikipedia.org/wiki/Terry_W._Virts",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "USA",
                "abbrev": "NASA",
                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                "administrator": "Administrator: Bill Nelson",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/terry_w._virts_image_20220911033815.jpeg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190900.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 3,
            "last_flight": "2014-11-23T21:01:14Z",
            "first_flight": "2010-02-08T09:14:00Z"
        }
    ]
}