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=80&ordering=-flights_count
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=90&ordering=-flights_count",
    "previous": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=70&ordering=-flights_count",
    "results": [
        {
            "id": 392,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/392/?format=api",
            "name": "Mark C. Lee",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P32DT21H51M51S",
            "eva_time": "P1D",
            "age": 72,
            "date_of_birth": "1952-08-14",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Mark Charles Lee USAF Colonel is a former NASA astronaut who flew on four Space Shuttle missions. He retired from the Air Force and NASA on July 1, 2001.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Mark_C._Lee",
            "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/mark2520c.2520lee_image_20181202134443.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185223.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 4,
            "last_flight": "1997-02-11T08:55:17Z",
            "first_flight": "1989-05-04T18:46:59Z"
        },
        {
            "id": 602,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/602/?format=api",
            "name": "Jerome Apt",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P35DT7H10M25S",
            "eva_time": "PT10H13M",
            "age": 75,
            "date_of_birth": "1949-04-28",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Jerome \"Jay\" Apt III, Ph.D. (born April 28, 1949 in Massachusetts) is an American astronaut and professor at Carnegie Mellon University. Before he became an astronaut, Apt was a physicist who worked on the Pioneer Venus 1978 space probe project, and used visible light and infrared techniques to study the planets and moons of the solar system from ground-based observatories.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Jerome_Apt",
            "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/jerome2520apt_image_20181208003023.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191119.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 2,
            "last_flight": "1996-09-16T08:54:49Z",
            "first_flight": "1991-04-05T14:22:45Z"
        },
        {
            "id": 238,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/238/?format=api",
            "name": "Valery Ryumin",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P371DT17H25M33S",
            "eva_time": "PT1H23M",
            "age": 85,
            "date_of_birth": "1939-08-16",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Valery Victorovich Ryumin (born August 16, 1939 in Komsomolsk-on-Amur) is a former Soviet cosmonaut.\r\nIn 1973, he joined the RSC Energia cosmonaut corps. A veteran of three space flights, Ryumin has logged a total of 362 days in space. In 1977, he spent 2 days aboard Soyuz-25, in 1979, he spent 175 days aboard Soyuz vehicles and the Salyut-6 space station, and in 1980, he spent 185 days aboard Soyuz vehicles and the Salyut-6 space station.\r\nIn January 1998, NASA announced Ryumin's selection to the crew of STS-91. Ryumin served aboard STS-91 Discovery (June 2–12, 1998) the 9th and final Shuttle-Mir docking mission, concluding the joint U.S./Russian Phase I Program. The STS-91 mission was accomplished in 154 Earth orbits, traveling 3.8 million miles in 235 hours and 54 seconds.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Valery_Ryumin",
            "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/valery2520ryumin_image_20181201214505.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190248.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 1,
            "last_flight": "1998-06-02T22:06:24Z",
            "first_flight": "1977-10-09T02:40:35Z"
        },
        {
            "id": 546,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/546/?format=api",
            "name": "Stephen Bowen",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P226DT8H45M57S",
            "eva_time": "P2DT18H57M",
            "age": 60,
            "date_of_birth": "1964-02-13",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Stephen Gerard Bowen is a United States Navy submariner and a NASA astronaut; he was the second submariner to travel into space. Bowen has been on three spaceflights, all of which were Space Shuttle missions to the International Space Station. His first mission, STS-126, took place in November 2008, and his second was STS-132 in May 2010.\r\n\r\nIn March 2011, Bowen completed his third spaceflight as a Mission Specialist on STS-133, which was Space Shuttle Discovery's final planned flight. Having flown on both STS-132 and STS-133, Bowen became the first and only astronaut to fly on consecutive shuttle missions. Originally Tim Kopra was scheduled to fly on STS-133, but Kopra had a bicycle injury shortly before the mission, and so he was replaced by Bowen.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Stephen_Bowen_(astronaut)",
            "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/stephen_bowen_image_20220911034047.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190106.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 10,
            "last_flight": "2023-03-02T05:34:14Z",
            "first_flight": "2008-11-15T00:55:39Z"
        },
        {
            "id": 216,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/216/?format=api",
            "name": "Aleksey Ovchinin",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": true,
            "time_in_space": "P425DT5H12M18S",
            "eva_time": "PT6H1M",
            "age": 53,
            "date_of_birth": "1971-09-28",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Aleksey Nikolayevich Ovchinin born 28 September 1971 in Rybinsk, Yaroslavl Oblast, Russian SFSR is a Russian Air Force Major and cosmonaut, who was selected in 2006. Ovchinin made his first spaceflight in 2016, and was assigned as Commander of Soyuz MS-10 in 2018.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Aleksey_Ovchinin",
            "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/aleksey2520ovchinin_image_20181201184641.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190611.jpeg",
            "flights_count": 4,
            "landings_count": 3,
            "spacewalks_count": 1,
            "last_flight": "2024-09-11T16:23:12Z",
            "first_flight": "2016-03-18T21:26:42Z"
        },
        {
            "id": 674,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/674/?format=api",
            "name": "Doug Shane",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": 64,
            "date_of_birth": "1960-01-01",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Douglas Bennett Shane is President of The Spaceship Company, as well as an American test pilot who has trained as a commercial astronaut. He was a member of the Scaled Composites astronaut team and one of the test pilots for SpaceShipOne, the experimental spaceplane developed by Scaled Composites. Shane worked as the operations director on the SpaceShipOne project in addition to being one of the program pilots, and later served as President of Scaled Composites from 2008 through early 2013.\r\n\r\nBirthday is unknown.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Doug_Shane",
            "agency": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "featured": false,
                "type": "Private",
                "country_code": "USA",
                "abbrev": "VG",
                "description": "Virgin Galactic is an American spaceflight company within the Virgin Group. It is developing commercial spacecraft and aims to provide suborbital spaceflights to space tourists. Virgin Galactic's suborbital spacecraft are air launched from beneath a carrier airplane known as White Knight Two.",
                "administrator": "Founder: Richard Branson",
                "founding_year": "2004",
                "launchers": "VMS Eve",
                "spacecraft": "VSS Enterprise | VSS Unity",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/doug_shane_image_20210522150034.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190438.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 0,
            "last_flight": "2011-06-14T12:00:00Z",
            "first_flight": "2011-04-22T12:00:00Z"
        },
        {
            "id": 458,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/458/?format=api",
            "name": "Andy Thomas",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P177DT13H22M36S",
            "eva_time": "PT8H56M",
            "age": 72,
            "date_of_birth": "1951-12-18",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Andrew \"Andy\" Sydney Withiel Thomas, AO is an Australian-born American aerospace engineer and a NASA astronaut. He became a U.S. citizen in December 1986, hoping to gain entry to NASA's astronaut program. He is married to fellow NASA astronaut Shannon Walker.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Andy_Thomas",
            "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/andy2520thomas_image_20181202150149.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190240.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 1,
            "last_flight": "2005-07-26T14:39:00Z",
            "first_flight": "1996-05-19T10:30:00Z"
        },
        {
            "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": 364,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/364/?format=api",
            "name": "Charles Bolden",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P28DT8H36M30S",
            "eva_time": "P0D",
            "age": 78,
            "date_of_birth": "1946-08-19",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Charles Frank Bolden Jr. is a former Administrator of NASA, a retired United States Marine Corps Major General, and a former NASA astronaut.\r\n\r\nA 1968 graduate of the United States Naval Academy, he became a Marine Aviator and test pilot. After his service as an astronaut, he became Deputy Commandant of Midshipmen at the Naval Academy.\r\n\r\nOn May 23, 2009, President Barack Obama announced the nomination of Bolden as NASA Administrator and Lori Garver as Deputy NASA Administrator. Bolden was confirmed by the Senate on July 15, 2009. He was the first African American to head the agency on a permanent basis.\r\n\r\nOn January 12, 2017, Bolden announced his resignation from NASA during a town hall meeting at NASA Headquarters in Washington D.C. His last day would be January 19, and Robert M. Lightfoot Jr. was announced as acting NASA Administrator.",
            "twitter": "https://twitter.com/cboldenjr",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Charles_Bolden",
            "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/charles2520bolden_image_20181202112229.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191013.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 0,
            "last_flight": "1994-02-03T12:10:00Z",
            "first_flight": "1986-01-12T11:55:00Z"
        },
        {
            "id": 427,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/427/?format=api",
            "name": "Terrence W. Wilcutt",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P42DT2M8S",
            "eva_time": "P0D",
            "age": 75,
            "date_of_birth": "1949-10-31",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Terrence Wade Wilcutt is a United States Marine Corps officer and a NASA astronaut. He is a veteran of four Space Shuttle missions. Wilcutt is currently the Director of Safety and Mission Assurance, Johnson Space Center.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Terrence_W._Wilcutt",
            "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/terrence2520w.2520wilcutt_image_20181202142456.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190940.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 0,
            "last_flight": "2000-09-08T12:45:47Z",
            "first_flight": "1994-09-30T11:16:01Z"
        }
    ]
}