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

{
    "count": 766,
    "next": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=10&ordering=-time_in_space",
    "previous": null,
    "results": [
        {
            "id": 638,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/638/?format=api",
            "name": "Starman",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 6,
                "name": "Non-Human"
            },
            "in_space": true,
            "time_in_space": "P2273DT4H48M13S",
            "eva_time": "P0D",
            "age": null,
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "Earthling",
            "bio": "\"Starman\" is a mannequin dressed in a spacesuit occupying the driver's seat of Elon Musk's Tesla Roadster, launched to an heliocentric orbit on Falcon Heavy's inaugural launch.",
            "twitter": "https://twitter.com/Tesla_Starman",
            "instagram": "https://www.instagram.com/starman_by_spacex/",
            "wiki": "https://en.wikipedia.org/wiki/Elon_Musk%27s_Tesla_Roadster",
            "agency": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "featured": true,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "SpX",
                "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                "administrator": "CEO: Elon Musk",
                "founding_year": "2002",
                "launchers": "Falcon | Starship",
                "spacecraft": "Dragon",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/spacex_logo_20220826094919.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/starman_image_20190307220126.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190247.jpeg",
            "flights_count": 1,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": "2018-02-06T20:45:00Z",
            "first_flight": "2018-02-06T20:45:00Z"
        },
        {
            "id": 168,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/168/?format=api",
            "name": "Oleg Kononenko",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": true,
            "time_in_space": "P963DT1H39M56S",
            "eva_time": "P1DT18H30M",
            "age": 59,
            "date_of_birth": "1964-06-21",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Oleg Dmitriyevich Kononenko (Russian: Олег Дмитриевич Кононенко) is a Russian cosmonaut. He has flown to the International Space Station three times, as a flight engineer for Expedition 17 aboard Soyuz TMA-12, as a flight engineer on Expedition 30 and commander of Expedition 31 aboard Soyuz TMA-03M, and as a flight engineer on Expedition 44 and Expedition 45 aboard Soyuz TMA-17M. Kononenko has accumulated over 533 days in orbit during three long duration flights to ISS.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Oleg_Kononenko",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/oleg2520kononenko_image_20181129233442.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190205.jpeg",
            "flights_count": 5,
            "landings_count": 4,
            "spacewalks_count": 7,
            "last_flight": "2023-09-15T15:44:35Z",
            "first_flight": "2008-04-08T11:16:39Z"
        },
        {
            "id": 217,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/217/?format=api",
            "name": "Gennady Padalka",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P878DT11H29M11S",
            "eva_time": "P1DT14H37M",
            "age": 65,
            "date_of_birth": "1958-06-21",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Gennady Ivanovich Padalka (Russian: Гeннадий Иванович Падалка; born 21 June 1958 in Krasnodar, Russia) is a Russian Air Force officer and an RKA cosmonaut. Padalka currently has the world record for the most time spent in space, having spent 879 days in space, more than any other person. He worked on both Mir and the International Space Station.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Gennady_Padalka",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gennady2520padalka_image_20181201185148.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190835.jpeg",
            "flights_count": 5,
            "landings_count": 5,
            "spacewalks_count": 10,
            "last_flight": "2015-03-27T19:42:57Z",
            "first_flight": "1998-08-13T09:43:11Z"
        },
        {
            "id": 190,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/190/?format=api",
            "name": "Yuri Malenchenko",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P827DT9H21M40S",
            "eva_time": "P1DT10H54M",
            "age": 62,
            "date_of_birth": "1961-12-22",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Yuri Ivanovich Malenchenko (Russian: Юрий Иванович Маленченко; born December 22, 1961) is a retired Russian cosmonaut. Malenchenko became the first person to marry in space, on 10 August 2003, when he married Ekaterina Dmitrieva, who was in Texas, while he was 240 miles over New Zealand, on the International Space Station. As of June 2016, Malenchenko ranks second for career time in space due to his time on both Mir and the International Space Station (ISS). He is a former Commander of the International Space Station.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Yuri_Malenchenko",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/yuri2520malenchenko_image_20181201174359.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185848.jpeg",
            "flights_count": 6,
            "landings_count": 6,
            "spacewalks_count": 6,
            "last_flight": "2015-12-15T11:03:09Z",
            "first_flight": "1994-07-01T12:24:50Z"
        },
        {
            "id": 174,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/174/?format=api",
            "name": "Sergei Krikalev",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P803DT13H47M10S",
            "eva_time": "P1DT17H27M",
            "age": 65,
            "date_of_birth": "1958-08-27",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Sergei Konstantinovich Krikalev (Russian: Серге́й Константинович Крикалёв, also transliterated as Sergei Krikalyov; born August 27, 1958) is a Russian cosmonaut and mechanical engineer. As a prominent rocket scientist, he is a veteran of six space flights and ranks third to Gennady Padalka and Yuri Malenchenko for the amount of time in space: a total of 803 days, 9 hours, and 38 minutes.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Sergei_Krikalev",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sergei2520krikalev_image_20181129234055.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191103.jpeg",
            "flights_count": 6,
            "landings_count": 6,
            "spacewalks_count": 8,
            "last_flight": "2005-04-15T00:46:25Z",
            "first_flight": "1988-11-26T15:49:34Z"
        },
        {
            "id": 160,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/160/?format=api",
            "name": "Aleksandr Kaleri",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P769DT6H35M",
            "eva_time": "PT23H23M",
            "age": 67,
            "date_of_birth": "1956-05-13",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Aleksandr Yuriyevich \"Sasha\" Kaleri (Russian: Александр Юрьевич Калери; born Jūrmala, Latvian SSR, USSR, 13 May 1956) is a Russian cosmonaut and veteran of extended stays on the Mir Space Station and the International Space Station (ISS). Kaleri has most recently been in space aboard the ISS serving as a flight engineer for the long duration Expedition 25/26 missions. He has spent the fourth-longest time in space of any person, the longest time in space of any currently active cosmonaut, and the longest time in space of any person not born in what is now Russia.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Kaleri",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/aleksandr2520kaleri_image_20181129232134.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190613.jpeg",
            "flights_count": 5,
            "landings_count": 5,
            "spacewalks_count": 5,
            "last_flight": "2010-10-07T23:10:55Z",
            "first_flight": "1992-03-17T10:54:30Z"
        },
        {
            "id": 65,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/65/?format=api",
            "name": "Sergei Avdeyev",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P747DT14H13M4S",
            "eva_time": "P1DT18H",
            "age": 68,
            "date_of_birth": "1956-01-01",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Sergei Vasilyevich Avdeyev (Сергей Васильеви Авдеев; born 1 January 1956) is a Russian engineer and cosmonaut.\r\n\r\nAvdeyev was born in Chapayevsk, Samara Oblast (formerly Kuybyshev Oblast), Russian SFSR. He graduated from Moscow Physics-Engineering Institute in 1979 as an engineer-physicist. From 1979 to 1987 he worked as an engineer for NPO Energiya. He was selected as a cosmonaut as part of the Energia Engineer Group 9 on 26 March 1987. His basic cosmonaut training was from December 1987 through to July 1989. He retired as a cosmonaut on 14 February 2003.\r\n\r\nAvdeyev at one point held the record for cumulative time spent in space with 747.59 days in earth orbit, accumulated through three tours of duty aboard the Mir Space Station. He has orbited the earth 11,968 times traveling about 515,000,000 kilometers.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Sergei_Avdeyev",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sergei2520avdeyev_image_20181128220833.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185800.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 10,
            "last_flight": "1998-08-13T09:43:11Z",
            "first_flight": "1992-07-27T06:08:42Z"
        },
        {
            "id": 252,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/252/?format=api",
            "name": "Anton Shkaplerov",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P709DT8H4M43S",
            "eva_time": "PT21H39M",
            "age": 52,
            "date_of_birth": "1972-02-20",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Anton Nikolaevich Shkaplerov (Russian: Антон Николаевич Шкаплеров) (born February 20, 1972 in Sevastopol, Ukrainian SSR) is a Russian cosmonaut. He is a veteran of three spaceflights and is a former Commander of the International Space Station.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Anton_Shkaplerov",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/anton_shkaplero_image_20211001184311.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190702.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 3,
            "last_flight": "2021-10-05T08:55:02Z",
            "first_flight": "2011-11-14T04:14:00Z"
        },
        {
            "id": 224,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/224/?format=api",
            "name": "Valeri Polyakov",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P678DT16H33M13S",
            "eva_time": "P0D",
            "age": 80,
            "date_of_birth": "1942-04-27",
            "date_of_death": "2022-09-19",
            "nationality": "Russian",
            "bio": "Valeri Vladimirovich Polyakov (Russian: Валерий Владимирович Поляков, born Valeri Ivanovich Korshunov on April 27, 1942) is a former Russian cosmonaut. He is the holder of the record for the longest single stay in space in human history, staying aboard the Mir space station for more than 14 months (437 days 18 hours) during one trip. His combined space experience is more than 22 months.\r\n\r\nSelected as a cosmonaut in 1972, Polyakov made his first flight into space aboard Soyuz TM-6 in 1988. He returned to Earth 240 days later aboard TM-7. Polyakov completed his second flight into space in 1994–1995, spending 437 days in space between launching on Soyuz TM-18 and landing on TM-20, setting the record for the longest time continuously spent in space by an individual in human history.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Valeri_Polyakov",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/valeri2520polyakov_image_20181201212156.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190133.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0,
            "last_flight": "1994-01-08T10:05:34Z",
            "first_flight": "1988-08-29T04:23:11Z"
        },
        {
            "id": 513,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/513/?format=api",
            "name": "Peggy Whitson",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "in_space": false,
            "time_in_space": "P675DT3H52M19S",
            "eva_time": "P2DT12H25M",
            "age": 64,
            "date_of_birth": "1960-02-09",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Peggy Annette Whitson is an American biochemistry researcher, retired NASA astronaut, and former NASA Chief Astronaut. Her first space mission was in 2002, with an extended stay aboard the International Space Station as a member of Expedition 5. Her second mission launched October 10, 2007, as the first female commander of the ISS with Expedition 16. She was on her third long-duration space flight and was the commander of the International Space Station for Expedition 51, before handing over command to Fyodor Yurchikhin on June 1, 2017.",
            "twitter": "https://twitter.com/AstroPeggy",
            "instagram": "https://www.instagram.com/astro_peggy/",
            "wiki": "https://en.wikipedia.org/wiki/Peggy_Whitson",
            "agency": {
                "id": 1022,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
                "name": "Axiom Space",
                "featured": false,
                "type": "Private",
                "country_code": "USA",
                "abbrev": "AXS",
                "description": "Axiom Space, Inc., also known as Axiom, is an American privately funded aerospace manufacturer and orbital spaceflight services company headquartered in Houston, Texas.",
                "administrator": "Michael Suffredini",
                "founding_year": "2016",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/axiom2520space_logo_20201201090013.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/peggy_whitson_image_20210210144848.jpeg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190851.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 10,
            "last_flight": "2023-05-21T21:37:00Z",
            "first_flight": "2002-06-05T21:22:49Z"
        }
    ]
}