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=150&ordering=-spacewalks_count
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=160&ordering=-spacewalks_count",
    "previous": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=140&ordering=-spacewalks_count",
    "results": [
        {
            "id": 547,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/547/?format=api",
            "name": "Alvin Drew",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P25DT13H54S",
            "eva_time": "PT12H48M",
            "age": 61,
            "date_of_birth": "1962-11-05",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Colonel Benjamin Alvin Drew is a United States Air Force officer and a NASA astronaut. He has been on two spaceflights; the first was the Space Shuttle mission STS-118 to the International Space Station, in August 2007. Drew's second spaceflight took place in March 2011 on STS-133, another mission to the International Space Station. STS-133 was Space Shuttle Discovery's final mission. Drew took part in two spacewalks while docked to the station. Drew was the final African-American to fly on board a Space Shuttle, as the final two Space Shuttle missions, STS-134 and STS-135, had no African-American crew members. He also is currently the latest African-American Astronaut to fly in space.\r\n\r\nDrew was selected to be an astronaut in NASA's Astronaut Group 18 in July 2000. Following his rookie spaceflight, Drew spent almost a year at the Yuri Gagarin Cosmonauts Training Center in Star City, Russia, overseeing NASA's training operations there as Director of Operations.\r\n\r\nOn February 28, 2011, Drew became the 200th person to walk in space, when he conducted the first spacewalk of the STS-133 mission with fellow astronaut Steve Bowen.",
            "twitter": "https://twitter.com/alvindrew",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Alvin_Drew",
            "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/alvin_drew_image_20220911034007.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185657.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 2,
            "last_flight": "2011-02-24T21:53:24Z",
            "first_flight": "2007-08-08T22:36:42Z"
        },
        {
            "id": 169,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/169/?format=api",
            "name": "Mikhail Kornienko",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P516DT10H30S",
            "eva_time": "PT12H13M",
            "age": 64,
            "date_of_birth": "1960-04-15",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Mikhail Borisovich Kornienko (Михаил Борисович Корниенко; born 15 April 1960) is a Russian cosmonaut. Kornienko served as a flight engineer on the International Space Station during Expedition 23/24 and was selected along with Scott Kelly for a year-long mission aboard the ISS.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Mikhail_Kornienko",
            "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/mikhail2520kornienko_image_20181129233541.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185341.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 2,
            "last_flight": "2015-03-27T19:42:57Z",
            "first_flight": "2010-04-02T04:04:33Z"
        },
        {
            "id": 564,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/564/?format=api",
            "name": "Kjell N. Lindgren",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P312DT5H11M24S",
            "eva_time": "PT15H4M",
            "age": 51,
            "date_of_birth": "1973-01-23",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Kjell Norwood Lindgren is a current NASA astronaut. Lindgren was selected in June 2009 as a member of the NASA Astronaut Group 20. He launched to the International Space Station (ISS) as part of Expedition 44/45 on 22 July 2015.",
            "twitter": "https://twitter.com/astro_kjell",
            "instagram": "https://www.instagram.com/astro_kjell/",
            "wiki": "https://en.wikipedia.org/wiki/Kjell_N._Lindgren",
            "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/kjell_n._lindgr_image_20220911034152.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185328.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 2,
            "last_flight": "2022-04-27T07:52:55Z",
            "first_flight": "2015-07-22T21:02:44Z"
        },
        {
            "id": 563,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/563/?format=api",
            "name": "Jack D. Fischer",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P135DT18H8M15S",
            "eva_time": "PT7H6M",
            "age": 50,
            "date_of_birth": "1974-01-23",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Jack David Fischer is an American engineer, test pilot and a former NASA astronaut.[2] Fischer was selected in June 2009 as a member of the NASA Astronaut Group 20 and qualified as an astronaut in 2011. He made his first spaceflight in April 2017, as a flight engineer for Expedition 51/52 on the International Space Station.",
            "twitter": "https://twitter.com/Astro2fish",
            "instagram": "https://www.instagram.com/astro2fish/",
            "wiki": "https://en.wikipedia.org/wiki/Jack_D._Fischer",
            "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/jack2520d.2520fischer_image_20181203172235.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190919.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 2,
            "last_flight": "2017-04-20T07:13:45Z",
            "first_flight": "2017-04-20T07:13:45Z"
        },
        {
            "id": 285,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/285/?format=api",
            "name": "Koichi Wakata",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P504DT18H31M45S",
            "eva_time": "PT14H2M",
            "age": 61,
            "date_of_birth": "1963-08-01",
            "date_of_death": null,
            "nationality": "Japanese",
            "bio": "Koichi Wakata (若田 光一 Wakata Kōichi, born 1 August 1963) is a Japanese engineer and a JAXA astronaut. Wakata is a veteran of four NASA Space Shuttle missions, a Russian Soyuz mission, and a long-duration stay on the International Space Station. During a nearly two-decade career in spaceflight, he has logged more than eleven months in space. During Expedition 39, he became the first Japanese commander of the International Space Station. Wakata flew on the Soyuz TMA-11M/Expedition 38/Expedition 39 long duration spaceflight from 7 November 2013 to 13 May 2014. During this spaceflight he was accompanied by Kirobo, the first humanoid robot astronaut.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Koichi_Wakata",
            "agency": {
                "id": 37,
                "url": "https://ll.thespacedevs.com/2.2.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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_logo_20190207032440.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/koichi2520wakata_image_20181201225047.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190732.jpeg",
            "flights_count": 5,
            "landings_count": 5,
            "spacewalks_count": 2,
            "last_flight": "2022-10-05T16:00:57Z",
            "first_flight": "1996-01-11T09:41:00Z"
        },
        {
            "id": 504,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/504/?format=api",
            "name": "Lee Morin",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P10DT19H41M41S",
            "eva_time": "PT14H7M",
            "age": 72,
            "date_of_birth": "1952-09-09",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Lee Miller Emile Morin is a United States Navy Captain and NASA astronaut. He flew on STS-110 in 2002.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Lee_Morin",
            "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/lee_morin_image_20220911033921.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185937.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 2,
            "last_flight": "2002-04-08T20:44:19Z",
            "first_flight": "2002-04-08T20:44:19Z"
        },
        {
            "id": 269,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/269/?format=api",
            "name": "Valeri Tokarev",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P199DT15H5M25S",
            "eva_time": "PT12H54M",
            "age": 72,
            "date_of_birth": "1952-10-29",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Valeri Ivanovich Tokarev (Russian: Валерий Иванович Токарев; born October 29, 1952) is a Russian Air Force Colonel and test cosmonaut at the Yuri A. Gagarin Cosmonaut Training Center. Tokarev traveled to space twice, and has performed two career spacewalks, before retiring in June 2008.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Valeri_Tokarev",
            "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/valeri2520tokarev_image_20181201222932.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191033.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 2,
            "last_flight": "2005-10-01T03:54:53Z",
            "first_flight": "1999-05-27T10:49:42Z"
        },
        {
            "id": 310,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/310/?format=api",
            "name": "Jack R. Lousma",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P59DT11H9M1S",
            "eva_time": "PT11H2M",
            "age": 88,
            "date_of_birth": "1936-02-29",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Jack Robert Lousma is an American aeronautical engineer, retired United States Marine Corps officer, former naval aviator, NASA astronaut, and politician. He was a member of the second manned crew on the Skylab space station in 1973. In 1982, he commanded STS-3, the third Space Shuttle mission.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Jack_R._Lousma",
            "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/jack2520r.2520lousma_image_20181202091552.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185809.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 2,
            "last_flight": "1982-03-22T16:00:00Z",
            "first_flight": "1973-07-28T11:10:50Z"
        },
        {
            "id": 317,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/317/?format=api",
            "name": "Paul J. Weitz",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P33DT1H12M48S",
            "eva_time": "PT2H16M",
            "age": 85,
            "date_of_birth": "1932-07-25",
            "date_of_death": "2017-10-22",
            "nationality": "American",
            "bio": "Paul Joseph Weitz was an American naval officer and aviator, aeronautical engineer, test pilot, and NASA astronaut, who flew into space twice. He was a member of the three-man crew who flew on Skylab 2, the first manned Skylab mission. He was also Commander of the STS-6 mission, the first of the Space Shuttle Challenger flights.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Paul_J._Weitz",
            "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/paul2520j.2520weitz_image_20190426143707.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190813.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 2,
            "last_flight": "1983-04-04T18:30:00Z",
            "first_flight": "1973-05-25T13:00:00Z"
        },
        {
            "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": 65,
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/canadian2520space2520agency_logo_20231122160211.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chris_hadfield_image_20220911034200.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.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"
        }
    ]
}