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&ordering=-id
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=10&ordering=-id",
    "previous": null,
    "results": [
        {
            "id": 797,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/797/?format=api",
            "name": "Guangsu Li",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": true,
            "time_in_space": "P3DT12H35M30S",
            "eva_time": "P0D",
            "age": 36,
            "date_of_birth": "1987-07-01",
            "date_of_death": null,
            "nationality": "Chinese",
            "bio": "Li Guangsu is a Chinese pilot and astronaut selected as part of the Shenzhou program. He enlisted in the People's Liberation Army (PLA) in September 2006, and joined the Chinese Communist Party (CCP) in June 2011.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "agency": {
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                "name": "China National Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "CHN",
                "abbrev": "CNSA",
                "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
                "administrator": "Administrator: Tang Dengjie",
                "founding_year": "1993",
                "launchers": "",
                "spacecraft": "Shenzhou",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/china2520national2520space2520administration_logo_20190207032431.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/guangsu_li_image_20240427164223.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/guangsu_li_image_thumbnail_20240427164223.jpeg",
            "flights_count": 1,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": "2024-04-25T12:59:00Z",
            "first_flight": "2024-04-25T12:59:00Z"
        },
        {
            "id": 796,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/796/?format=api",
            "name": "Cong Li",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": true,
            "time_in_space": "P3DT12H35M30S",
            "eva_time": "P0D",
            "age": 34,
            "date_of_birth": "1989-10-01",
            "date_of_death": null,
            "nationality": "Chinese",
            "bio": "Li Cong is a Chinese pilot and astronaut selected as part of the Shenzhou program. He enlisted in the People's Liberation Army (PLA) in September 2009, and joined the Chinese Communist Party (CCP) in June 2011.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "agency": {
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                "name": "China National Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "CHN",
                "abbrev": "CNSA",
                "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
                "administrator": "Administrator: Tang Dengjie",
                "founding_year": "1993",
                "launchers": "",
                "spacecraft": "Shenzhou",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/china2520national2520space2520administration_logo_20190207032431.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/cong_li_image_20240427170446.png",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/cong_li_image_thumbnail_20240427170446.png",
            "flights_count": 1,
            "landings_count": 0,
            "spacewalks_count": 0,
            "last_flight": "2024-04-25T12:59:00Z",
            "first_flight": "2024-04-25T12:59:00Z"
        },
        {
            "id": 795,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/795/?format=api",
            "name": "Gopi Thotakura",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": null,
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "India",
            "bio": "Gopi is a pilot and aviator who learned how to fly before he could drive. He’s co-founder of Preserve Life Corp, a global center for holistic wellness and applied health located near Hartsfield-Jackson Atlanta International Airport. In addition to flying jets commercially, Gopi pilots bush, aerobatic, and seaplanes, as well as gliders and hot air balloons, and has served as an international medical jet pilot. A lifelong traveler, his most recent adventure took him to the summit of Mt. Kilimanjaro. Gopi is a graduate of Embry-Riddle Aeronautical University.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "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/logo/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": 794,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/794/?format=api",
            "name": "Carol Schaller",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": null,
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "USA",
            "bio": "Carol is a retired CPA. In 2017, her doctor told her she would likely go blind. She has since traveled to 25 countries around the world, visited Mount Everest Base Camp, trekked to the Bwindi Impenetrable Forest of Uganda to see mountain gorillas, visited the South Pole, and camped in a tent in the desolate Antarctic plain at -20 degrees. Seeing Earth’s thin layer of atmosphere in the blackness of space will fulfill a lifelong dream.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "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/logo/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": 793,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/793/?format=api",
            "name": "Kenneth Lafferty Hess",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": 71,
            "date_of_birth": "1953-01-22",
            "date_of_death": null,
            "nationality": "USA",
            "bio": "Ken is a software engineer and entrepreneur who shaped today's technology-based family history industry when he developed the Family Tree Maker product line in the 1990s. The company was acquired by Ancestry.com in 2003. In 2001, Ken gave back by founding Science Buddies, a K-12 nonprofit created to level the playing field and improve STEM literacy by inspiring students through free, personalized, hands-on projects in all areas of science, including space exploration. Science Buddies has reached one-quarter billion users. Ken’s lifelong passion for space exploration is in his DNA, with numerous early American pioneers in his mother’s lineage and many engineers and technicians in his father’s.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Kenneth_Hess",
            "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/logo/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": 792,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/792/?format=api",
            "name": "Sylvain Chiron",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": null,
            "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.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/logo/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": 791,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/791/?format=api",
            "name": "Mason Angel",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "in_space": false,
            "time_in_space": "P0D",
            "eva_time": "P0D",
            "age": null,
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "USA",
            "bio": "Mason is the founder of Industrious Ventures, a venture capital fund supporting early-stage companies that enable or progress new industrial revolutions. Mason is an active member in his family’s foundation and will use this mission to inspire children and advance partnerships with nonprofits focused on STEM in early education. He spends his free time skiing or hiking in the Rocky Mountains and can often be found with his dog Leo, named for low Earth orbit.",
            "twitter": null,
            "instagram": null,
            "wiki": null,
            "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/logo/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": 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": "USA",
            "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/logo/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": 789,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/789/?format=api",
            "name": "Neil Kornswiet",
            "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": "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.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/logo/virgin2520galactic_logo_20230509082346.png"
            },
            "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",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "2024-01-26T17:42:05Z",
            "first_flight": "2024-01-26T17:42:05Z"
        },
        {
            "id": 788,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/788/?format=api",
            "name": "Franz Haider",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 1,
                "name": "Unknown"
            },
            "in_space": false,
            "time_in_space": "PT13M55S",
            "eva_time": "P0D",
            "age": null,
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "Austrian American",
            "bio": "For Austrian entrepreneur and world traveler Franz Haider, the dream of becoming an astronaut started at the tender age of 7, when he saw the Apollo 11 Moon landing. His mother cautioned him, however, that his home country had no space program. But his desire only grew stronger and, at the age of 27 while on a trip to New Zealand, he had an epiphany: “We had reached the farthest point from our homeland, and I was thinking with a friend about how to top that. There was only one thing we could think of: A trip to space or to the Moon.” After waiting 16 years for his spaceflight, Franz says traveling on ‘Galactic 06’ was his grandest adventure yet. “I have always been fascinated by all that our beautiful planet has to offer, and seeing it from space has been profoundly life changing.” His spacesuit displays the Austria and USA flags. On his flight, Franz carried a photo of his 3-year-old son.",
            "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/logo/virgin2520galactic_logo_20230509082346.png"
            },
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/franz_haider_image_20240226161214.jpg",
            "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190833.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "2024-01-26T17:42:05Z",
            "first_flight": "2024-01-26T17:42:05Z"
        }
    ]
}