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&offset=770&ordering=-time_in_space
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 784,
    "next": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=780&ordering=-time_in_space",
    "previous": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=760&ordering=-time_in_space",
    "results": [
        {
            "id": 664,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/664/?format=api",
            "name": "Roger B. Chaffee",
            "status": {
                "id": 5,
                "name": "Lost In Training"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": 31,
            "date_of_birth": "1935-02-15",
            "date_of_death": "1967-01-27",
            "nationality": "American",
            "bio": "Roger Bruce Chaffee was an American naval officer, aviator, and aeronautical engineer who was a NASA astronaut in the Apollo program. Along with thirteen other pilots, Chaffee was selected to be an astronaut as part of NASA Astronaut Group 3 in 1963. He served as capsule communicator (CAPCOM) for the Gemini 3 and Gemini 4 missions and received his first spaceflight assignment in 1966 as the third-ranking pilot on Apollo 1. In 1967, he died in a fire along with fellow astronauts Virgil \"Gus\" Grissom and Ed White during a pre-launch test for the mission at what was then the Cape Kennedy Air Force Station Launch Complex 34, Florida. He was posthumously awarded the Congressional Space Medal of Honor and a second Air Medal.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Roger_B._Chaffee",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/roger_b._chaffe_image_20210509184925.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190510.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1967-01-27T23:31:19Z",
            "first_flight": "1967-01-27T23:31:19Z"
        },
        {
            "id": 583,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/583/?format=api",
            "name": "Robb Kulin",
            "status": {
                "id": 8,
                "name": "Resigned during Training"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": 40,
            "date_of_birth": "1983-12-07",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Robb Michael Kulin is a former NASA astronaut candidate of the class of 2017. He resigned from NASA, effective August 31, 2018, before completing astronaut training.",
            "twitter": "https://twitter.com/Alaskan_Astro",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Robb_Kulin",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/robb2520kulin_image_20181203182519.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190911.jpeg",
            "flights_count": 0,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 805,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/805/?format=api",
            "name": "Sławosz Uznański",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": 40,
            "date_of_birth": "1984-04-12",
            "date_of_death": null,
            "nationality": "Polish",
            "bio": "Sławosz Uznański is a Polish engineer working at the European Space Agency as a project astronaut since 2023 and formerly at CERN.",
            "twitter": "https://x.com/astro_slawosz",
            "instagram": "https://www.instagram.com/astro_slawosz/",
            "wiki": "https://en.wikipedia.org/wiki/S%C5%82awosz_Uzna%C5%84ski",
            "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": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX,BEL",
                "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/s25c52582awos_image_20240803064757.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/s25c52582awos_image_thumbnail_20240803064803.jpeg",
            "flights_count": 0,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 675,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/675/?format=api",
            "name": "William Brian Binnie",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 1,
                "name": "Unknown"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": 71,
            "date_of_birth": "1953-01-01",
            "date_of_death": null,
            "nationality": "American",
            "bio": "William Brian Binnie is a former United States Navy officer and one of the test pilots for SpaceShipOne and SpaceShipTwo",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Brian_Binnie",
            "agency": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.2.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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/william_brian_b_image_20210522150237.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185629.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 0,
            "last_flight": "2012-08-11T12:00:00Z",
            "first_flight": "2011-05-19T12:00:00Z"
        },
        {
            "id": 54,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/54/?format=api",
            "name": "Curt Michel",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": 80,
            "date_of_birth": "1934-06-05",
            "date_of_death": "2015-02-26",
            "nationality": "American",
            "bio": "Frank Curtis \"Curt\" Michel, Ph.D. was an American astrophysicist; a professor of astrophysics at Rice University in Houston, Texas; a former United States Air Force pilot; and a NASA astronaut.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Curt_Michel",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/curt2520michel_image_20181128151119.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185412.jpeg",
            "flights_count": 0,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 643,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/643/?format=api",
            "name": "Jennifer Sidey-Gibbons",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": 36,
            "date_of_birth": "1988-08-03",
            "date_of_death": null,
            "nationality": "Canadian",
            "bio": "Jennifer Sidey-Gibbons hails from Calgary, Alberta. She holds an honors bachelor's degree in mechanical engineering from McGill University in Montreal and a doctorate in engineering from the University of Cambridge. While at McGill, she conducted research on flame propagation in microgravity, in collaboration with CSA and the National Research Council Flight Research Laboratory. Prior to joining CSA, Sidey-Gibbons worked as an assistant professor in combustion in the Department of Engineering at Cambridge.",
            "twitter": "https://twitter.com/astro_jenni",
            "instagram": "https://www.instagram.com/astro_jenni/",
            "wiki": "https://en.wikipedia.org/wiki/Jenni_Sidey",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/canadian2520space2520agency_logo_20231122160211.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jennifer2520sidey-gibbons_image_20191228100223.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190656.jpeg",
            "flights_count": 0,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 645,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/645/?format=api",
            "name": "Andrei Babkin",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": 55,
            "date_of_birth": "1969-04-21",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Andrei Nikolaevich Babkin (Russian: Андре́й Никола́евич Ба́бкин) is a Russian Engineer and Cosmonaut who was selected in April 2010.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Andrei_Babkin",
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/andrei2520babkin_image_20200129210447.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185251.jpeg",
            "flights_count": 0,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 81,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/81/?format=api",
            "name": "Valentin Bondarenko",
            "status": {
                "id": 5,
                "name": "Lost In Training"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": 24,
            "date_of_birth": "1937-02-16",
            "date_of_death": "1961-03-23",
            "nationality": "Russian",
            "bio": "Valentin Vasiliyevich Bondarenko (Ukrainian: Валентин Васильович Бондаренко, Russian: Валентин Васильевич Бондаренко; 16 February 1937 – 23 March 1961) was a Soviet fighter pilot selected in 1960 for training as a cosmonaut. He died as the result of burns sustained in a fire during a 15-day low-pressure endurance experiment in Moscow. The government concealed the death, along with Bondarenko's membership in the cosmonaut corps, until 1980. A crater on the Moon's far side is named after him.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Valentin_Bondarenko",
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/valentin2520bondarenko_image_20181128223624.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190922.jpeg",
            "flights_count": 0,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 709,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/709/?format=api",
            "name": "Deniz Burnham",
            "status": {
                "id": 3,
                "name": "In-Training"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": 39,
            "date_of_birth": "1985-01-01",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Deniz Burnham is a US Nacy lieutenant from Wasilla, Alaska. A former intern at NASA’s Ames Research Center in Silicon Valley, California, Burnham serves in the U.S. Navy Reserves. She earned a bachelor’s degree in chemical engineering from the University of California, San Diego, and a master’s degree in mechanical engineering from the University of Southern California in Los Angeles. Burnham is an experienced leader in the energy industry, managing onsite drilling projects throughout North America, including in Alaska, Canada, and Texas.\r\n\r\nExact date of birth unknown.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Deniz_Burnham",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/deniz_burnham_image_20211206185353.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190524.jpeg",
            "flights_count": 0,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 642,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/642/?format=api",
            "name": "Joshua Kutryk",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": 42,
            "date_of_birth": "1982-03-21",
            "date_of_death": null,
            "nationality": "Canadian",
            "bio": "Joshua Kutryk, a Royal Canadian Air Force lieutenant colonel, is from Beauvallon, Alberta. He has a bachelor’s degree in mechanical engineering, as well as master’s degrees in space studies, flight test engineering, and defense studies. Prior to joining CSA, Kutryk worked as an experimental test pilot and a fighter pilot in Cold Lake, Alberta, where he led the unit responsible for the operational flight-testing of fighter aircraft in Canada.",
            "twitter": "https://twitter.com/astro_kutryk",
            "instagram": "https://www.instagram.com/astro_kutryk/",
            "wiki": "https://en.wikipedia.org/wiki/Joshua_Kutryk",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/canadian2520space2520agency_logo_20231122160211.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/joshua2520kutryk_image_20191228095953.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185947.jpeg",
            "flights_count": 0,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": null,
            "first_flight": null
        }
    ]
}