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

{
    "count": 766,
    "next": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=30&ordering=eva_time",
    "previous": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=10&ordering=eva_time",
    "results": [
        {
            "id": 561,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/561/?format=api",
            "name": "Dorothy Metcalf-Lindenburger",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P15DT2H46M38S",
            "eva_time": "P0D",
            "age": 49,
            "date_of_birth": "1975-05-15",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Dorothy Marie \"Dottie\" Metcalf-Lindenburger is a former American astronaut. She married Jason Metcalf-Lindenburger, a seventh grade teacher at the time, in 2000, and they have 1 daughter together. She was a science teacher at Hudson's Bay High School in Vancouver, Washington when she was selected in 2004 as an Educator Mission Specialist. She was the first Space Camp alumna to become an astronaut.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Dorothy_Metcalf-Lindenburger",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/dorothy_metcalf_image_20220911033731.jpeg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190114.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "2010-04-05T10:21:22Z",
            "first_flight": "2010-04-05T10:21:22Z"
        },
        {
            "id": 712,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/712/?format=api",
            "name": "Jack Hathaway",
            "status": {
                "id": 3,
                "name": "In-Training"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": 42,
            "date_of_birth": "1982-01-01",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Jack Hathaway is a US Navy commander from Connecticut. He earned bachelors’ degrees in physics and history from the U.S. Naval Academy and completed graduate studies at Cranfield University in England and the U.S. Naval War College. A distinguished naval aviator, Hathaway flew and deployed with Navy’s Strike Fighter Squadron 14 aboard the USS Nimitz and Strike Fighter Squadron 136 aboard the USS Truman. He graduated from Empire Test Pilots’ School, supported the Joint Chiefs of Staff at the Pentagon, and was most recently assigned as the prospective executive officer for Strike Fighter Squadron 81. He has more than 2,500 flight hours in 30 types of aircraft, more than 500 carrier arrested landings, and flew 39 combat missions.\r\n\r\nExact date of birth unknown.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Jack_Hathaway",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/jack_hathaway_image_20211206185407.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190331.jpeg",
            "flights_count": 0,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 749,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/749/?format=api",
            "name": "Rosemary Coogan",
            "status": {
                "id": 3,
                "name": "In-Training"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": null,
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "British",
            "bio": "Rosemary holds two master’s degrees from the University of Durham, UK. She completed her undergraduate master’s degree of Physics in 2013 which focused on physics, mathematics, computer programming and astronomy. In 2015, she received her master's degree in Astronomy, where she conducted research on gamma-ray emission from black holes.  \r\n\r\nIn 2019, Rosemary graduated with a doctorate in astronomy from the University of Sussex, UK.\r\n\r\nBetween 2013 and 2018, Rosemary spent more than one year working as a simulation support engineer and research data scientist in the UK, where she worked on software code development projects and developed machine learning techniques for anomaly detection from robotic sensors.  \r\n\r\nIn 2019, Rosemary started a postdoctoral research fellowship in astrophysics at the Max Planck Institute for Extra-terrestrial physics in Munich, Germany, to study the evolution of galaxies with astronomical data from space- and ground-based telescopes.\r\n\r\nAfter completing this postdoctoral work in 2022, Rosemary joined French space agency CNES in Paris, France, as a research fellow in space science, where she worked on upcoming ESA/CNES missions such as EUCLID or the analysis of James Webb Space Telescope observations.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "agency": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                "name": "European Space Agency",
                "featured": false,
                "type": "Multinational",
                "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,BEL,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX",
                "abbrev": "ESA",
                "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
                "administrator": "Director General: Josef Aschbacher",
                "founding_year": "1975",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/rosemary_coogan_image_20221123151351.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185245.jpeg",
            "flights_count": 0,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 746,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/746/?format=api",
            "name": "John McFall",
            "status": {
                "id": 3,
                "name": "In-Training"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": 43,
            "date_of_birth": "1981-04-25",
            "date_of_death": null,
            "nationality": "British",
            "bio": "John has a background in sports and exercise science. He completed his bachelor’s degree from Swansea University, UK, in 2004, and his master’s degree from University of Wales Institute in Cardiff, UK, in 2005. \r\nIn 2014, John graduated with a Bachelor of Medicine and Surgery from the Cardiff University School of Medicine, UK. He became a member of the Royal College of Surgeons in 2016 and is currently a Trauma and Orthopaedic Specialist Registrar working in the south of England.\r\nFollowing a motorcycle accident that resulted in the amputation of his right leg at the age of 19, John learned to run again. He became a professional track and field athlete in 2005, going on to represent Great Britain and Northern Ireland as a Paralympic sprinter, class T42.",
            "twitter": "https://twitter.com/iamfivetoes",
            "instagram": "https://www.instagram.com/mrjohnmcfall/",
            "wiki": "https://en.wikipedia.org/wiki/John_McFall_(athlete)",
            "agency": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                "name": "European Space Agency",
                "featured": false,
                "type": "Multinational",
                "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,BEL,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX",
                "abbrev": "ESA",
                "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
                "administrator": "Director General: Josef Aschbacher",
                "founding_year": "1975",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/john_mcfall_image_20221123150741.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190512.jpeg",
            "flights_count": 0,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 67,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/67/?format=api",
            "name": "Yuri Baturin",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P19DT19H55M29S",
            "eva_time": "P0D",
            "age": 74,
            "date_of_birth": "1949-06-12",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Yuri Mikhailovich Baturin (Russian: Юрий Михайлович Батурин (born 12 June 1949, Moscow, Soviet Union {now Russia})), is a Russian cosmonaut and former politician.\r\n\r\nBaturin graduated from the Moscow Institute of Physics and Technology in 1973, and is the former Assistant to the President on National Security and Secretaty of the Defense Council (1996-1998); he is also an author in constitutional law. Baturin was also a cosmonaut who flew on two missions.\r\n\r\nHis first spaceflight, sometimes called Mir EP-4, was launched with the spacecraft Soyuz TM-28 13 August 1998, and landed with Soyuz TM-27. He was a Research Cosmonaut for this mission, which lasted for 11 days 19 hours 39 minutes. His second spaceflight was ISS EP-1, which was launched with the spacecraft Soyuz TM-32 on April 28, 2001, and landed with Soyuz TM-31. This mission was notable as carrying to first paying space tourist Dennis Tito. For this mission he was designated a Flight Engineer; the mission lasted for 7 days 22 hours and 4 minutes.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Yuri_Baturin",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/yuri2520baturin_image_20181128221206.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185949.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0,
            "last_flight": "2001-04-28T07:37:20Z",
            "first_flight": "1998-08-13T09:43:11Z"
        },
        {
            "id": 201,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/201/?format=api",
            "name": "Mamoru Mohri",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P19DT4H10M",
            "eva_time": "P0D",
            "age": 76,
            "date_of_birth": "1948-01-29",
            "date_of_death": null,
            "nationality": "Japanese",
            "bio": "Mamoru “Mark” Mohri (毛利 衛 Mōri Mamoru, born 29 January 1948), AM is a Japanese scientist, a former NASDA astronaut, and a veteran of two NASA space shuttle missions.\r\nMohri was selected by the National Space Development Agency of Japan (now JAXA) to train as a payload specialist for a Japanese materials science payload. He flew his first space mission aboard STS-47 in 1992 as chief payload specialist for Spacelab-J. Mohri subsequently made another trip into space as part of mission STS-99 in 2000.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Mamoru_Mohri",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_logo_20190207032440.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mamoru2520mohri_image_20181201180028.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185926.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0,
            "last_flight": "2000-02-11T17:43:00Z",
            "first_flight": "1992-09-12T14:23:00Z"
        },
        {
            "id": 750,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/750/?format=api",
            "name": "Raphaël Liégeois",
            "status": {
                "id": 3,
                "name": "In-Training"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": null,
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "Belgian",
            "bio": "Raphaël studied biomedical engineering at the University of Liège, Belgium, from 2005 to 2011. He also became Ingénieur Centralien as part of a double degree exchange programme with the École Centrale Paris, France, in 2009 and earned a master’s degree in fundamental physics from the University Paris-Sud Orsay, France, in 2010.\r\nFrom 2011 to 2015, he completed a Doctorate in neuroscience at the University of Liège, Belgium, where he developed mathematical models of brain function. \r\nFrom 2015 to 2017, he completed a post-doctoral research stay at the National University of Singapore, where his research aimed at defining new neuroimaging markers of neurodegenerative diseases. From 2018 to 2021, Raphaël was a senior post-doctoral research fellow with the École Polytechnique Fédérale de Lausanne, Switzerland, where he developed dynamic models of brain function. During this time, Raphaël was also a visiting research scholar at Stanford University, USA, in 2019. \r\n\r\nFrom 2021, Raphaël has been working as a Research and Teaching Fellow at the University of Geneva and the École Polytechnique Fédérale de Lausanne, Switzerland, where he taught neuroengineering and statistics courses, and pursued research on brain dynamics in health and disease. His research was awarded with several prizes and honours and he was active as organiser of multiple international courses and events.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "agency": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                "name": "European Space Agency",
                "featured": false,
                "type": "Multinational",
                "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,BEL,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX",
                "abbrev": "ESA",
                "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
                "administrator": "Director General: Josef Aschbacher",
                "founding_year": "1975",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/rapha25c325ab_image_20221123151537.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190557.jpeg",
            "flights_count": 0,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 790,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/790/?format=api",
            "name": "Edward Joseph Dwight Jr",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": 90,
            "date_of_birth": "1933-09-09",
            "date_of_death": null,
            "nationality": "American",
            "bio": "In 1961, Ed was chosen by President John F. Kennedy to enter training at the Aerospace Research Pilot School (ARPS), an elite U.S. Air Force flight training program known as a pathway for entering the NASA Astronaut Corps. In 1963, after successfully completing the ARPS program, Ed was recommended by the U.S. Air Force for the NASA Astronaut Corps but ultimately was not among those selected. He entered private life in 1966 and spent a decade as an entrepreneur before dedicating his life’s work to using sculpture as a medium to tell the story of Black history. He’s spent the last five decades creating large-scale monuments of iconic Black figures, including Dr. Martin Luther King Jr., Frederick Douglass, and Harriet Tubman and the Underground Railroad, among many others. His more than 130 public works are installed in museums and public spaces across the U.S. and Canada. Ed was born in 1933 and raised in Kansas City, KS.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Ed_Dwight",
            "agency": {
                "id": 141,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "featured": true,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "BO",
                "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
                "administrator": "CEO: Jeff Bezos",
                "founding_year": "2000",
                "launchers": "New Shepard | New Glenn",
                "spacecraft": "",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png"
            },
            "profile_image": null,
            "profile_image_thumbnail": null,
            "flights_count": 0,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 283,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/283/?format=api",
            "name": "Vladislav Volkov",
            "status": {
                "id": 4,
                "name": "Lost In Flight"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P28DT14H2M6S",
            "eva_time": "P0D",
            "age": 35,
            "date_of_birth": "1935-11-23",
            "date_of_death": "1971-06-30",
            "nationality": "Russian",
            "bio": "Vladislav Nikolayevich Volkov (Russian: Владисла́в Никола́евич Во́лков; November 23, 1935 – June 30, 1971) was a Soviet cosmonaut who flew on the Soyuz 7 and Soyuz 11 missions. The second mission terminated fatally.\r\n\r\nVolkov, on his second space mission in 1971, was assigned to Soyuz 11. The three cosmonauts on this flight spent 23 days on Salyut 1, the world's first space station. After three relatively placid weeks in orbit, however, Soyuz 11 became the second Soviet space flight to terminate fatally, after Soyuz 1.\r\n\r\nAfter a normal re-entry, the Soyuz 11 capsule was opened and the corpses of the three crew members were found inside. It was discovered that a valve had opened just prior to leaving orbit that had allowed the capsule's atmosphere to vent away into space, causing Volkov and his two flight companions to suffer fatal hypoxia as their cabin descended toward the earth's atmosphere.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Vladislav_Volkov",
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vladislav2520volkov_image_20181201224807.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185704.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0,
            "last_flight": "1971-06-06T07:55:09Z",
            "first_flight": "1969-10-12T10:44:42Z"
        },
        {
            "id": 787,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/787/?format=api",
            "name": "Robie Vaughn",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "in_space": false,
            "time_in_space": "PT13M55S",
            "eva_time": "P0D",
            "age": null,
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "American",
            "bio": "Robie Vaughn and his wife, Fallon, strive to lead by example, whether in business, philanthropy or adventure. “We’d like to show that you can have fun while trying your best,” he says. “That philosophy applies to just about everything in life.” Even spaceflight. Flying aboard VSS Unity was the culmination of a lifelong dream for Robie, who grew up watching Apollo missions, often witnessed from the ground at Cape Canaveral, Florida, with his parents. Since then, he has carried on the tradition by traveling to launches with his wife and children. By going to space, Robie hopes to inspire others to never give up their dreams. “Anything is possible if you will allow it to be so,” he says. His spacesuit displays the USA and state of Texas flags. Onboard ‘Galactic 06,’ he carried a string of flags from his Seven Summits expeditions and photos of his family.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/robie_vaughn_image_20240226161036.png",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190645.png",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "2024-01-26T17:42:05Z",
            "first_flight": "2024-01-26T17:42:05Z"
        }
    ]
}