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

{
  "count": 853,
  "next": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=210&ordering=-landings_count",
  "previous": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=190&ordering=-landings_count",
  "results": [
    {
      "id": 204,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/204/?format=api",
      "name": "Talgat Musabayev",
      "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": 350,
        "name": "[AUTO] Talgat Musabayev - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/talgat2520musabayev_image_20181201180632.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185626.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": "P341DT11H58M8S",
      "eva_time": "P1DT17H22M",
      "age": 75,
      "date_of_birth": "1951-01-07",
      "date_of_death": null,
      "nationality": [
        {
          "id": 44,
          "name": "Kazakhstan",
          "alpha_2_code": "KZ",
          "alpha_3_code": "KAZ",
          "nationality_name": "Kazakh",
          "nationality_name_composed": "Kazakhstani"
        }
      ],
      "bio": "Talgat Amangeldyuly Musabayev (Kazakh: Талғат Аманкелдіұлы Мұсабаев; born 7 January 1951) is a Kazakh test pilot and former cosmonaut who flew on three spaceflights. His first two spaceflights were long-duration stays aboard the Russian space station Mir. His third spaceflight was a short duration visiting mission to the International Space Station, which also carried the first paying space tourist Dennis Tito. He retired as a cosmonaut in November 2003.",
      "wiki": "https://en.wikipedia.org/wiki/Talgat_Musabayev",
      "last_flight": "2001-04-28T07:37:20Z",
      "first_flight": "1994-07-01T12:24:50Z",
      "social_media_links": [],
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 7
    },
    {
      "id": 196,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/196/?format=api",
      "name": "Ulf Merbold",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "agency": {
        "response_mode": "list",
        "id": 27,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/27/?format=api",
        "name": "European Space Agency",
        "abbrev": "ESA",
        "type": {
          "id": 2,
          "name": "Multinational"
        }
      },
      "image": {
        "id": 401,
        "name": "[AUTO] Ulf Merbold - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ulf2520merbold_image_20181201175303.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185746.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": "P49DT20H36M57S",
      "eva_time": "P0D",
      "age": 84,
      "date_of_birth": "1941-06-20",
      "date_of_death": null,
      "nationality": [
        {
          "id": 4,
          "name": "Germany",
          "alpha_2_code": "DE",
          "alpha_3_code": "DEU",
          "nationality_name": "German",
          "nationality_name_composed": "Germano"
        }
      ],
      "bio": "Dr. Ulf Dietrich Merbold (born June 20, 1941) is the first West German citizen and second German native (after Sigmund Jähn) to have flown in space. He is also the first member of the European Space Agency Astronaut Corps to participate in a spaceflight mission and the first non-US citizen to reach orbit in a US spacecraft. In 1983, he and Byron Lichtenberg became the first Payload Specialists to fly on the shuttle.",
      "wiki": "https://en.wikipedia.org/wiki/Ulf_Merbold",
      "last_flight": "1994-10-03T22:42:30Z",
      "first_flight": "1983-11-28T16:00:00Z",
      "social_media_links": [],
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 0
    },
    {
      "id": 162,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/162/?format=api",
      "name": "Leonid Kizim",
      "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": 527,
        "name": "[AUTO] Leonid Kizim - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/leonid2520kizim_image_20181129232451.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190101.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": "P374DT17H58M12S",
      "eva_time": "P1DT7H40M",
      "age": 68,
      "date_of_birth": "1941-08-05",
      "date_of_death": "2010-06-14",
      "nationality": [
        {
          "id": 5,
          "name": "Russia",
          "alpha_2_code": "RU",
          "alpha_3_code": "RUS",
          "nationality_name": "Russian",
          "nationality_name_composed": "Russo"
        }
      ],
      "bio": "Leonid Denisovich Kizim (Кизим Леонид Денисович) (August 5, 1941 – June 14, 2010) was a Soviet cosmonaut.\r\n\r\nHe was selected as a cosmonaut on October 23, 1965. Kizim flew as Commander on Soyuz T-3, Soyuz T-10 and Soyuz T-15, and also served as backup commander for Soyuz T-2. All together he spent 374 days 17 hours 56 minutes in space. On Soyuz T-15, he was part of the only crew to visit two space stations on one spaceflight (Mir and Salyut 7).",
      "wiki": "https://en.wikipedia.org/wiki/Leonid_Kizim",
      "last_flight": "1986-03-13T12:33:09Z",
      "first_flight": "1980-11-27T14:18:28Z",
      "social_media_links": [],
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 8
    },
    {
      "id": 411,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/411/?format=api",
      "name": "Kevin P. Chilton",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "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": 454,
        "name": "[AUTO] Kevin P. Chilton - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kevin_p._chilto_image_20220911034500.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185908.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": "P29DT10H21M55S",
      "eva_time": "P0D",
      "age": 71,
      "date_of_birth": "1954-11-03",
      "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": "Kevin Patrick \"Chilli\" Chilton is an American mechanical engineer, and former United States Air Force four-star General and test pilot. His last assignment was as Commander, U.S. Strategic Command from October 3, 2007 to January 28, 2011. Prior to his appointment to general officer ranks, Chilton spent 11 years of his military career as a NASA astronaut. He retired from the Air Force on February 1, 2011, after having achieved the highest rank of any military astronaut. On January 30, 2012, General Chilton was named to the board of directors of Orbital Sciences Corporation.",
      "wiki": "https://en.wikipedia.org/wiki/Kevin_P._Chilton",
      "last_flight": "1996-03-22T08:13:04Z",
      "first_flight": "1992-05-07T23:40:00Z",
      "social_media_links": [],
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 0
    },
    {
      "id": 282,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/282/?format=api",
      "name": "Sergey Aleksandrovich Volkov",
      "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": 599,
        "name": "[AUTO] Sergey Aleksandrovich Volkov - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/sergey2520volkov_image_20181201224637.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190256.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": "P547DT22H20M53S",
      "eva_time": "PT23H20M",
      "age": 53,
      "date_of_birth": "1973-04-01",
      "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": "Sergey Aleksandrovich Volkov is a retired Russian cosmonaut and engineer. He was a member of three missions to the International Space Station, spending more than a year in total in space. During his missions he did four spacewalks lasting more than 23 hours in total. Volkov retired from the Cosmonaut group in February 2017.",
      "wiki": "https://en.wikipedia.org/wiki/Sergey_Volkov_(cosmonaut)",
      "last_flight": "2015-09-02T04:37:43Z",
      "first_flight": "2008-04-08T11:16:39Z",
      "social_media_links": [],
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 4
    },
    {
      "id": 406,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/406/?format=api",
      "name": "Carl J. Meade",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "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": 346,
        "name": "[AUTO] Carl J. Meade - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/carl2520j.2520meade_image_20181202140147.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185620.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": "P29DT16H12M29S",
      "eva_time": "PT6H50M",
      "age": 75,
      "date_of_birth": "1950-11-16",
      "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": "Carl Joseph Meade is a former NASA astronaut.",
      "wiki": "https://en.wikipedia.org/wiki/Carl_J._Meade",
      "last_flight": "1994-09-09T22:22:53Z",
      "first_flight": "1990-11-15T23:48:15Z",
      "social_media_links": [],
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 1
    },
    {
      "id": 84,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/84/?format=api",
      "name": "Valery Bykovsky",
      "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": 215,
        "name": "[AUTO] Valery Bykovsky - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/valery2520bykovsky_image_20181128224024.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185234.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": "P20DT17H48M23S",
      "eva_time": "P0D",
      "age": 84,
      "date_of_birth": "1934-08-02",
      "date_of_death": "2019-03-27",
      "nationality": [
        {
          "id": 5,
          "name": "Russia",
          "alpha_2_code": "RU",
          "alpha_3_code": "RUS",
          "nationality_name": "Russian",
          "nationality_name_composed": "Russo"
        }
      ],
      "bio": "Valery Fyodorovich Bykovsky (Russian: Вале́рий Фёдорович Быко́вский; born 2 August 1934) is a retired Soviet cosmonaut who flew three manned space mission space flights: Vostok 5, Soyuz 22, and Soyuz 31. He was also backup for Vostok 3 and Soyuz 37.",
      "wiki": "https://en.wikipedia.org/wiki/Valery_Bykovsky",
      "last_flight": "1978-08-26T14:51:30Z",
      "first_flight": "1963-06-14T11:58:58Z",
      "social_media_links": [],
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 0
    },
    {
      "id": 376,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/376/?format=api",
      "name": "David Leestma",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "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": 344,
        "name": "[AUTO] David Leestma - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/david2520leestma_image_20181202121039.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185617.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": "P22DT4H32M21S",
      "eva_time": "PT3H27M",
      "age": 76,
      "date_of_birth": "1949-05-06",
      "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": "David Cornell Leestma is a former American astronaut and retired Captain in the United States Navy.",
      "wiki": "https://en.wikipedia.org/wiki/David_Leestma",
      "last_flight": "1992-03-24T13:13:39Z",
      "first_flight": "1984-10-05T11:03:00Z",
      "social_media_links": [],
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 1
    },
    {
      "id": 535,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/535/?format=api",
      "name": "Steven Swanson",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "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": 233,
        "name": "[AUTO] Steven Swanson - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/steven_swanson_image_20220911034405.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185303.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": "P195DT20H45M49S",
      "eva_time": "P1DT3H58M",
      "age": 65,
      "date_of_birth": "1960-12-03",
      "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": "Steven Ray Swanson is an American Engineer and a retired NASA astronaut. He is married and has three children. He has received numerous awards and honors. These include the NASA Exceptional Achievement Medal and the JSC Certificate of Accommodation and many others. Prior to becoming a NASA astronaut, Swanson worked for GTE in Phoenix, Arizona, as a software engineer. Swanson has flown two shuttle flights, STS-117 and STS-119. He has logged over 4,700 hours in space and completed four spacewalks totaling 26 hours and 14 minutes. Swanson has also served in other roles at NASA, such as a CAPCOM for both International Space Station and Space Shuttle missions.",
      "wiki": "https://en.wikipedia.org/wiki/Steven_Swanson",
      "last_flight": "2014-03-25T21:17:23Z",
      "first_flight": "2007-06-08T23:38:04Z",
      "social_media_links": [],
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 5
    },
    {
      "id": 65,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/65/?format=api",
      "name": "Sergei Avdeyev",
      "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": 410,
        "name": "[AUTO] Sergei Avdeyev - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/sergei2520avdeyev_image_20181128220833.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185800.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": "P747DT14H13M4S",
      "eva_time": "P1DT18H",
      "age": 70,
      "date_of_birth": "1956-01-01",
      "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": "Sergei Vasilyevich Avdeyev (Сергей Васильеви Авдеев; born 1 January 1956) is a Russian engineer and cosmonaut.\r\n\r\nAvdeyev was born in Chapayevsk, Samara Oblast (formerly Kuybyshev Oblast), Russian SFSR. He graduated from Moscow Physics-Engineering Institute in 1979 as an engineer-physicist. From 1979 to 1987 he worked as an engineer for NPO Energiya. He was selected as a cosmonaut as part of the Energia Engineer Group 9 on 26 March 1987. His basic cosmonaut training was from December 1987 through to July 1989. He retired as a cosmonaut on 14 February 2003.\r\n\r\nAvdeyev at one point held the record for cumulative time spent in space with 747.59 days in earth orbit, accumulated through three tours of duty aboard the Mir Space Station. He has orbited the earth 11,968 times traveling about 515,000,000 kilometers.",
      "wiki": "https://en.wikipedia.org/wiki/Sergei_Avdeyev",
      "last_flight": "1998-08-13T09:43:11Z",
      "first_flight": "1992-07-27T06:08:42Z",
      "social_media_links": [],
      "flights_count": 3,
      "landings_count": 3,
      "spacewalks_count": 10
    }
  ]
}