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

{
    "count": 784,
    "next": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=240&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=220&ordering=-id",
    "results": [
        {
            "id": 575,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/575/?format=api",
            "name": "Zena Cardman",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": 37,
            "date_of_birth": "1987-10-26",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Zena Maria Cardman is an American marine biologist and a NASA astronaut of the class of 2017.",
            "twitter": "https://twitter.com/zenanaut",
            "instagram": "https://www.instagram.com/zenanaut/",
            "wiki": "https://en.wikipedia.org/wiki/Zena_Cardman",
            "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/zena2520cardman_image_20200110160428.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185638.jpeg",
            "flights_count": 0,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 574,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/574/?format=api",
            "name": "Kayla Barron",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P176DT2H39M29S",
            "eva_time": "PT13H27M",
            "age": 37,
            "date_of_birth": "1987-09-19",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Kayla Jane Barron is an American submarine warfare officer and NASA astronaut candidate of the class of 2017.",
            "twitter": "https://twitter.com/Astro_Kayla",
            "instagram": "https://www.instagram.com/astro_kayla/",
            "wiki": "https://en.wikipedia.org/wiki/Kayla_Barron",
            "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/kayla_barron_image_20211001184846.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190609.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 2,
            "last_flight": "2021-11-11T02:03:31Z",
            "first_flight": "2021-11-11T02:03:31Z"
        },
        {
            "id": 573,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/573/?format=api",
            "name": "Jessica Meir",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P204DT15H19M1S",
            "eva_time": "PT21H44M",
            "age": 47,
            "date_of_birth": "1977-07-01",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Jessica Ulrika Meir is Assistant Professor of Anesthesia at Harvard Medical School, Massachusetts General Hospital, Boston, following postdoctoral research in comparative physiology at the University of British Columbia. She has studied the diving physiology and behavior of emperor penguins in Antarctica, and the physiology of bar-headed geese, which are able to migrate over the Himalayas. In 2000, Meir graduated with a Master of Space Studies from the International Space University in Strasbourg, France. In September 2002, Meir served as an aquanaut on the NASA Extreme Environment Mission Operations 4 (NEEMO 4) crew. In June 2013 she was named an astronaut candidate by NASA, becoming one of the eight members of NASA Astronaut Group 21. She is from Caribou, Maine.",
            "twitter": "https://twitter.com/Astro_Jessica",
            "instagram": "https://www.instagram.com/astro_jessica/",
            "wiki": "https://en.wikipedia.org/wiki/Jessica_Meir",
            "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/jessica_meir_image_20200417064900.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190924.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 3,
            "last_flight": "2019-09-25T13:57:42Z",
            "first_flight": "2019-09-25T13:57:42Z"
        },
        {
            "id": 572,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/572/?format=api",
            "name": "Nicole Aunapu Mann",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P157DT10H1M3S",
            "eva_time": "PT14H2M",
            "age": 47,
            "date_of_birth": "1977-06-27",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Nicole Victoria Aunapu Mann is an American test pilot and NASA astronaut. She is an F/A-18 Hornet pilot, and a graduate of the US Naval Academy, Stanford University and the US Naval Test Pilot School. She has over 2,500 flight hours in 25 types of aircraft, 200 carrier landings, and has flown 47 combat missions in Iraq and Afghanistan. Mann completed astronaut training in 2015, and was assigned in August 2018 to Boe-CFT, the first test flight of the Boeing CST-100 Starliner. In 2021 she was reassigned to a SpaceX Crew-5 flight aboard Crew Dragon spacecraft due to lengthy delays with Starliner program.",
            "twitter": "https://twitter.com/AstroDuke",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Nicole_Aunapu_Mann",
            "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/nicole_aunapu_m_image_20211006163646.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185913.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 2,
            "last_flight": "2022-10-05T16:00:57Z",
            "first_flight": "2022-10-05T16:00:57Z"
        },
        {
            "id": 571,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/571/?format=api",
            "name": "Victor J. Glover",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P167DT6H29M43S",
            "eva_time": "P1DT2H24M",
            "age": 48,
            "date_of_birth": "1976-04-30",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Victor Jerome Glover is a NASA astronaut of the class of 2013.\r\n\r\nGlover is a Commander in the U.S. Navy who hails from Pomona, California and Prosper, Texas. He is an F/A-18 pilot and graduate of the U.S. Air Force Test Pilot School. Glover holds degrees from California Polytechnic State University at San Luis Obispo, Air University and Naval Postgraduate School. He was a naval legislative fellow working on the personal staff of the Honorable John McCain supporting defense and foreign relations policy and oversight.",
            "twitter": "https://twitter.com/VicGlover",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Victor_J._Glover",
            "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/victor2520j.2520glover_image_20181203173351.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190631.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 4,
            "last_flight": "2020-11-16T00:27:17Z",
            "first_flight": "2020-11-16T00:27:17Z"
        },
        {
            "id": 570,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/570/?format=api",
            "name": "Josh A. Cassada",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P157DT10H1M3S",
            "eva_time": "PT21H24M",
            "age": 51,
            "date_of_birth": "1973-07-18",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Josh Aaron Cassada is an American physicist, test pilot, and NASA astronaut. Prior to his selection to join NASA in 2013, Cassada served as a test pilot in the US Navy, and has over 3,500 hours in more than 40 aircraft, and 23 combat missions. In August 2018, Cassada was selected for CTS-1, the first operational mission of the Boeing CST-100 Starliner. In 2021 he was reassigned to a SpaceX Crew-5 flight aboard Crew Dragon spacecraft due to lengthy delays with Starliner program.",
            "twitter": "https://twitter.com/astro_josh",
            "instagram": "https://www.instagram.com/astro_cassada",
            "wiki": "https://en.wikipedia.org/wiki/Josh_A._Cassada",
            "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/josh2520a.2520cassada_image_20181203173238.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190005.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 3,
            "last_flight": "2022-10-05T16:00:57Z",
            "first_flight": "2022-10-05T16:00:57Z"
        },
        {
            "id": 569,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/569/?format=api",
            "name": "Norishige Kanai",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P168DT5H17M59S",
            "eva_time": "PT5H57M",
            "age": 47,
            "date_of_birth": "1976-12-05",
            "date_of_death": null,
            "nationality": "Japanese",
            "bio": "Norishige Kanai, M.D. is a Japanese doctor and JAXA astronaut.\r\n\r\nHe is a lieutenant and Diving Medical Officer in the Japan Maritime Self-Defense Force (Medical Service Division, 1st Service School). He served as a crew member on board the International Space Station for Expedition 54/55, and returned to Earth on June 3 2018.",
            "twitter": "https://twitter.com/Astro_Kanai",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Norishige_Kanai",
            "agency": {
                "id": 37,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                "name": "Japan Aerospace Exploration Agency",
                "featured": true,
                "type": "Government",
                "country_code": "JPN",
                "abbrev": "JAXA",
                "description": "The Japan Aerospace Exploration Agency (JAXA) is Japan's national aero-space agency. Through the merger of three previously independent organizations, JAXA was formed on 1 October 2003. JAXA is responsible for research, technology development and the launch of satellites into orbit, and is involved in many more advanced missions, such as asteroid exploration and possible manned exploration of the Moon. JAXA launch their Epsilon vehicle from the Uchinoura Space Center and their H-II vehicles from the Tanegashima Space Center.",
                "administrator": "Administrator: Hiroshi Yamakawa",
                "founding_year": "2003",
                "launchers": "H-II",
                "spacecraft": "",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_logo_20190207032440.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/norishige2520kanai_image_20181203172829.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190144.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 1,
            "last_flight": "2017-12-17T07:21:01Z",
            "first_flight": "2017-12-17T07:21:01Z"
        },
        {
            "id": 568,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/568/?format=api",
            "name": "Gregory R. Wiseman",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P165DT8H19S",
            "eva_time": "PT12H47M",
            "age": 48,
            "date_of_birth": "1975-11-11",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Gregory Reid Wiseman is an American astronaut, engineer, and naval aviator. Wiseman was selected in June 2009 as a member of the NASA Astronaut Group 20 and qualified as an astronaut in 2011. Wiseman took part in his first spaceflight as part of the crew of Expedition 40/41, which launched to the International Space Station on May 28, 2014, and returned on November 10, 2014. Before joining NASA, Wiseman was a Naval Aviator and test pilot. Wiseman has been the Deputy Chief of the Astronaut Office since June, 2017, working under Chief Astronaut Patrick Forrester.",
            "twitter": "https://twitter.com/astro_reid",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Gregory_R._Wiseman",
            "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/gregory2520r.2520wiseman_image_20181203172719.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185346.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 2,
            "last_flight": "2014-05-28T19:57:41Z",
            "first_flight": "2014-05-28T19:57:41Z"
        },
        {
            "id": 567,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/567/?format=api",
            "name": "Mark T. Vande Hei",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P523DT8H59M17S",
            "eva_time": "P1DT2H42M",
            "age": 57,
            "date_of_birth": "1966-11-10",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Mark Thomas Vande Hei is a NASA astronaut who served as a flight Engineer for Expedition 53 and 54 on the International Space Station.",
            "twitter": "https://twitter.com/Astro_Sabot",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Mark_T._Vande_Hei",
            "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/mark2520t.2520vande2520hei_image_20181203172617.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190800.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 4,
            "last_flight": "2021-04-09T07:42:41Z",
            "first_flight": "2017-09-12T21:17:02Z"
        },
        {
            "id": 566,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/566/?format=api",
            "name": "Scott D. Tingle",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P168DT5H17M59S",
            "eva_time": "PT7H24M",
            "age": 59,
            "date_of_birth": "1965-07-19",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Scott David Tingle is a NASA astronaut. He was selected in June 2009 as a member of the NASA Astronaut Group 20, qualifying in 2011. Serving as a flight engineer as part of Expedition 54 and 55, Tingle launched into space on board Soyuz MS-07 in December 2017, and returned in June 2018. Tingle is a highly decorated naval pilot, having flown 51 types of aircraft over more than 4,500 flight hours, landed 750 aircraft with carrier arrestments, and fought in 54 combat missions.",
            "twitter": "https://twitter.com/Astro_Maker",
            "instagram": "https://www.instagram.com/astro_maker/",
            "wiki": "https://en.wikipedia.org/wiki/Scott_D._Tingle",
            "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/scott2520d.2520tingle_image_20181203172527.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190440.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 1,
            "last_flight": "2017-12-17T07:21:01Z",
            "first_flight": "2017-12-17T07:21:01Z"
        }
    ]
}