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=210&ordering=last_flight
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=220&ordering=last_flight",
    "previous": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=200&ordering=last_flight",
    "results": [
        {
            "id": 333,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/333/?format=api",
            "name": "Daniel Brandenstein",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P32DT23H3M",
            "eva_time": "P0D",
            "age": 81,
            "date_of_birth": "1943-01-17",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Daniel Charles Brandenstein is the Executive Vice President and Chief Operating Officer of United Space Alliance. He is a former Naval Aviator, test pilot and NASA astronaut, who flew four Space Shuttle missions.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Daniel_Brandenstein",
            "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/daniel2520brandenstein_image_20181202102220.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185729.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 0,
            "last_flight": "1992-05-07T23:40:00Z",
            "first_flight": "1983-08-30T06:32:00Z"
        },
        {
            "id": 606,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/606/?format=api",
            "name": "Eugene H. Trinh",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 5,
                "name": "Payload Specialist"
            },
            "in_space": false,
            "time_in_space": "P13DT19H29M37S",
            "eva_time": "P0D",
            "age": 74,
            "date_of_birth": "1950-09-14",
            "date_of_death": null,
            "nationality": "American Vietnamese",
            "bio": "Eugene Huu-Chau \"Gene\" Trinh (Vietnamese: Trịnh Hữu Châu, born September 14, 1950) is a Vietnamese American biochemist who flew aboard NASA Space Shuttle mission STS-50 as a Payload Specialist, becoming the first Vietnamese American astronaut in space.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Eugene_H._Trinh",
            "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/eugene2520h.2520trinh_image_20190211162508.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185454.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1992-06-25T16:12:23Z",
            "first_flight": "1992-06-25T16:12:23Z"
        },
        {
            "id": 605,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/605/?format=api",
            "name": "Lawrence J. DeLucas",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 5,
                "name": "Payload Specialist"
            },
            "in_space": false,
            "time_in_space": "P13DT19H29M37S",
            "eva_time": "P0D",
            "age": 74,
            "date_of_birth": "1950-07-11",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Lawrence James \"Larry\" DeLucas (O. D., Ph.D.) is an American biochemist who flew aboard NASA Space Shuttle mission STS-50 as a Payload Specialist. \r\nDeLucas was a member of the crew of Space Shuttle Columbia for STS-50 (June 25-July 9, 1992), the United States Microgravity Laboratory-1 (USML-1) Spacelab mission. Over a two-week period, the crew conducted a wide variety of experiments relating to materials processing and fluid physics. At mission conclusion, DeLucas had traveled over 5.7 million miles in 221 Earth orbits, and had logged over 331 hours in space.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Lawrence_J._DeLucas",
            "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/lawrence2520j.2520delucas_image_20190211162515.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185709.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1992-06-25T16:12:23Z",
            "first_flight": "1992-06-25T16:12:23Z"
        },
        {
            "id": 191,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/191/?format=api",
            "name": "Franco Malerba",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P7DT23H14M12S",
            "eva_time": "P0D",
            "age": 78,
            "date_of_birth": "1946-10-10",
            "date_of_death": null,
            "nationality": "Italian",
            "bio": "Franco Egidio Malerba (born 10 October 1946 in Busalla, Metropolitan City of Genoa, Italy) is an astronaut. He was the first citizen of Italy to travel to space.\r\nAfter selection in 1989 as a Payload Specialist by the Italian Space Agency (ASI) and NASA, he became a staff member of ASI and was assigned to the NASA Johnson Space Center, Houston, Texas, for training. In September 1991, he was designated Prime Payload Specialist for the TSS-1 Space Shuttle mission. Malerba flew as the first Italian citizen in space on STS-46 (31 July 1992 to 7 August 1992).",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Franco_Malerba",
            "agency": {
                "id": 36,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/36/?format=api",
                "name": "Italian Space Agency",
                "featured": false,
                "type": "Government",
                "country_code": "ITA",
                "abbrev": "ASI",
                "description": null,
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/franco2520malerba_image_20181201174554.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190505.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1992-07-31T13:56:48Z",
            "first_flight": "1992-07-31T13:56:48Z"
        },
        {
            "id": 344,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/344/?format=api",
            "name": "Loren Shriver",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P16DT2H2M21S",
            "eva_time": "P0D",
            "age": 80,
            "date_of_birth": "1944-09-23",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Loren James Shriver is a former NASA astronaut, aviator, and a retired US Air Force Colonel.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Loren_Shriver",
            "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/loren2520shriver_image_20181202103354.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185314.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 0,
            "last_flight": "1992-07-31T13:56:48Z",
            "first_flight": "1985-01-24T19:50:00Z"
        },
        {
            "id": 418,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/418/?format=api",
            "name": "Mae Jemison",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P7DT22H30M",
            "eva_time": "P0D",
            "age": 68,
            "date_of_birth": "1956-10-17",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Mae Carol Jemison is an American engineer, physician and NASA astronaut. She became the first African American woman to travel in space when she went into orbit aboard the Space Shuttle Endeavour on September 12, 1992. After medical school and a brief general practice, Jemison served in the Peace Corps from 1985 until 1987, when she was selected by NASA to join the astronaut corps. She resigned from NASA in 1993 to found a company researching the application of technology to daily life. She has appeared on television several times, including as an actress in an episode of Star Trek: The Next Generation. She is a dancer and holds nine honorary doctorates in science, engineering, letters, and the humanities. She is the current principal of the 100 Year Starship organization.",
            "twitter": "https://twitter.com/maejemison",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Mae_Jemison",
            "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/mae_jemison_image_20220911033619.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190022.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1992-09-12T14:23:00Z",
            "first_flight": "1992-09-12T14:23:00Z"
        },
        {
            "id": 396,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/396/?format=api",
            "name": "Charles L. Veach",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P18DT4H17M6S",
            "eva_time": "P0D",
            "age": 51,
            "date_of_birth": "1944-09-18",
            "date_of_death": "1995-10-03",
            "nationality": "American",
            "bio": "Charles Lacy Veach was a USAF fighter pilot and NASA astronaut.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Charles_L._Veach",
            "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/charles2520l.2520veach_image_20181202134810.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191118.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0,
            "last_flight": "1992-10-22T17:09:40Z",
            "first_flight": "1991-04-28T11:33:14Z"
        },
        {
            "id": 347,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/347/?format=api",
            "name": "Guion Bluford",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P28DT16H32M46S",
            "eva_time": "P0D",
            "age": 81,
            "date_of_birth": "1942-11-22",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Guion Stewart Bluford Jr., Ph.D. is an American aerospace engineer, retired U.S. Air Force officer and fighter pilot, and former NASA astronaut, who was the first African American in space.[1] Before becoming an astronaut, he was an officer in the U.S. Air Force, where he remained while assigned to NASA, rising to the rank of Colonel. He participated in four Space Shuttle flights between 1983 and 1992. In 1983, as a member of the crew of the Orbiter Challenger on the mission STS-8, he became the first African American in space as well as the second person of African ancestry in space, after Cuban cosmonaut Arnaldo Tamayo Méndez.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Guion_Bluford",
            "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/guion_bluford_image_20220911033859.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190945.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 0,
            "last_flight": "1992-12-02T13:24:00Z",
            "first_flight": "1983-08-30T06:32:00Z"
        },
        {
            "id": 223,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/223/?format=api",
            "name": "Aleksandr Poleshchuk",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P179DT42M55S",
            "eva_time": "PT9H58M",
            "age": 71,
            "date_of_birth": "1953-10-30",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Aleksandr Fyodorovich Poleshchuk (Russian: Александр Фёдорович Полещук, born October 30, 1953) is a Russian cosmonaut.\r\nIn February 1989 he was selected as a test cosmonaut candidate (1989 Cosmonaut Candidates Class, Group 14, Civil Specialists). From September 1989 to January 1991 he underwent the complete course of general space training and was qualified as a test cosmonaut, and then till March 1992 he undertook advanced training for the Soyuz-TM transport vehicle and Mir station flight.\r\n\r\nIn 1992 he was selected as the backup flight engineer of the Soyuz TM-15 joint Russian-French mission, and consequently nominated as the flight engineer of the prime crew of Soyuz TM-16. In space from January 24 to July 22, 1993, he participated in a 179-day space flight with Gennady Manakov. During the flight he performed two EVAs totaling 9 hours and 58 minutes. Also testing of the androgynous peripheral docking subassembly of the Kristall module was performed.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Poleshchuk",
            "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/aleksandr2520poleshchuk_image_20181201212023.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185243.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 2,
            "last_flight": "1993-01-24T05:58:05Z",
            "first_flight": "1993-01-24T05:58:05Z"
        },
        {
            "id": 194,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/194/?format=api",
            "name": "Gennadi Manakov",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P309DT21H18M34S",
            "eva_time": "PT12H43M",
            "age": 69,
            "date_of_birth": "1950-06-01",
            "date_of_death": "2019-09-26",
            "nationality": "Russian",
            "bio": "Gennadi Mikhailovich Manakov is a former cosmonaut who commanded two Soyuz flights.\r\nHe was selected on 2 September 1985 and flew as Commander on Soyuz TM-10 and Soyuz TM-16, retiring on 20 December 1996.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Gennadi_Manakov",
            "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/gennadi2520manakov_image_20181201175029.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190746.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 3,
            "last_flight": "1993-01-24T05:58:05Z",
            "first_flight": "1990-08-01T09:32:21Z"
        }
    ]
}