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

{
    "count": 784,
    "next": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=70&ordering=-time_in_space",
    "previous": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=50&ordering=-time_in_space",
    "results": [
        {
            "id": 585,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/585/?format=api",
            "name": "Sergey Ryzhikov",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P358DT2H24M42S",
            "eva_time": "PT6H47M",
            "age": 50,
            "date_of_birth": "1974-08-19",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Sergey Nikolayevich Ryzhiko born on August 19, 1974, lieutenant colonel of Russian Air Force, is a Russian cosmonaut, selected in 2006. Ryzhikov launched on his first spaceflight onboard the Soyuz MS-02 spacecraft. He spent approximately six months onboard the International Space Station taking part in Expedition 49/50, returning to Earth on April 10, 2017.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Sergey_Ryzhikov_(cosmonaut)",
            "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/sergey_ryzhikov_image_20200603213525.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185707.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 1,
            "last_flight": "2020-10-14T05:45:04Z",
            "first_flight": "2016-10-19T08:05:14Z"
        },
        {
            "id": 650,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/650/?format=api",
            "name": "Pyotr Dubrov",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P355DT3H45M19S",
            "eva_time": "P1DT5H49M",
            "age": 46,
            "date_of_birth": "1978-01-30",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Dubrov was selected by Roscosmos as a cosmonaut on 8 October 2012, as one of eight cosmonauts selected as part of Roscosmos's 2012 selection group.\r\nIn 2020 he was assigned to the backup crew of Soyuz MS-17, backing up Russian cosmonaut Sergey Kud-Sverchkov as Flight Engineer on ISS Expedition 63/64",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Pyotr_Dubrov",
            "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/pyotr_dubrov_image_20201120155626.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185922.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 4,
            "last_flight": "2021-04-09T07:42:41Z",
            "first_flight": "2021-04-09T07:42:41Z"
        },
        {
            "id": 230,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/230/?format=api",
            "name": "Thomas Reiter",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P350DT5H35M42S",
            "eva_time": "PT14H15M",
            "age": 66,
            "date_of_birth": "1958-05-23",
            "date_of_death": null,
            "nationality": "German",
            "bio": "Thomas Arthur Reiter (born 23 May 1958 in Frankfurt, West Germany) is a retired European astronaut and is a Brigadier General in the German Air Force currently working as ESA Interagency Coordinator and Advisor to the Director General at the European Space Agency (ESA). He was one of the top 25 astronauts in terms of total time in space. With his wife and two sons he lives near Oldenburg in Lower Saxony.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Thomas_Reiter",
            "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/thomas2520reiter_image_20181201213215.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190151.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 3,
            "last_flight": "2006-07-04T18:37:55Z",
            "first_flight": "1995-09-03T09:00:23Z"
        },
        {
            "id": 198,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/198/?format=api",
            "name": "Alexander Misurkin",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P346DT7H3M41S",
            "eva_time": "P1DT4H14M",
            "age": 47,
            "date_of_birth": "1977-09-23",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Alexander Alexanderovich Misurkin (Russian: Aлександр Aлександрович Мисуркин) born on September 23, 1977, a major in the Russian Air Force, is a Russian cosmonaut, selected in 2006. He flew aboard Soyuz TMA-08M on 28 March 2013 as his first space mission, and launched on Soyuz MS-06 as his second flight, in 2017. He was Commander of the International Space Station for Expedition 54.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Alexander_Misurkin",
            "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/alexander_misur_image_20211102151859.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190640.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 4,
            "last_flight": "2021-12-08T07:38:15Z",
            "first_flight": "2013-03-28T20:43:20Z"
        },
        {
            "id": 211,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/211/?format=api",
            "name": "Soichi Noguchi",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P344DT9H34M43S",
            "eva_time": "P1DT3H1M",
            "age": 59,
            "date_of_birth": "1965-04-15",
            "date_of_death": null,
            "nationality": "Japanese",
            "bio": "Soichi Noguchi (野口 聡一 Noguchi Sōichi, born 15 April 1965 in Yokohama, Japan) is a Japanese aeronautical engineer and former JAXA astronaut. His first spaceflight was as a Mission Specialist aboard STS-114 on 26 July 2005 for NASA's first \"return to flight\" Space Shuttle mission after the Columbia disaster. He was most recently in space as part of the Soyuz TMA-17 crew and Expedition 22 to the International Space Station (ISS), returning to Earth on 2 June 2010. He is the fifth Japanese astronaut to fly in space and the fourth to fly on the space shuttle.",
            "twitter": "https://twitter.com/Astro_Soichi",
            "instagram": "https://www.instagram.com/astro.soichi/",
            "wiki": "https://en.wikipedia.org/wiki/Soichi_Noguchi",
            "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/soichi_noguchi_image_20200402084741.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191040.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 4,
            "last_flight": "2020-11-16T00:27:17Z",
            "first_flight": "2005-07-26T14:39:00Z"
        },
        {
            "id": 204,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/204/?format=api",
            "name": "Talgat Musabayev",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P341DT11H58M8S",
            "eva_time": "P1DT17H22M",
            "age": 73,
            "date_of_birth": "1951-01-07",
            "date_of_death": null,
            "nationality": "Kazakh",
            "bio": "Talgat Amangeldyuly Musabayev (Kazakh: Талғат Аманкелдіұлы Мұсабаев; born 7 January 1951) is a Kazakh test pilot and former cosmonaut who flew on three spaceflights. His first two spaceflights were long-duration stays aboard the Russian space station Mir. His third spaceflight was a short duration visiting mission to the International Space Station, which also carried the first paying space tourist Dennis Tito. He retired as a cosmonaut in November 2003.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Talgat_Musabayev",
            "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/talgat2520musabayev_image_20181201180632.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185626.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 7,
            "last_flight": "2001-04-28T07:37:20Z",
            "first_flight": "1994-07-01T12:24:50Z"
        },
        {
            "id": 150,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/150/?format=api",
            "name": "Akihiko Hoshide",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P340DT11H9M43S",
            "eva_time": "P1DT4H17M",
            "age": 55,
            "date_of_birth": "1968-12-28",
            "date_of_death": null,
            "nationality": "Japanese",
            "bio": "Akihiko Hoshide is a Japanese engineer and JAXA astronaut. On August 30, 2012, Hoshide became the third Japanese astronaut to walk in space. His space selfies from 2012, including another space selfie that was posted on Instagram, appeared at the top of many selfie lists of 2013.",
            "twitter": "https://twitter.com/Aki_Hoshide",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Akihiko_Hoshide",
            "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/akihiko_hoshide_image_20210327081731.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185651.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 4,
            "last_flight": "2021-04-23T09:49:02Z",
            "first_flight": "2008-05-31T21:02:12Z"
        },
        {
            "id": 557,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/557/?format=api",
            "name": "Thomas Marshburn",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P337DT9H42M44S",
            "eva_time": "P1DT7H1M",
            "age": 64,
            "date_of_birth": "1960-08-29",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Thomas Henry \"Tom\" Marshburn is an American physician and a NASA astronaut. He served as a Mission Specialist on STS-127. Marshburn was a member of the Soyuz TMA-07M crew which launched to ISS in December 2012 to join Expedition 34. Served as flight engineer for Expedition 34 and 35.",
            "twitter": "https://twitter.com/AstroMarshburn",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Thomas_Marshburn",
            "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/thomas_marshbur_image_20211001184611.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190651.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 5,
            "last_flight": "2021-11-11T02:03:31Z",
            "first_flight": "2009-07-15T22:03:10Z"
        },
        {
            "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": 260,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/260/?format=api",
            "name": "Maksim Surayev",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P334DT12H9M34S",
            "eva_time": "PT9H22M",
            "age": 52,
            "date_of_birth": "1972-05-24",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Maksim Viktorovich Surayev (Russian: Максим Викторович Сураев, born May 24, 1972) is a retired Russian cosmonaut and politician.\r\nFrom December 1997 to November 1999, Surayev completed basic space training. In November 1999 he was qualified as a test-cosmonaut. From January 2000 he was in ISS advanced training. From March 2006 until April 2008 Surayev was assigned as a backup ISS Expedition 17 crewmember. From April 2008 until March 2009 he was a member of the ISS Expedition 19 backup crew.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Maksim_Surayev",
            "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/maksim2520surayev_image_20181201221714.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185954.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 2,
            "last_flight": "2014-05-28T19:57:41Z",
            "first_flight": "2009-09-30T07:14:45Z"
        }
    ]
}