Modes

Levels of detail in the response - list, normal, detailed

Example - /astronauts/?mode=list

Filters

Parameters - age, age__gt, age__gte, age__lt, age__lte, agency_ids, date_of_birth, date_of_birth__gt, date_of_birth__gte, date_of_birth__lt, date_of_birth__lte, date_of_death, date_of_death__gt, date_of_death__gte, date_of_death__lt, date_of_death__lte, first_flight, first_flight__gt, first_flight__gte, first_flight__lt, first_flight__lte, flights_count, flights_count__gt, flights_count__gte, flights_count__lt, flights_count__lte, has_flown, in_space, is_human, landings_count, landings_count__gt, landings_count__gte, landings_count__lt, landings_count__lte, last_flight, last_flight__gt, last_flight__gte, last_flight__lt, last_flight__lte, nationality, status_ids, type__id

Example - /astronauts/?has_flown=true

Fields searched - agency__abbrev, agency__name, name, nationality__nationality_name

Example - /astronauts/?search=Pesquet

Ordering

Fields - age, date_of_birth, eva_time, flights_count, id, landings_count, last_flight, name, spacewalks_count, status, time_in_space

Example - /astronauts/?ordering=-time_in_space

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /astronauts/?limit=2

Format

Switch to JSON output - /astronauts/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/astronauts/?format=api&offset=160&ordering=landings_count
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 805,
    "next": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=170&ordering=landings_count",
    "previous": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=150&ordering=landings_count",
    "results": [
        {
            "id": 314,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/314/?format=api",
            "name": "William R. Pogue",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "agency": {
                "response_mode": "list",
                "id": 44,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "abbrev": "NASA",
                "type": {
                    "id": 1,
                    "name": "Government"
                }
            },
            "image": {
                "id": 361,
                "name": "[AUTO] William R. Pogue - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/william2520r.2520pogue_image_20181202091951.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185644.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P84DT1H15M30S",
            "eva_time": "PT13H34M",
            "age": 84,
            "date_of_birth": "1930-01-23",
            "date_of_death": "2014-03-03",
            "nationality": [
                {
                    "id": 2,
                    "name": "United States of America",
                    "alpha_2_code": "US",
                    "alpha_3_code": "USA",
                    "nationality_name": "American",
                    "nationality_name_composed": "Americano"
                }
            ],
            "bio": "William Reid Pogue was an American astronaut, U.S. Air Force fighter pilot, and test pilot who was also an accomplished teacher, public speaker and author.\r\n\r\nBorn and educated in Oklahoma, Pogue graduated from college and enlisted in the United States Air Force, in which he served for 24 years. He flew combat during the Korean War, and with the elite USAF Thunderbirds. He served as a flight instructor and mathematics professor, and was a versatile test pilot, including two years in an exchange with the RAF (UK).\r\n\r\nColonel Pogue was an Air Force instructor when accepted into NASA in 1966. His astronaut career included one orbital mission, as pilot of the last crew of Skylab. The crew set a duration record (84 days) that was unbroken in NASA for over 20 years, and in orbit they conducted dozens of research experiments. The mission was also noted for a dispute with ground control over schedule management that news media named “The Skylab Mutiny”.\r\n\r\nPogue retired from both the USAF and NASA a few months after he returned from Skylab. Over the next 30 plus years he taught, lectured, consulted, and wrote about aviation and aeronatics, in the US and abroad. He died in 2014, age 84, survived by three children, four stepsons, and his third wife.",
            "wiki": "https://en.wikipedia.org/wiki/William_R._Pogue",
            "last_flight": "1973-11-16T14:01:23Z",
            "first_flight": "1973-11-16T14:01:23Z",
            "social_media_links": [],
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 2
        },
        {
            "id": 597,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/597/?format=api",
            "name": "Robert J. Cenker",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "agency": {
                "response_mode": "list",
                "id": 44,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "abbrev": "NASA",
                "type": {
                    "id": 1,
                    "name": "Government"
                }
            },
            "image": {
                "id": 362,
                "name": "[AUTO] Robert J. Cenker - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/robert2520j.2520cenker_image_20190211162555.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185646.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 5,
                "name": "Payload Specialist"
            },
            "in_space": false,
            "time_in_space": "P6DT2H3M",
            "eva_time": "P0D",
            "age": 76,
            "date_of_birth": "1948-11-05",
            "date_of_death": null,
            "nationality": [
                {
                    "id": 2,
                    "name": "United States of America",
                    "alpha_2_code": "US",
                    "alpha_3_code": "USA",
                    "nationality_name": "American",
                    "nationality_name_composed": "Americano"
                }
            ],
            "bio": "Robert Joseph \"Bob\" Cenker (born November 5, 1948) is an American aerospace and electrical engineer, aerospace systems consultant, and former astronaut. Cenker worked for 18 years at RCA Astro-Electronics, and its successor company GE Astro Space, on a variety of spacecraft projects. He spent most of his career working on commercial communications satellites, including the Satcom, Spacenet and GStar programs.\r\n\r\nIn January 1986, Cenker was a crew member on the twenty-fourth mission of NASA's Space Shuttle program, the seventh flight of Space Shuttle Columbia, designated as mission STS-61-C. Cenker served as a Payload Specialist, representing RCA Astro-Electronics. This mission was the final flight before the Challenger disaster, which caused the Space Shuttle program to be suspended until 1988, and impacted NASA's Payload Specialist program for even longer. As a result, Cenker's mission was called \"The End of Innocence\" for the Shuttle program. Following the completion of his Shuttle mission, Cenker returned to work in the commercial aerospace field. Since his flight, he has made numerous public appearances representing NASA and the Shuttle program, in the United States, as well as internationally.",
            "wiki": "https://en.wikipedia.org/wiki/Robert_J._Cenker",
            "last_flight": "1986-01-12T11:55:00Z",
            "first_flight": "1986-01-12T11:55:00Z",
            "social_media_links": [],
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0
        },
        {
            "id": 23,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/23/?format=api",
            "name": "Scott Carpenter",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "agency": {
                "response_mode": "list",
                "id": 44,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "abbrev": "NASA",
                "type": {
                    "id": 1,
                    "name": "Government"
                }
            },
            "image": {
                "id": 462,
                "name": "[AUTO] Scott Carpenter - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/scott2520carpenter_image_20190426143651.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185921.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "PT4H55M44S",
            "eva_time": "P0D",
            "age": 88,
            "date_of_birth": "1925-05-01",
            "date_of_death": "2013-10-10",
            "nationality": [
                {
                    "id": 2,
                    "name": "United States of America",
                    "alpha_2_code": "US",
                    "alpha_3_code": "USA",
                    "nationality_name": "American",
                    "nationality_name_composed": "Americano"
                }
            ],
            "bio": "Malcolm Scott Carpenter, was an American naval officer and aviator, test pilot, aeronautical engineer, astronaut, and aquanaut. He was one of the original seven astronauts selected for NASA's Project Mercury in April 1959. Carpenter was the second American (after John Glenn) to orbit the Earth and the fourth American in space, following Alan Shepard, Gus Grissom, and Glenn.",
            "wiki": "https://en.wikipedia.org/wiki/Scott_Carpenter",
            "last_flight": "1962-05-24T12:45:16Z",
            "first_flight": "1962-05-24T12:45:16Z",
            "social_media_links": [],
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0
        },
        {
            "id": 424,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/424/?format=api",
            "name": "William G. Gregory",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "agency": {
                "response_mode": "list",
                "id": 44,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "abbrev": "NASA",
                "type": {
                    "id": 1,
                    "name": "Government"
                }
            },
            "image": {
                "id": 363,
                "name": "[AUTO] William G. Gregory - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/william2520g.2520gregory_image_20181202142148.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185648.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P16DT15H8M47S",
            "eva_time": "P0D",
            "age": 67,
            "date_of_birth": "1957-05-14",
            "date_of_death": null,
            "nationality": [
                {
                    "id": 2,
                    "name": "United States of America",
                    "alpha_2_code": "US",
                    "alpha_3_code": "USA",
                    "nationality_name": "American",
                    "nationality_name_composed": "Americano"
                }
            ],
            "bio": "William George \"Borneo\" Gregory is an American retired NASA astronaut and United States Air Force lieutenant colonel.",
            "wiki": "https://en.wikipedia.org/wiki/William_G._Gregory",
            "last_flight": "1995-03-02T06:38:13Z",
            "first_flight": "1995-03-02T06:38:13Z",
            "social_media_links": [],
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0
        },
        {
            "id": 590,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/590/?format=api",
            "name": "Gary Payton",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "agency": {
                "response_mode": "list",
                "id": 161,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "abbrev": "USAF",
                "type": {
                    "id": 1,
                    "name": "Government"
                }
            },
            "image": {
                "id": 486,
                "name": "[AUTO] Gary Payton - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gary2520payton_image_20181207223026.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185958.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P3DT1H33M",
            "eva_time": "P0D",
            "age": 76,
            "date_of_birth": "1948-06-20",
            "date_of_death": null,
            "nationality": [
                {
                    "id": 2,
                    "name": "United States of America",
                    "alpha_2_code": "US",
                    "alpha_3_code": "USA",
                    "nationality_name": "American",
                    "nationality_name_composed": "Americano"
                }
            ],
            "bio": "Colonel Gary Eugene Payton, USAF, (born June 20, 1948) is an American former astronaut.\r\nPayton flew on the STS-51-C mission aboard the Space Shuttle Discovery in January 1985 which launched and returned to land at the Kennedy Space Center, in Florida. STS-51C was the first dedicated Space Shuttle Department of Defense mission. Payton traveled over 1.2 million miles in 48 Earth orbits, and logged more than 73 hours in space.",
            "wiki": "https://en.wikipedia.org/wiki/Gary_Payton_(astronaut)",
            "last_flight": "1985-01-24T19:50:00Z",
            "first_flight": "1985-01-24T19:50:00Z",
            "social_media_links": [],
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0
        },
        {
            "id": 738,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/738/?format=api",
            "name": "Sara Sabry",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "agency": {
                "response_mode": "list",
                "id": 141,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "abbrev": "BO",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                }
            },
            "image": {
                "id": 366,
                "name": "[AUTO] Sara Sabry - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sara_sabry_image_20220911034454.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185652.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 3,
                "name": "Private"
            },
            "in_space": false,
            "time_in_space": "PT10M20S",
            "eva_time": "P0D",
            "age": null,
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": [
                {
                    "id": 22,
                    "name": "Egypt",
                    "alpha_2_code": "EG",
                    "alpha_3_code": "EGY",
                    "nationality_name": "Egyptian",
                    "nationality_name_composed": "Egypto"
                }
            ],
            "bio": "Sara is an Egyptian mechanical and biomedical engineer, and founder of Deep Space Initiative (DSI), a nonprofit aiming to increase accessibility for space research. She became Egypt’s first female analog astronaut in 2021 after completing a two-week Moon mission simulating the extreme conditions astronauts experience in orbital space. Sara earned her bachelor’s degree in mechanical engineering at the American University in Cairo and a master’s in biomedical engineering from the Politecnico di Milano.",
            "wiki": null,
            "last_flight": "2022-08-04T13:56:07Z",
            "first_flight": "2022-08-04T13:56:07Z",
            "social_media_links": [
                {
                    "id": 110,
                    "social_media": {
                        "id": 2,
                        "name": "Instagram",
                        "url": "https://instagram.com",
                        "logo": {
                            "id": 2322,
                            "name": "Instagram logo",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_20250211191139.png",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_thumbnail_20250211191139.png",
                            "credit": "Instagram",
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "url": "https://www.instagram.com/astro_sarasabry"
                }
            ],
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0
        },
        {
            "id": 340,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/340/?format=api",
            "name": "Jon McBride",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "agency": {
                "response_mode": "list",
                "id": 44,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "abbrev": "NASA",
                "type": {
                    "id": 1,
                    "name": "Government"
                }
            },
            "image": {
                "id": 282,
                "name": "[AUTO] Jon McBride - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jon2520mcbride_image_20181202103017.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185429.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P8DT5H23M",
            "eva_time": "P0D",
            "age": 80,
            "date_of_birth": "1943-08-14",
            "date_of_death": "2024-08-07",
            "nationality": [
                {
                    "id": 2,
                    "name": "United States of America",
                    "alpha_2_code": "US",
                    "alpha_3_code": "USA",
                    "nationality_name": "American",
                    "nationality_name_composed": "Americano"
                }
            ],
            "bio": "Jon Andrew McBride was an American naval officer and aviator, fighter pilot, test pilot, aeronautical engineer, and a NASA astronaut.",
            "wiki": "https://en.wikipedia.org/wiki/Jon_McBride",
            "last_flight": "1984-10-05T11:03:00Z",
            "first_flight": "1984-10-05T11:03:00Z",
            "social_media_links": [],
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0
        },
        {
            "id": 128,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/128/?format=api",
            "name": "Terry Hart",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "agency": {
                "response_mode": "list",
                "id": 44,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "abbrev": "NASA",
                "type": {
                    "id": 1,
                    "name": "Government"
                }
            },
            "image": {
                "id": 368,
                "name": "[AUTO] Terry Hart - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/terry2520hart_image_20181129203538.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185655.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P6DT23H40M",
            "eva_time": "P0D",
            "age": 78,
            "date_of_birth": "1946-10-27",
            "date_of_death": null,
            "nationality": [
                {
                    "id": 2,
                    "name": "United States of America",
                    "alpha_2_code": "US",
                    "alpha_3_code": "USA",
                    "nationality_name": "American",
                    "nationality_name_composed": "Americano"
                }
            ],
            "bio": "Terry Jonathan \"T.J.\" Hart is an American mechanical and electrical engineer, a retired United States Air Force lieutenant colonel and pilot, and former NASA astronaut. Hart was selected as an astronaut candidate by NASA in January 1978. He flew as a mission specialist on STS-41-C and logged a total of 168 hours in space.",
            "wiki": "https://en.wikipedia.org/wiki/Terry_Hart",
            "last_flight": "1984-04-06T13:58:00Z",
            "first_flight": "1984-04-06T13:58:00Z",
            "social_media_links": [],
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0
        },
        {
            "id": 761,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/761/?format=api",
            "name": "Jamila Gilbert",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "agency": {
                "response_mode": "list",
                "id": 1024,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "abbrev": "VG",
                "type": {
                    "id": 5,
                    "name": "Private"
                }
            },
            "image": {
                "id": 240,
                "name": "[AUTO] Jamila Gilbert - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jamila_gilbert_image_20230508161019.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185318.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 3,
                "name": "Private"
            },
            "in_space": false,
            "time_in_space": "PT14M",
            "eva_time": "P0D",
            "age": null,
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": [
                {
                    "id": 2,
                    "name": "United States of America",
                    "alpha_2_code": "US",
                    "alpha_3_code": "USA",
                    "nationality_name": "American",
                    "nationality_name_composed": "Americano"
                }
            ],
            "bio": "Virgin Galactic internal communications lead",
            "wiki": null,
            "last_flight": "2023-05-25T16:23:00Z",
            "first_flight": "2023-05-25T16:23:00Z",
            "social_media_links": [],
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0
        },
        {
            "id": 263,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/263/?format=api",
            "name": "Valentina Tereshkova",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "agency": {
                "response_mode": "list",
                "id": 63,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "abbrev": "RFSA",
                "type": {
                    "id": 1,
                    "name": "Government"
                }
            },
            "image": {
                "id": 381,
                "name": "[AUTO] Valentina Tereshkova - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/valentina2520tereshkova_image_20181201222143.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185716.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P2DT22H50M8S",
            "eva_time": "P0D",
            "age": 88,
            "date_of_birth": "1937-03-06",
            "date_of_death": null,
            "nationality": [
                {
                    "id": 5,
                    "name": "Russia",
                    "alpha_2_code": "RU",
                    "alpha_3_code": "RUS",
                    "nationality_name": "Russian",
                    "nationality_name_composed": "Russo"
                }
            ],
            "bio": "Valentina Vladimirovna Tereshkova (born 6 March 1937) is a retired Russian cosmonaut, engineer, and politician. She is the first woman to have flown in space, having been selected from more than 400 applicants and five finalists to pilot Vostok 6 on 16 June 1963.\r\n\r\nIn order to join the Cosmonaut Corps, Tereshkova was honorarily inducted into the Soviet Air Force and thus she also became the first civilian to fly in space.",
            "wiki": "https://en.wikipedia.org/wiki/Valentina_Tereshkova",
            "last_flight": "1963-06-16T09:29:52Z",
            "first_flight": "1963-06-16T09:29:52Z",
            "social_media_links": [],
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0
        }
    ]
}