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

{
    "count": 784,
    "next": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=110&ordering=-last_flight",
    "previous": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=90&ordering=-last_flight",
    "results": [
        {
            "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": "American",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/neil_kornswiet_image_20240226161353.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.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": 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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/robie_vaughn_image_20240226161036.png",
            "profile_image_thumbnail": "https://thespacedevs-prod.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"
        },
        {
            "id": 474,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/474/?format=api",
            "name": "Frederick W. Sturckow",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "in_space": false,
            "time_in_space": "P51DT11H57M51S",
            "eva_time": "P0D",
            "age": 63,
            "date_of_birth": "1961-08-11",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Frederick Wilford \"Rick\" Sturckow is an Engineer, retired United States Marine Corps officer, former NASA astronaut, and commercial spacecraft pilot. Sturckow is a veteran of four Space Shuttle missions. He flew on STS-88 and STS-105 as a pilot and STS-117 and STS-128 as a commander. All four missions docked with the International Space Station, making Sturckow one of two people to visit the station four times. Sturckow later was assigned to the Johnson Space Center as a CAPCOM. He left NASA in 2013 to become a pilot for Virgin Galactic.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Frederick_W._Sturckow",
            "agency": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "featured": false,
                "type": "Private",
                "country_code": "USA",
                "abbrev": "VG",
                "description": "Virgin Galactic is an American spaceflight company within the Virgin Group. It is developing commercial spacecraft and aims to provide suborbital spaceflights to space tourists. Virgin Galactic's suborbital spacecraft are air launched from beneath a carrier airplane known as White Knight Two.",
                "administrator": "Founder: Richard Branson",
                "founding_year": "2004",
                "launchers": "VMS Eve",
                "spacecraft": "VSS Enterprise | VSS Unity",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/frederick_w._st_image_20210522153643.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190532.jpeg",
            "flights_count": 17,
            "landings_count": 17,
            "spacewalks_count": 0,
            "last_flight": "2024-01-26T17:42:05Z",
            "first_flight": "1998-12-04T08:35:34Z"
        },
        {
            "id": 774,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/774/?format=api",
            "name": "Marcus Wandt",
            "status": {
                "id": 3,
                "name": "In-Training"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P21DT15H40M49S",
            "eva_time": "P0D",
            "age": 44,
            "date_of_birth": "1980-09-22",
            "date_of_death": null,
            "nationality": "Swedish",
            "bio": "Marcus Wandt is a Swedish test pilot and member of the European Space Agency's 2022 astronaut class reserve.",
            "twitter": "https://twitter.com/astro_marcus",
            "instagram": "https://www.instagram.com/esaastro_marcus/",
            "wiki": "https://en.wikipedia.org/wiki/Marcus_Wandt",
            "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,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX,BEL",
                "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/marcus_wandt_image_20230912131352.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185253.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "2024-01-18T21:49:11Z",
            "first_flight": "2024-01-18T21:49:11Z"
        },
        {
            "id": 766,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/766/?format=api",
            "name": "Alper Gezeravci",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P21DT15H40M49S",
            "eva_time": "P0D",
            "age": 44,
            "date_of_birth": "1979-12-02",
            "date_of_death": null,
            "nationality": "Turkish",
            "bio": "Fighter pilot trained on F16, first Turkish astronaut.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Alper_Gezeravc%C4%B1",
            "agency": {
                "id": 1053,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1053/?format=api",
                "name": "Turkish Air Force",
                "featured": false,
                "type": "Government",
                "country_code": "TUR",
                "abbrev": "TAF",
                "description": "The Turkish Air Force is the aerial warfare service branch of the Turkish Armed Forces. It traces its origins to June 1911 when it was founded as the Ottoman Aviation Squadrons by the Ottoman Empire.",
                "administrator": null,
                "founding_year": "1911",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/turkish2520air2520force_logo_20230630072904.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/alper_gezeravci_image_20231230181038.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190832.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "2024-01-18T21:49:11Z",
            "first_flight": "2024-01-18T21:49:11Z"
        },
        {
            "id": 453,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/453/?format=api",
            "name": "Michael López-Alegría",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "in_space": false,
            "time_in_space": "P296DT16H14M9S",
            "eva_time": "P2DT19H39M",
            "age": 66,
            "date_of_birth": "1958-05-30",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Michael López-Alegría is a Spanish-American astronaut; a veteran of three Space Shuttle missions and one International Space Station mission. He is known for having performed ten spacewalks so far in his career, presently holding the second longest all-time EVA duration record and having the third longest spaceflight of any American at the length of 215 days; this time was spent on board the ISS from September 18, 2006 to April 21, 2007.",
            "twitter": "https://twitter.com/commandermla",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Michael_L%C3%B3pez-Alegr%C3%ADa",
            "agency": {
                "id": 1022,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
                "name": "Axiom Space",
                "featured": false,
                "type": "Private",
                "country_code": "USA",
                "abbrev": "AXS",
                "description": "Axiom Space, Inc., also known as Axiom, is an American privately funded aerospace manufacturer and orbital spaceflight services company headquartered in Houston, Texas.",
                "administrator": "CEO: Michael Suffredini",
                "founding_year": "2016",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/axiom2520space_logo_20201201090013.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael_l25c3_image_20201201090124.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185839.jpeg",
            "flights_count": 6,
            "landings_count": 6,
            "spacewalks_count": 10,
            "last_flight": "2024-01-18T21:49:11Z",
            "first_flight": "1995-10-20T13:53:00Z"
        },
        {
            "id": 758,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/758/?format=api",
            "name": "Walter Villadei",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P21DT15H54M42S",
            "eva_time": "P0D",
            "age": 50,
            "date_of_birth": "1974-04-29",
            "date_of_death": null,
            "nationality": "Italian",
            "bio": "Italian Air Force mission commander on the Virgin Galactic 01 flight. Backup pilot for the Axiom Space Mission 2, Pilon for the Axiom Space Mission 3, qualified on Soyuz, ISS systems, and Orlan for EVA activities.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Walter_Villadei",
            "agency": {
                "id": 1050,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1050/?format=api",
                "name": "Italian Air Force",
                "featured": false,
                "type": "Government",
                "country_code": "ITA",
                "abbrev": "IAF",
                "description": "The Italian Air Force is the air force of the Italian Republic. The Italian Air Force was founded as an independent service arm on 28 March 1923 by King Victor Emmanuel III as the Regia Aeronautica (\"Royal Air Force\"). After World War II, when Italy became a republic following a referendum, the Regia Aeronautica was given its current name.",
                "administrator": null,
                "founding_year": "1923",
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/italian2520air2520force_logo_20230508150416.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/walter_villadei_image_20231230180121.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185221.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0,
            "last_flight": "2024-01-18T21:49:11Z",
            "first_flight": "2023-06-29T15:28:38Z"
        },
        {
            "id": 781,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/781/?format=api",
            "name": "Ketty Maisonrouge",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "in_space": false,
            "time_in_space": "PT16M",
            "eva_time": "P0D",
            "age": null,
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "Italian",
            "bio": "Passenger on Galactic 05.",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ketty_maisonrou_image_20231102163518.png",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185535.png",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "2023-11-02T15:44:00Z",
            "first_flight": "2023-11-02T15:44:00Z"
        },
        {
            "id": 770,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/770/?format=api",
            "name": "Kelly Latimer",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "in_space": false,
            "time_in_space": "PT46M25S",
            "eva_time": "P0D",
            "age": null,
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": "American",
            "bio": "Pilot working for Virgin Galactic. First Spaceflight during the Galactic-02 Mission.",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kelly_latimer_image_20230718080208.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190153.jpeg",
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 0,
            "last_flight": "2023-11-02T15:44:00Z",
            "first_flight": "2023-08-10T15:17:00Z"
        },
        {
            "id": 780,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/780/?format=api",
            "name": "Kellie Gerardi",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "type": {
                "id": 3,
                "name": "Private"
            },
            "in_space": false,
            "time_in_space": "PT16M",
            "eva_time": "P0D",
            "age": 35,
            "date_of_birth": "1989-02-16",
            "date_of_death": null,
            "nationality": "American",
            "bio": "Kellie Gerardi is an American aerospace, defense, and technology professional and a popular science communicator.",
            "twitter": "https://twitter.com/kelliegerardi",
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Kellie_Gerardi",
            "agency": {
                "id": 1078,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1078/?format=api",
                "name": "International Institute for Aeronautical Sciences",
                "featured": false,
                "type": "Multinational",
                "country_code": "???",
                "abbrev": "IIAS",
                "description": "An international research institute specializing in aeronomy, bioastronautics, operational science, and flight test engineering.",
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image_url": null,
                "logo_url": null
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kellie_gerardi_image_20231019173010.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185931.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "2023-11-02T15:44:00Z",
            "first_flight": "2023-11-02T15:44:00Z"
        }
    ]
}