Modes

Levels of detail in the response - list, normal, detailed

Example - /astronauts/?mode=list

Filters

Parameters - age, age__gt, age__gte, age__lt, age__lte, agency_ids, date_of_birth, date_of_birth__gt, date_of_birth__gte, date_of_birth__lt, date_of_birth__lte, date_of_death, date_of_death__gt, date_of_death__gte, date_of_death__lt, date_of_death__lte, first_flight, first_flight__gt, first_flight__gte, first_flight__lt, first_flight__lte, flights_count, flights_count__gt, flights_count__gte, flights_count__lt, flights_count__lte, has_flown, in_space, is_human, landings_count, landings_count__gt, landings_count__gte, landings_count__lt, landings_count__lte, last_flight, last_flight__gt, last_flight__gte, last_flight__lt, last_flight__lte, nationality, status_ids, type__id

Example - /astronauts/?has_flown=true

Fields searched - agency__abbrev, agency__name, name, nationality__nationality_name

Example - /astronauts/?search=Pesquet

Ordering

Fields - age, date_of_birth, eva_time, flights_count, id, landings_count, last_flight, name, spacewalks_count, status, time_in_space

Example - /astronauts/?ordering=-time_in_space

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /astronauts/?limit=2

Format

Switch to JSON output - /astronauts/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/astronauts/?format=api&offset=70&ordering=-name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 805,
    "next": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=80&ordering=-name",
    "previous": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=60&ordering=-name",
    "results": [
        {
            "id": 242,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/242/?format=api",
            "name": "Viktor Savinykh",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "agency": {
                "response_mode": "list",
                "id": 63,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "abbrev": "RFSA",
                "type": {
                    "id": 1,
                    "name": "Government"
                }
            },
            "image": {
                "id": 543,
                "name": "[AUTO] Viktor Savinykh - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/viktor2520savinykh_image_20181201215244.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190128.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P252DT17H37M50S",
            "eva_time": "PT5H",
            "age": 85,
            "date_of_birth": "1940-03-07",
            "date_of_death": null,
            "nationality": [
                {
                    "id": 5,
                    "name": "Russia",
                    "alpha_2_code": "RU",
                    "alpha_3_code": "RUS",
                    "nationality_name": "Russian",
                    "nationality_name_composed": "Russo"
                }
            ],
            "bio": "Viktor Petrovich Savinykh was born in Berezkiny, Kirov Oblast, Russian SFSR on March 7, 1940. Married with one child. Selected as a cosmonaut on December 1, 1978. Retired on February 9, 1989.\r\n\r\nFlew as Flight Engineer on Soyuz T-4, Soyuz T-13 and Soyuz TM-5.\r\n\r\nHas spent 252 days 17 hours 38 minutes in space.",
            "wiki": "https://en.wikipedia.org/wiki/Viktor_Savinykh",
            "last_flight": "1988-06-07T14:03:13Z",
            "first_flight": "1981-03-12T19:00:11Z",
            "social_media_links": [],
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 1
        },
        {
            "id": 219,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/219/?format=api",
            "name": "Viktor Patsayev",
            "status": {
                "id": 4,
                "name": "Lost In Flight"
            },
            "agency": {
                "response_mode": "list",
                "id": 63,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "abbrev": "RFSA",
                "type": {
                    "id": 1,
                    "name": "Government"
                }
            },
            "image": {
                "id": 779,
                "name": "[AUTO] Viktor Patsayev - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/viktor2520patsayev_image_20181201185617.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190745.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P23DT18H21M43S",
            "eva_time": "P0D",
            "age": 38,
            "date_of_birth": "1933-06-19",
            "date_of_death": "1971-06-30",
            "nationality": [
                {
                    "id": 5,
                    "name": "Russia",
                    "alpha_2_code": "RU",
                    "alpha_3_code": "RUS",
                    "nationality_name": "Russian",
                    "nationality_name_composed": "Russo"
                }
            ],
            "bio": "Viktor Ivanovich Patsayev (Russian: Ви́ктор Ива́нович Паца́ев; 19 June 1933 – 30 June 1971) was a Soviet cosmonaut who flew on the Soyuz 11 mission and was part of the second crew to die during a space flight. On board the space station Salyut 1 he operated the Orion 1 Space Observatory (see Orion 1 and Orion 2 Space Observatories), he became the first man to operate a telescope outside the Earth's atmosphere.\r\n\r\nAfter a normal re-entry, the capsule was opened and the crew was found dead. 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, suffocating the crew. One of Patsayev's hands was found to be bruised, and he may have been trying to shut the valve manually at the time he lost consciousness.",
            "wiki": "https://en.wikipedia.org/wiki/Viktor_Patsayev",
            "last_flight": "1971-06-06T04:55:09Z",
            "first_flight": "1971-06-06T04:55:09Z",
            "social_media_links": [],
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0
        },
        {
            "id": 115,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/115/?format=api",
            "name": "Viktor Gorbatko",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "agency": {
                "response_mode": "list",
                "id": 63,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "abbrev": "RFSA",
                "type": {
                    "id": 1,
                    "name": "Government"
                }
            },
            "image": {
                "id": 654,
                "name": "[AUTO] Viktor Gorbatko - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/viktor2520gorbatko_image_20181128233221.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190424.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P30DT12H48M32S",
            "eva_time": "P0D",
            "age": 82,
            "date_of_birth": "1934-12-03",
            "date_of_death": "2017-05-17",
            "nationality": [
                {
                    "id": 5,
                    "name": "Russia",
                    "alpha_2_code": "RU",
                    "alpha_3_code": "RUS",
                    "nationality_name": "Russian",
                    "nationality_name_composed": "Russo"
                }
            ],
            "bio": "Viktor Vasilyevich Gorbatko (Russian: Ви́ктор Васи́льевич Горба́тко; December 3, 1934 – May 17, 2017) was a Soviet cosmonaut who flew on the Soyuz 7, Soyuz 24, and Soyuz 37 missions.",
            "wiki": "https://en.wikipedia.org/wiki/Viktor_Gorbatko",
            "last_flight": "1980-07-23T18:33:03Z",
            "first_flight": "1969-10-12T10:44:42Z",
            "social_media_links": [],
            "flights_count": 3,
            "landings_count": 3,
            "spacewalks_count": 0
        },
        {
            "id": 56,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/56/?format=api",
            "name": "Viktor Afanasyev",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "agency": {
                "response_mode": "list",
                "id": 63,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "abbrev": "RFSA",
                "type": {
                    "id": 1,
                    "name": "Government"
                }
            },
            "image": {
                "id": 510,
                "name": "[AUTO] Viktor Afanasyev - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/viktor2520afanasyev_image_20181128215901.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190036.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P555DT18H34M26S",
            "eva_time": "P1DT14H33M",
            "age": 76,
            "date_of_birth": "1948-12-31",
            "date_of_death": null,
            "nationality": [
                {
                    "id": 5,
                    "name": "Russia",
                    "alpha_2_code": "RU",
                    "alpha_3_code": "RUS",
                    "nationality_name": "Russian",
                    "nationality_name_composed": "Russo"
                }
            ],
            "bio": "Viktor Mikhailovich Afanasyev Russian: Виктор Михайлович Афанасьев; born 31 December 1948) is a colonel in the Russian Air Force and a test cosmonaut of the Yu. A. Gagarin Cosmonaut Training Center.",
            "wiki": "https://en.wikipedia.org/wiki/Viktor_Afanasyev_(cosmonaut)",
            "last_flight": "2001-10-21T08:59:35Z",
            "first_flight": "1990-12-02T08:13:32Z",
            "social_media_links": [],
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 7
        },
        {
            "id": 730,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/730/?format=api",
            "name": "Victor Vescovo",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "agency": {
                "response_mode": "list",
                "id": 141,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "abbrev": "BO",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                }
            },
            "image": {
                "id": 216,
                "name": "[AUTO] Victor Vescovo - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/victor_vescovo_image_20220911033720.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185235.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 3,
                "name": "Private"
            },
            "in_space": false,
            "time_in_space": "PT10M45S",
            "eva_time": "P0D",
            "age": null,
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": [
                {
                    "id": 2,
                    "name": "United States of America",
                    "alpha_2_code": "US",
                    "alpha_3_code": "USA",
                    "nationality_name": "American",
                    "nationality_name_composed": "Americano"
                }
            ],
            "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).",
            "wiki": "https://en.wikipedia.org/wiki/Victor_Vescovo",
            "last_flight": "2022-06-04T13:25:02Z",
            "first_flight": "2022-06-04T13:25:02Z",
            "social_media_links": [
                {
                    "id": 51,
                    "social_media": {
                        "id": 1,
                        "name": "X",
                        "url": "https://x.com",
                        "logo": {
                            "id": 2320,
                            "name": "X logo",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_thumbnail_20250211191027.jpeg",
                            "credit": "X",
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "url": "https://twitter.com/VictorVescovo"
                }
            ],
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0
        },
        {
            "id": 571,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/571/?format=api",
            "name": "Victor J. Glover",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "agency": {
                "response_mode": "list",
                "id": 44,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "abbrev": "NASA",
                "type": {
                    "id": 1,
                    "name": "Government"
                }
            },
            "image": {
                "id": 730,
                "name": "[AUTO] Victor J. Glover - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/victor2520j.2520glover_image_20181203173351.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190631.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P167DT6H29M43S",
            "eva_time": "P1DT2H24M",
            "age": 48,
            "date_of_birth": "1976-04-30",
            "date_of_death": null,
            "nationality": [
                {
                    "id": 2,
                    "name": "United States of America",
                    "alpha_2_code": "US",
                    "alpha_3_code": "USA",
                    "nationality_name": "American",
                    "nationality_name_composed": "Americano"
                }
            ],
            "bio": "Victor Jerome Glover is a NASA astronaut of the class of 2013.\r\n\r\nGlover is a Commander in the U.S. Navy who hails from Pomona, California and Prosper, Texas. He is an F/A-18 pilot and graduate of the U.S. Air Force Test Pilot School. Glover holds degrees from California Polytechnic State University at San Luis Obispo, Air University and Naval Postgraduate School. He was a naval legislative fellow working on the personal staff of the Honorable John McCain supporting defense and foreign relations policy and oversight.",
            "wiki": "https://en.wikipedia.org/wiki/Victor_J._Glover",
            "last_flight": "2020-11-16T00:27:17Z",
            "first_flight": "2020-11-16T00:27:17Z",
            "social_media_links": [
                {
                    "id": 71,
                    "social_media": {
                        "id": 1,
                        "name": "X",
                        "url": "https://x.com",
                        "logo": {
                            "id": 2320,
                            "name": "X logo",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_thumbnail_20250211191027.jpeg",
                            "credit": "X",
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "url": "https://twitter.com/VicGlover"
                }
            ],
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 4
        },
        {
            "id": 728,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/728/?format=api",
            "name": "Victor Correa Hespanha",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "agency": {
                "response_mode": "list",
                "id": 141,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "abbrev": "BO",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                }
            },
            "image": {
                "id": 388,
                "name": "[AUTO] Victor Correa Hespanha - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/victor_correa_h_image_20220911034635.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185726.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 3,
                "name": "Private"
            },
            "in_space": false,
            "time_in_space": "PT10M45S",
            "eva_time": "P0D",
            "age": null,
            "date_of_birth": null,
            "date_of_death": null,
            "nationality": [
                {
                    "id": 24,
                    "name": "Brazil",
                    "alpha_2_code": "BR",
                    "alpha_3_code": "BRA",
                    "nationality_name": "Brazilian",
                    "nationality_name_composed": "Brazilian"
                }
            ],
            "bio": "Victor is a civil production engineer from Minas Gerais (Brazil).",
            "wiki": null,
            "last_flight": "2022-06-04T13:25:02Z",
            "first_flight": "2022-06-04T13:25:02Z",
            "social_media_links": [],
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0
        },
        {
            "id": 272,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/272/?format=api",
            "name": "Vasily Tsibliyev",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "agency": {
                "response_mode": "list",
                "id": 63,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "abbrev": "RFSA",
                "type": {
                    "id": 1,
                    "name": "Government"
                }
            },
            "image": {
                "id": 395,
                "name": "[AUTO] Vasily Tsibliyev - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vasily2520tsibliyev_image_20181201223334.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185737.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P381DT15H52M32S",
            "eva_time": "PT19H12M50S",
            "age": 71,
            "date_of_birth": "1954-02-20",
            "date_of_death": null,
            "nationality": [
                {
                    "id": 5,
                    "name": "Russia",
                    "alpha_2_code": "RU",
                    "alpha_3_code": "RUS",
                    "nationality_name": "Russian",
                    "nationality_name_composed": "Russo"
                }
            ],
            "bio": "Vasily Vasiliyevich Tsibliyev (Russian: Василий Василиевич Циблиев); born on February 20, 1954) is a Russian cosmonaut.\r\n\r\nHe was selected as a cosmonaut on March 26, 1987. Tsibliyev flew as Commander on Soyuz TM-17 from July 1, 1993 to January 14, 1994 and on Soyuz TM-25 from February 2, 1997 to August 14 of the same year. He retired on June 19, 1998. Tsibliyev is currently Chief of the Yuri Gagarin Cosmonauts Training Center at Star City, Russia.\r\n\r\nTsibliyev was the commander in charge of Mir when it was hit by a Progress spacecraft in 1997.",
            "wiki": "https://en.wikipedia.org/wiki/Vasily_Tsibliyev",
            "last_flight": "1997-02-10T14:09:30Z",
            "first_flight": "1993-07-01T14:32:58Z",
            "social_media_links": [],
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 6
        },
        {
            "id": 178,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/178/?format=api",
            "name": "Vasily Lazarev",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "agency": {
                "response_mode": "list",
                "id": 63,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "abbrev": "RFSA",
                "type": {
                    "id": 1,
                    "name": "Government"
                }
            },
            "image": {
                "id": 253,
                "name": "[AUTO] Vasily Lazarev - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vasily2520lazarev_image_20181129234720.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185338.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P1DT23H36M59S",
            "eva_time": "P0D",
            "age": 62,
            "date_of_birth": "1928-02-23",
            "date_of_death": "1990-12-31",
            "nationality": [
                {
                    "id": 5,
                    "name": "Russia",
                    "alpha_2_code": "RU",
                    "alpha_3_code": "RUS",
                    "nationality_name": "Russian",
                    "nationality_name_composed": "Russo"
                }
            ],
            "bio": "Vasily Grigoryevich Lazarev (Russian: Васи́лий Григо́рьевич Ла́зарев; February 23, 1928 – December 31, 1990) was a Soviet cosmonaut who flew on the Soyuz 12 spaceflight as well as the abortive Soyuz 18a launch in April 5, 1975.",
            "wiki": "https://en.wikipedia.org/wiki/Vasily_Lazarev",
            "last_flight": "1975-04-05T11:04:54Z",
            "first_flight": "1973-09-27T12:18:16Z",
            "social_media_links": [],
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0
        },
        {
            "id": 736,
            "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/736/?format=api",
            "name": "Vanessa O’Brien",
            "status": {
                "id": 14,
                "name": "Occasional Spaceflight"
            },
            "agency": {
                "response_mode": "list",
                "id": 141,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "abbrev": "BO",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                }
            },
            "image": {
                "id": 442,
                "name": "[AUTO] Vanessa O’Brien - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vanessa_o25e2_image_20220911033839.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185849.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "response_mode": "normal",
            "type": {
                "id": 3,
                "name": "Private"
            },
            "in_space": false,
            "time_in_space": "PT10M20S",
            "eva_time": "P0D",
            "age": 60,
            "date_of_birth": "1964-12-02",
            "date_of_death": null,
            "nationality": [
                {
                    "id": 2,
                    "name": "United States of America",
                    "alpha_2_code": "US",
                    "alpha_3_code": "USA",
                    "nationality_name": "American",
                    "nationality_name_composed": "Americano"
                },
                {
                    "id": 10,
                    "name": "United Kingdom",
                    "alpha_2_code": "GB",
                    "alpha_3_code": "GBR",
                    "nationality_name": "British",
                    "nationality_name_composed": "Brito"
                }
            ],
            "bio": "Vanessa Audi Rhys O'Brien is a British and American mountaineer, explorer, aquanaut, author and former business executive. On June 12, 2020, O'Brien became the first woman to reach Earth's highest and lowest points, receiving a Guinness World Record. She became the first American woman to climb K2 and the first British woman to climb K2 (as a result of her dual nationality) on 28 July 2017, successfully leading a team of 12 members to the summit and back on her third attempt. She is a Fellow of the Royal Geographical Society (RGS) and a Member of The Scientific Exploration Society (SES).",
            "wiki": "https://en.wikipedia.org/wiki/Vanessa_O%27Brien",
            "last_flight": "2022-08-04T13:56:07Z",
            "first_flight": "2022-08-04T13:56:07Z",
            "social_media_links": [
                {
                    "id": 20,
                    "social_media": {
                        "id": 1,
                        "name": "X",
                        "url": "https://x.com",
                        "logo": {
                            "id": 2320,
                            "name": "X logo",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_thumbnail_20250211191027.jpeg",
                            "credit": "X",
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "url": "https://twitter.com/vobonline"
                },
                {
                    "id": 21,
                    "social_media": {
                        "id": 2,
                        "name": "Instagram",
                        "url": "https://instagram.com",
                        "logo": {
                            "id": 2322,
                            "name": "Instagram logo",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_20250211191139.png",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_thumbnail_20250211191139.png",
                            "credit": "Instagram",
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "url": "https://www.instagram.com/vobonline"
                }
            ],
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0
        }
    ]
}