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=60&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=70&ordering=last_flight",
    "previous": "https://ll.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=50&ordering=last_flight",
    "results": [
        {
            "id": 240,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/240/?format=api",
            "name": "Gennadi Sarafanov",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P2DT12M11S",
            "eva_time": "P0D",
            "age": 63,
            "date_of_birth": "1942-01-01",
            "date_of_death": "2005-09-29",
            "nationality": "Russian",
            "bio": "Gennadi Vasiliyevich Sarafanov ( b. January 1, 1942 in Sinenkiye, Saratov Oblast, Russia – d. September 29, 2005, Moscow) was a Soviet cosmonaut who flew on the Soyuz 15 spaceflight in 1974. This mission was intended to dock with the space station Salyut 3, but failed to do so after the docking system malfunctioned.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Gennadi_Sarafanov",
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "featured": true,
                "type": "Government",
                "country_code": "RUS",
                "abbrev": "RFSA",
                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                "administrator": "Administrator: Yuri Borisov",
                "founding_year": "1992",
                "launchers": "Soyuz",
                "spacecraft": "Soyuz",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gennadi2520sarafanov_image_20181201214956.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185859.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1974-08-26T19:58:05Z",
            "first_flight": "1974-08-26T19:58:05Z"
        },
        {
            "id": 96,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/96/?format=api",
            "name": "Lev Dyomin",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P2DT12M11S",
            "eva_time": "P0D",
            "age": 72,
            "date_of_birth": "1926-01-11",
            "date_of_death": "1998-12-18",
            "nationality": "Russian",
            "bio": "Lev Stepanovich Dyomin (Russian: Лев Степанович Дёмин; January 11, 1926, in Moscow – December 18, 1998, in Zvyozdny Gorodok) was a Soviet cosmonaut who flew on the Soyuz 15 spaceflight in 1974. This spaceflight was intended to dock with the space station Salyut 3, but the docking failed.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Lev_Dyomin",
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "featured": true,
                "type": "Government",
                "country_code": "RUS",
                "abbrev": "RFSA",
                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                "administrator": "Administrator: Yuri Borisov",
                "founding_year": "1992",
                "launchers": "Soyuz",
                "spacecraft": "Soyuz",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lev2520dyomin_image_20181128225902.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185951.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1974-08-26T19:58:05Z",
            "first_flight": "1974-08-26T19:58:05Z"
        },
        {
            "id": 105,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/105/?format=api",
            "name": "Anatoly Filipchenko",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P10DT21H3M58S",
            "eva_time": "P0D",
            "age": 94,
            "date_of_birth": "1928-02-26",
            "date_of_death": "2022-08-07",
            "nationality": "Russian",
            "bio": "Anatoly Vasilyevich Filipchenko (Russian: Анато́лий Васи́льевич Фили́пченко; born February 26, 1928) was a Soviet cosmonaut of Ukrainian descent. He flew on the Soyuz 7 and Soyuz 16 missions. He was born in Davydovka, Voronezh Oblast, RSFSR.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Anatoly_Filipchenko",
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "featured": true,
                "type": "Government",
                "country_code": "RUS",
                "abbrev": "RFSA",
                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                "administrator": "Administrator: Yuri Borisov",
                "founding_year": "1992",
                "launchers": "Soyuz",
                "spacecraft": "Soyuz",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/anatoly2520filipchenko_image_20181128231317.png",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191206.png",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0,
            "last_flight": "1974-12-02T09:40:00Z",
            "first_flight": "1969-10-12T10:44:42Z"
        },
        {
            "id": 178,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/178/?format=api",
            "name": "Vasily Lazarev",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "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": "Russian",
            "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.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Vasily_Lazarev",
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "featured": true,
                "type": "Government",
                "country_code": "RUS",
                "abbrev": "RFSA",
                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                "administrator": "Administrator: Yuri Borisov",
                "founding_year": "1992",
                "launchers": "Soyuz",
                "spacecraft": "Soyuz",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vasily2520lazarev_image_20181129234720.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185338.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0,
            "last_flight": "1975-04-05T11:04:54Z",
            "first_flight": "1973-09-27T12:18:16Z"
        },
        {
            "id": 248,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/248/?format=api",
            "name": "Vitaly Sevastyanov",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P80DT16H19M3S",
            "eva_time": "P0D",
            "age": 74,
            "date_of_birth": "1935-07-08",
            "date_of_death": "2010-04-05",
            "nationality": "Russian",
            "bio": "Vitaly Ivanovich Sevastyanov (Russian: Вита́лий Ива́нович Севастья́нов; 8 July 1935 – 5 April 2010) was a Soviet cosmonaut and an engineer who flew on the Soyuz 9 and Soyuz 18 missions.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Vitaly_Sevastyanov",
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "featured": true,
                "type": "Government",
                "country_code": "RUS",
                "abbrev": "RFSA",
                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                "administrator": "Administrator: Yuri Borisov",
                "founding_year": "1992",
                "launchers": "Soyuz",
                "spacecraft": "Soyuz",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vitaly2520sevastyanov_image_20181201220129.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190653.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0,
            "last_flight": "1975-05-24T14:58:10Z",
            "first_flight": "1970-06-01T19:00:00Z"
        },
        {
            "id": 181,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/181/?format=api",
            "name": "Alexey Leonov",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P7DT32M17S",
            "eva_time": "PT12M9S",
            "age": 85,
            "date_of_birth": "1934-05-30",
            "date_of_death": "2019-10-11",
            "nationality": "Russian",
            "bio": "Alexey Arkhipovich Leonov (Russian: Алексе́й Архи́пович Лео́нов, IPA: [ɐlʲɪˈksʲej ɐˈrxʲipəvʲɪtɕ lʲɪˈonəf]; born 30 May 1934) is a retired Soviet/Russian cosmonaut, Air Force Major general, writer and artist. On 18 March 1965, he became the first human to conduct extravehicular activity (EVA), exiting the capsule during the Voskhod 2 mission for a 12-minute spacewalk.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Alexey_Leonov",
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "featured": true,
                "type": "Government",
                "country_code": "RUS",
                "abbrev": "RFSA",
                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                "administrator": "Administrator: Yuri Borisov",
                "founding_year": "1992",
                "launchers": "Soyuz",
                "spacecraft": "Soyuz",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/alexey2520leonov_image_20181129235111.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190818.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 1,
            "last_flight": "1975-07-15T12:20:00Z",
            "first_flight": "1965-03-18T07:00:00Z"
        },
        {
            "id": 22,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/22/?format=api",
            "name": "Deke Slayton",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P9DT1H28M",
            "eva_time": "P0D",
            "age": 69,
            "date_of_birth": "1924-03-01",
            "date_of_death": "1993-06-13",
            "nationality": "American",
            "bio": "Donald Kent \"Deke\" Slayton, was an American World War II pilot, aeronautical engineer, and test pilot who was selected as one of the original NASA Mercury Seven astronauts, and became NASA's first Chief of the Astronaut Office.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Deke_Slayton",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "USA",
                "abbrev": "NASA",
                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                "administrator": "Administrator: Bill Nelson",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/deke2520slayton_image_20190426143649.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185249.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1975-07-15T19:50:00Z",
            "first_flight": "1975-07-15T19:50:00Z"
        },
        {
            "id": 31,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/31/?format=api",
            "name": "Thomas P. Stafford",
            "status": {
                "id": 11,
                "name": "Deceased"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P21DT3H42M51S",
            "eva_time": "P0D",
            "age": 93,
            "date_of_birth": "1930-09-17",
            "date_of_death": "2024-03-18",
            "nationality": "American",
            "bio": "Thomas Patten Stafford was an American Air Force officer, test pilot, and NASA astronaut.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Thomas_P._Stafford",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "USA",
                "abbrev": "NASA",
                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                "administrator": "Administrator: Bill Nelson",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thomas_p._staff_image_20220911033654.jpeg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191213.jpeg",
            "flights_count": 4,
            "landings_count": 4,
            "spacewalks_count": 0,
            "last_flight": "1975-07-15T19:50:00Z",
            "first_flight": "1965-12-15T13:37:26Z"
        },
        {
            "id": 284,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/284/?format=api",
            "name": "Boris Volynov",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P52DT7H17M47S",
            "eva_time": "P0D",
            "age": 89,
            "date_of_birth": "1934-12-18",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Boris Valentinovich Volynov (Russian: Бори́с Валенти́нович Волы́нов; born 18 December 1934) is a Soviet cosmonaut who flew two space missions of the Soyuz programme: Soyuz 5, and Soyuz 21. He was the first Jewish cosmonaut to enter space, preceding Judith Resnik in the United States.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Boris_Volynov",
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "featured": true,
                "type": "Government",
                "country_code": "RUS",
                "abbrev": "RFSA",
                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                "administrator": "Administrator: Yuri Borisov",
                "founding_year": "1992",
                "launchers": "Soyuz",
                "spacecraft": "Soyuz",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/boris2520volynov_image_20181201224911.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185853.jpeg",
            "flights_count": 2,
            "landings_count": 2,
            "spacewalks_count": 0,
            "last_flight": "1976-07-06T12:08:45Z",
            "first_flight": "1969-01-15T07:04:57Z"
        },
        {
            "id": 298,
            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/298/?format=api",
            "name": "Vitaly Zholobov",
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "in_space": false,
            "time_in_space": "P49DT6H23M32S",
            "eva_time": "P0D",
            "age": 87,
            "date_of_birth": "1937-06-18",
            "date_of_death": null,
            "nationality": "Russian",
            "bio": "Vitaly Mikhaylovich Zholobov (Russian: Виталий Михайлович Жолобов; born 18 June 1937) is a retired Soviet cosmonaut who flew on Soyuz 21 space flight as the flight engineer.",
            "twitter": null,
            "instagram": null,
            "wiki": "https://en.wikipedia.org/wiki/Vitaly_Zholobov",
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "featured": true,
                "type": "Government",
                "country_code": "RUS",
                "abbrev": "RFSA",
                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                "administrator": "Administrator: Yuri Borisov",
                "founding_year": "1992",
                "launchers": "Soyuz",
                "spacecraft": "Soyuz",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vitaly2520zholobov_image_20181201232514.jpg",
            "profile_image_thumbnail": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185335.jpeg",
            "flights_count": 1,
            "landings_count": 1,
            "spacewalks_count": 0,
            "last_flight": "1976-07-06T12:08:45Z",
            "first_flight": "1976-07-06T12:08:45Z"
        }
    ]
}