API endpoint that allows Astronaut to be viewed.

GET:
Return a list of all the existing astronauts.

MODE:
Normal, List, LaunchList and Detailed
/2.0.0/astronaut/?mode=detailed

FILTERS:
Parameters - 'name', 'status', 'nationality', 'agency__name', 'agency__abbrev', 'date_of_birth',
'date_of_death', 'status_ids'
Example - /2.0.0/astronaut/?nationality=American

SEARCH EXAMPLE:
/2.0.0/astronaut/?search=armstrong
Searches through name, nationality and agency name

ORDERING:
Fields - 'name', 'status', 'date_of_birth'
Example - /2.0.0/astronaut/?order=name

GET /2.0.0/astronaut/?format=api&ordering=-date_of_birth
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 766,
    "next": "https://ll.thespacedevs.com/2.0.0/astronaut/?format=api&limit=10&offset=10&ordering=-date_of_birth",
    "previous": null,
    "results": [
        {
            "id": 711,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/711/?format=api",
            "name": "Andre Douglas",
            "status": {
                "id": 3,
                "name": "In-Training"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "American",
            "bio": "Andre Douglas is a Virginia native. He earned a bachelor’s degree in mechanical engineering from the U.S. Coast Guard Academy, a master’s degree in mechanical engineering from the University of Michigan, a master’s degree in naval architecture and marine engineering from the University of Michigan, a master’s degree in electrical and computer engineering from Johns Hopkins University, and a doctorate in systems engineering from the George Washington University. Douglas served in the U.S. Coast Guard as a naval architect, salvage engineer, damage control assistant, and officer of the deck. He most recently was a senior staff member at the Johns Hopkins University Applied Physics Lab, working on maritime robotics, planetary defense, and space exploration missions for NASA.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Andre_Douglas",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.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"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/andre_douglas_image_20211206185403.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190123.jpeg",
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 749,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/749/?format=api",
            "name": "Rosemary Coogan",
            "status": {
                "id": 3,
                "name": "In-Training"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "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.0.0/agencies/27/?format=api",
                "name": "European Space Agency",
                "featured": false,
                "type": "Multinational",
                "country_code": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUX,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
                "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
            },
            "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",
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 751,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/751/?format=api",
            "name": "Marco Alain Sieber",
            "status": {
                "id": 3,
                "name": "In-Training"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "Swiss",
            "bio": "In 2009, Marco joined the paratrooper training with the Swiss Special Forces Commando at the Swiss Army, where he achieved the military rank of Sergeant.\r\n\r\nIn 2015, he received the degree of Doctor of Medicine from the University of Bern, Switzerland. His doctoral thesis was on robotic surgery and he was awarded best final exam for his physician diploma.\r\n\r\nIn 2021, he earned his specialist diploma in pre-clinical emergency and rescue medicine (SGNOR).\r\n\r\nBetween 2009 and 2015, Marco was working as an assistant teacher for anatomy and physiology courses at the faculty of medicine at the University of Bern. At the same time, he was also a skydiving instructor for pre-military paratrooper courses.\r\n\r\nBetween 2015 to 2017, he was a general surgery/traumatology, as well as an intensive care unit resident in Interlaken, Switzerland.\r\n\r\nAfter becoming chief medical officer with Swisscoy (Swiss Army) for KFOR (Kosovo) in 2018, Marco worked as an emergency medicine resident at the University Hospital of Bern, Switzerland, until 2019.\r\n\r\nBetween 2019 and 2021, he was an anaesthesiology resident in Interlaken, Switzerland.\r\n\r\nBetween 2020 and 2022, Marco worked as a helicopter rescue emergency medical doctor and joined the hospital in Biel, Switzerland as an urology resident one year later.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "agency": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
                "name": "European Space Agency",
                "featured": false,
                "type": "Multinational",
                "country_code": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUX,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
                "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
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/marco_alain_sie_image_20221123151653.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190838.jpeg",
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 730,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/730/?format=api",
            "name": "Victor Vescovo",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "American",
            "bio": "Victor is a co-founder of private equity investment firm Insight Equity. He has completed the “Explorer’s Grand Slam,” which includes summiting the world’s seven summits and skiing to the North and South Poles. In 2020, he became the first person to repeatedly dive to the deepest point in the ocean, Challenger Deep (now twelve times). He is the first person to visit the deepest point in the world’s five oceans and executed the deepest wreck dive in history. Victor is a commercially-rated multi-engine jet and helicopter pilot, as well as a certified submersible test pilot. He holds degrees from Stanford, MIT, and Harvard Business School, and served 20 years in the U.S. Navy Reserve as an intelligence officer, retiring as a Commander (O-5).",
            "twitter": "https://twitter.com/VictorVescovo",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Victor_Vescovo",
            "agency": {
                "id": 141,
                "url": "https://ll.thespacedevs.com/2.0.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"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/victor_vescovo_image_20220911033720.png",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185235.png",
            "last_flight": "2022-06-04T13:25:42Z",
            "first_flight": "2022-06-04T13:25:42Z"
        },
        {
            "id": 789,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/789/?format=api",
            "name": "Neil Kornswiet",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "USA",
            "bio": "Since Neil Kornswiet was a young boy in Ohio, he’s been fascinated with all things space and space travel. He watched the Mercury, Gemini and Apollo launches on his family’s tiny black-and-white TV; he devoured every space-related book he could get his hands on, as well as science fiction by Arthur C. Clarke, Isaac Asimov, and others; and he was a huge fan of the 1960s TV show Lost in Space. But it was the opportunity to do legislative research for U.S. Senator John Glenn – the former Mercury astronaut –that cemented his lifelong passion for space. During their friendship, the Senator encouraged Neil to try flying airplanes and predicted that space tourism would occur during Neil’s lifetime. Now, after flying aboard ‘Galactic 06,’ space travel has forever changed the way Neil looks at the universe and his place in it, just as Glenn told him it would. Among other things, Neil is a commercial pilot with thousands of flight hours and flies his own Gulfstream G550 jet. His spacesuit displays a USA flag patch as well as a patch honoring John Glenn.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "agency": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.0.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"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/neil_kornswiet_image_20240226161353.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190949.jpeg",
            "last_flight": "2024-01-26T17:42:05Z",
            "first_flight": "2024-01-26T17:42:05Z"
        },
        {
            "id": 724,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/724/?format=api",
            "name": "George Nield",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "American",
            "bio": "Dr. George Nield is the president of Commercial Space Technologies, LLC, which he founded to encourage, facilitate, and promote commercial space activities. He previously served as associate administrator for the Federal Aviation Administration Office of Commercial Space Transportation and was responsible for licensing and regulating all commercial launch activities. Earlier in his career, he held engineering roles at the Air Force Flight Test Center and the Orbital Sciences Corporation, and he was an assistant professor and research director at the U.S. Air Force Academy. Dr. Nield also served as the manager of the Flight Integration Office for NASA’s Space Shuttle Program.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "agency": {
                "id": 141,
                "url": "https://ll.thespacedevs.com/2.0.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"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/george_nield_image_20220606095035.jpeg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190339.jpeg",
            "last_flight": "2022-03-31T13:58:00Z",
            "first_flight": "2022-03-31T13:58:00Z"
        },
        {
            "id": 792,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/792/?format=api",
            "name": "Sylvain Chiron",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "France",
            "bio": "Sylvain is the founder of the Brasserie Mont Blanc, one of the largest craft breweries in France. Sylvain was born in the French Alps and is a lifelong aviator and skier. He earned his pilot’s license at age 16. After spending several summers in Florida taking additional flying lessons and watching Space Shuttle launches, Sylvain entered mandatory service in the French military, where he served as a ski instructor for the French Air Force and NATO pilots. Following the military, he pursued an international MBA at Temple University and moved to Tokyo to study business in Japan. Sylvain and his family are based in Savoy, France, where he’s also involved in philanthropy focused on children’s education and nature preservation.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "agency": {
                "id": 141,
                "url": "https://ll.thespacedevs.com/2.0.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"
            },
            "profile_image": null,
            "profile_image_thumbnail": null,
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 750,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/750/?format=api",
            "name": "Raphaël Liégeois",
            "status": {
                "id": 3,
                "name": "In-Training"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "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.0.0/agencies/27/?format=api",
                "name": "European Space Agency",
                "featured": false,
                "type": "Multinational",
                "country_code": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUX,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
                "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
            },
            "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",
            "last_flight": null,
            "first_flight": null
        },
        {
            "id": 726,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/726/?format=api",
            "name": "Katya Echazarreta",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "Mexican",
            "bio": "Katya was born in Guadalajara, Mexico. She is the co-host of the YouTube series \"Netflix IRL\" and \"Electric Kat\" on the CBS show \"Mission Unstoppable.” Katya is currently pursuing a Master’s degree in electrical and computer engineering at Johns Hopkins University and earned her bachelor’s degree in electrical engineering from UCLA in 2019. Following graduation, she spent nearly four years at NASA's Jet Propulsion Laboratory working on five NASA missions, including the Perseverance Rover and Europa Clipper.",
            "twitter": null,
            "instagram": "https://www.instagram.com/katvoltage",
            "wiki": null,
            "agency": {
                "id": 141,
                "url": "https://ll.thespacedevs.com/2.0.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"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/katya_echazarre_image_20220911034543.png",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190955.png",
            "last_flight": "2022-06-04T13:25:42Z",
            "first_flight": "2022-06-04T13:25:42Z"
        },
        {
            "id": 787,
            "url": "https://ll.thespacedevs.com/2.0.0/astronaut/787/?format=api",
            "name": "Robie Vaughn",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "USA",
            "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.0.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"
            },
            "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",
            "last_flight": "2024-01-26T17:42:05Z",
            "first_flight": "2024-01-26T17:42:05Z"
        }
    ]
}