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=70&ordering=id
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=80&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=60&ordering=id",
    "results": [
        {
            "id": 79,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/79/?format=api",
            "name": "Anatoly Berezovoy",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P211DT9H4M31S",
            "eva_time": "PT2H33M",
            "age": 72,
            "date_of_birth": "1942-04-11",
            "date_of_death": "2014-09-20",
            "nationality": "Russian",
            "bio": "Anatoly Nikolayevich Berezovoy (Russian: Анато́лий Никола́евич Березово́й; 11 April 1942 – 20 September 2014) was a Soviet cosmonaut.\r\n\r\nOn 27 April 1970 he was selected as a cosmonaut. In 1982 he flew as Commander on Soyuz T-5 on the first mission to the Salyut 7 space station, returning to Earth on the Soyuz T-7 after 211 days 9 hours. He retired on 31 October 1992 due to age. From 1992 to 1999, he was a Deputy President of Russian Space Federation.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Anatoly_Berezovoy",
            "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/anatoly2520berezovoy_image_20181128223323.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190245.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 1,
            "last_flight": "1982-05-13T09:58:05Z",
            "first_flight": "1982-05-13T09:58:05Z"
        },
        {
            "id": 80,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/80/?format=api",
            "name": "Roberta Bondar",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P8DT1H14M27S",
            "eva_time": "P0D",
            "age": 78,
            "date_of_birth": "1945-12-04",
            "date_of_death": null,
            "nationality": "Canadian",
            "bio": "Roberta Bondar (born December 4, 1945) is Canada's first female astronaut and the first neurologist in space. Following more than a decade as NASA's head of space medicine, Bondar became a consultant and speaker in the business, scientific, and medical communities.\r\n\r\nBondar has received many honours including the Order of Canada, the Order of Ontario, the NASA Space Medal, over 22 honorary degrees and induction into the Canadian Medical Hall of Fame.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Roberta_Bondar",
            "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/roberta2520bondar_image_20181128223453.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185914.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1992-01-22T14:52:33Z",
            "first_flight": "1992-01-22T14:52:33Z"
        },
        {
            "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": 82,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/82/?format=api",
            "name": "Andrei Borisenko",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P337DT8H55M26S",
            "eva_time": "P0D",
            "age": 60,
            "date_of_birth": "1964-04-17",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Andrei Ivanovich Borisenko (Андрей Иванович Борисенко - born April 17, 1964 in Leningrad, Russia) is a Russian cosmonaut. He was selected as a cosmonaut in May 2003, and is a veteran of two long duration missions to the International Space Station.\r\n\r\nBorisenko served as a flight engineer onboard Soyuz TMA-21 for Expedition 27, the 27th long-duration mission to the International Space Station (ISS). He also served as the commander of the International Space Station for Expedition 28. He launched for the second time in October 2016 onboard Soyuz MS-02 as a flight engineer of Expedition 49 and Expedition 50. He returned to Earth in April 2017.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Andrei_Borisenko",
            "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/andrei2520borisenko_image_20181128223756.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191041.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0,
            "last_flight": "2016-10-19T08:05:14Z",
            "first_flight": "2011-04-04T22:18:20Z"
        },
        {
            "id": 83,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/83/?format=api",
            "name": "Nikolai Budarin",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P444DT1H24M12S",
            "eva_time": "P1DT20H46M",
            "age": 61,
            "date_of_birth": "1963-04-29",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Nikolai Mikhailovich Budarin (Russian: Николай Михайлович Бударин) (born April 29, 1953 in Kirya, Chuvashia) is a retired Russian cosmonaut, a veteran of three extended space missions aboard the Mir Space Station and the International Space Station. He has also performed eight career spacewalks with a total time of 44 hours.\r\n\r\nNamed a cosmonaut candidate in 1989, Budarin's first space mission was a long-term assignment aboard the space station Mir in 1995. Since then, he again made extended stays on Mir in 1998 and the International Space Station Expedition 6 from 2002 to 2003.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Nikolai_Budarin",
            "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/nikolai2520budarin_image_20181128223920.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185610.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 8,
            "last_flight": "2002-11-24T00:49:47Z",
            "first_flight": "1995-06-27T19:32:19Z"
        },
        {
            "id": 84,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/84/?format=api",
            "name": "Valery Bykovsky",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P20DT17H48M23S",
            "eva_time": "P0D",
            "age": 84,
            "date_of_birth": "1934-08-02",
            "date_of_death": "2019-03-27",
            "nationality": "Russian",
            "bio": "Valery Fyodorovich Bykovsky (Russian: Вале́рий Фёдорович Быко́вский; born 2 August 1934) is a retired Soviet cosmonaut who flew three manned space mission space flights: Vostok 5, Soyuz 22, and Soyuz 31. He was also backup for Vostok 3 and Soyuz 37.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Valery_Bykovsky",
            "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/valery2520bykovsky_image_20181128224024.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185234.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 0,
            "last_flight": "1978-08-26T14:51:30Z",
            "first_flight": "1963-06-14T11:58:58Z"
        },
        {
            "id": 85,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/85/?format=api",
            "name": "Maurizio Cheli",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P15DT17H40M",
            "eva_time": "P0D",
            "age": 65,
            "date_of_birth": "1959-05-04",
            "date_of_death": null,
            "nationality": "Italian",
            "bio": "Maurizio Cheli (born 4 May 1959) is an Italian air force officer, a European Space Agency astronaut and a veteran of one NASA space shuttle mission.\r\n\r\nHe trained with the United States Air Force and was selected as an astronaut candidate by the European Space Agency in 1992. He holds the rank of lieutenant colonel in the Italian Air Force. He flew aboard STS-75 in 1996 as a mission specialist.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Maurizio_Cheli",
            "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/maurizio2520cheli_image_20181128224319.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185823.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1996-02-22T20:18:00Z",
            "first_flight": "1996-02-22T20:18:00Z"
        },
        {
            "id": 86,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/86/?format=api",
            "name": "Chen Dong",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P214DT15H54M19S",
            "eva_time": "PT15H53M",
            "age": 45,
            "date_of_birth": "1978-12-12",
            "date_of_death": null,
            "nationality": "Chinese",
            "bio": "Chen Dong (simplified Chinese: 陈冬; traditional Chinese: 陳冬; pinyin: Chén Dōng; born 12 December 1978) is a Chinese pilot and astronaut selected as part of the Shenzhou program.\r\n\r\nHe was selected to fly on the Shenzhou 11 mission in October 2016 with astronaut Jing Haipeng. The two underwent more than 3,000 hours of training before the launch of the spacecraft. On 17 October 2016 On 07:30 local time (23:30 GMT on 16 October), Chen lifted off with Shenzhou 11 for a 33-day space mission to the Tiangong-2 space station as his first spaceflight, launched from the Jiuquan Satellite Launch Center using a Long March 2F launch rocket. The crew landed successfully after the 33 day mission on 18 November 2016, marking China's longest manned space flight to date. The reentry module of the Shenzhou-11 spacecraft landed in Inner Mongolia around 2.15 p.m(China time) after detaching from the space lab on 17 November.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Chen_Dong_(astronaut)",
            "agency": {
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                "name": "China National Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "CHN",
                "abbrev": "CNSA",
                "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
                "administrator": "Administrator: Tang Dengjie",
                "founding_year": "1993",
                "launchers": "",
                "spacecraft": "Shenzhou",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_logo_20190207032431.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chen_dong_image_20220604084758.png",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190228.png",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 3,
            "last_flight": "2022-06-05T02:44:10Z",
            "first_flight": "2016-10-16T23:30:31Z"
        },
        {
            "id": 87,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/87/?format=api",
            "name": "Chen Quan",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": 60,
            "date_of_birth": "1963-12-01",
            "date_of_death": null,
            "nationality": "Chinese",
            "bio": "Chen Quan (simplified Chinese: 陈全; traditional Chinese: 陳全; pinyin: Chén Quán) is a Chinese pilot selected as part of the Shenzhou program.\r\n\r\nChen was selected to be an astronaut in 1998 and served as commander of the backup crew for Shenzhou 7 which flew in September 2008.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Chen_Quan",
            "agency": {
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                "name": "China National Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "CHN",
                "abbrev": "CNSA",
                "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
                "administrator": "Administrator: Tang Dengjie",
                "founding_year": "1993",
                "launchers": "",
                "spacecraft": "Shenzhou",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_logo_20190207032431.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chen2520quan_image_20181128224630.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185710.jpeg",
            "flights_count": 0,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 88,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/88/?format=api",
            "name": "Jean-Loup Chrétien",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P43DT11H18M59S",
            "eva_time": "PT6H",
            "age": 86,
            "date_of_birth": "1938-08-20",
            "date_of_death": null,
            "nationality": "French",
            "bio": "Jean-Loup Jacques Marie Chrétien (born 20 August 1938) is a French retired Général de Brigade (brigadier general) in the Armée de l'Air (French air force), and a former CNES spationaut. He flew on two Franco-Soviet space missions and a NASA Space Shuttle mission. Chrétien was the first Frenchman and the first western European in space.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Jean-Loup_Chr%C3%A9tien",
            "agency": {
                "id": 46,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/46/?format=api",
                "name": "National Center of Space Research",
                "featured": false,
                "type": "Government",
                "country_code": "FRA",
                "abbrev": "CNES",
                "description": "The National Center of Space Research, or CNES, is a French National Agency in charge of France's space program. In partnership with the US and Russia, they have put 10 people in space. CNES works in tandem with the larger ESA to develop the Ariane 5 and work on other probes and satellites. They are working with Germany to develop a cheaper and more efficient reusable rocket, which hopefully will be ready to fly by 2026.",
                "administrator": "President: Philippe Baptiste",
                "founding_year": "1961",
                "launchers": "Ariane 5",
                "spacecraft": "Mars/Venus Express | Rosetta",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jean-loup2520chr25c325a9tien_image_20181128224801.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185431.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 1,
            "last_flight": "1997-09-26T02:34:19Z",
            "first_flight": "1982-06-24T16:29:48Z"
        }
    ]
}