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=728&ordering=date_of_birth
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=738&ordering=date_of_birth",
  "previous": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=718&ordering=date_of_birth",
  "results": [
    {
      "id": 785,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/785/?format=api",
      "name": "Aleksandr Gorbunov",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "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": 2298,
        "name": "Aleksandr Gorbunov",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/aleksandr_gorbu_image_20241224223347.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/aleksandr_gorbu_image_thumbnail_20241224223347.jpeg",
        "credit": "NASA",
        "license": {
          "id": 4,
          "name": "NASA Image and Media Guidelines",
          "priority": 0,
          "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P171DT4H39M39S",
      "eva_time": "P0D",
      "age": 35,
      "date_of_birth": "1990-05-24",
      "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": "Born in Zheleznogorsk, Kursk region, Russia, he studied engineering with qualifications in spacecraft and upper stages from the Moscow Aviation Institute. Gorbunov graduated from the military department with a specialty in operation and repair of aircraft, helicopters, and aircraft engines. Before being selected as a cosmonaut in 2018, he worked as an engineer for Rocket Space Corporation Energia and supported cargo spacecraft launches from the Baikonur cosmodrome.",
      "wiki": null,
      "last_flight": "2024-09-28T17:17:21Z",
      "first_flight": "2024-09-28T17:17:21Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 817,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/817/?format=api",
      "name": "Lingdong Song",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "agency": {
        "response_mode": "list",
        "id": 17,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
        "name": "China National Space Administration",
        "abbrev": "CNSA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": null,
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P182DT8H40M39S",
      "eva_time": "PT22H42M",
      "age": 35,
      "date_of_birth": "1990-08-01",
      "date_of_death": null,
      "nationality": [
        {
          "id": 6,
          "name": "China",
          "alpha_2_code": "CN",
          "alpha_3_code": "CHN",
          "nationality_name": "Chinese",
          "nationality_name_composed": "Sino"
        }
      ],
      "bio": "Song Lingdong is a Chinese pilot and astronaut selected as part of the Shenzhou program. He enlisted in the People's Liberation Army (PLA) Air Force in August 2008, and joined the Chinese Communist Party (CCP) in March 2013. He was a Sukhoi Su-35K fighter pilot prior to joining the astronaut corps.",
      "wiki": null,
      "last_flight": "2024-10-29T20:27:34Z",
      "first_flight": "2024-10-29T20:27:34Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 3
    },
    {
      "id": 878,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/878/?format=api",
      "name": "Imelda Muller",
      "status": {
        "id": 3,
        "name": "In-Training"
      },
      "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": 2613,
        "name": "Imelda Muller official portrait",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/imelda_muller_o_image_20251205154227.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/imelda_muller_o_image_thumbnail_20251205154227.jpeg",
        "credit": "NASA",
        "license": {
          "id": 4,
          "name": "NASA Image and Media Guidelines",
          "priority": 0,
          "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P0D",
      "eva_time": "P0D",
      "age": 34,
      "date_of_birth": "1991-07-24",
      "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": "American anesthesiologist, former US Navy lieutenant, and NASA astronaut candidate.",
      "wiki": null,
      "last_flight": null,
      "first_flight": null,
      "social_media_links": [
        {
          "id": 373,
          "social_media": {
            "id": 2,
            "name": "Instagram",
            "url": "https://instagram.com",
            "logo": {
              "id": 2322,
              "name": "Instagram logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_20250211191139.png",
              "thumbnail_url": "https://thespacedevs-dev.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/astro_imelda/"
        }
      ],
      "flights_count": 0,
      "landings_count": 0,
      "spacewalks_count": 0
    },
    {
      "id": 829,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/829/?format=api",
      "name": "Amanda Nguyen",
      "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": null,
      "response_mode": "normal",
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT10M21S",
      "eva_time": "P0D",
      "age": 34,
      "date_of_birth": "1991-10-10",
      "date_of_death": null,
      "nationality": [
        {
          "id": 33,
          "name": "Vietnam",
          "alpha_2_code": "VN",
          "alpha_3_code": "VNM",
          "nationality_name": "Vietnamese",
          "nationality_name_composed": "Vietnamese"
        },
        {
          "id": 2,
          "name": "United States of America",
          "alpha_2_code": "US",
          "alpha_3_code": "USA",
          "nationality_name": "American",
          "nationality_name_composed": "Americano"
        }
      ],
      "bio": "Amanda Ngoc Nguyễn is a social entrepreneur, civil rights activist, and the chief executive officer and founder of Rise, a non-governmental civil rights organization. Nguyen drafted the Sexual Assault Survivors' Rights Act, a bill that passed unanimously through the United States Congress.",
      "wiki": "https://fr.wikipedia.org/wiki/Amanda_N._Nguyen",
      "last_flight": "2025-04-14T13:30:00Z",
      "first_flight": "2025-04-14T13:30:00Z",
      "social_media_links": [
        {
          "id": 263,
          "social_media": {
            "id": 2,
            "name": "Instagram",
            "url": "https://instagram.com",
            "logo": {
              "id": 2322,
              "name": "Instagram logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_20250211191139.png",
              "thumbnail_url": "https://thespacedevs-dev.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/amandangocnguyen/"
        },
        {
          "id": 264,
          "social_media": {
            "id": 3,
            "name": "Homepage",
            "url": null,
            "logo": null
          },
          "url": "https://amanda.website/"
        },
        {
          "id": 265,
          "social_media": {
            "id": 4,
            "name": "LinkedIn",
            "url": "https://www.linkedin.com/",
            "logo": {
              "id": 2321,
              "name": "LinkedIn logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/linkedin_logo_image_20250211191111.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/linkedin_logo_image_thumbnail_20250211191112.png",
              "credit": "LinkedIn",
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          },
          "url": "https://www.linkedin.com/in/amanda-nguyen-7359a021/"
        },
        {
          "id": 266,
          "social_media": {
            "id": 1,
            "name": "X",
            "url": "https://x.com",
            "logo": {
              "id": 2320,
              "name": "X logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
              "thumbnail_url": "https://thespacedevs-dev.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://x.com/nguyen_amanda"
        }
      ],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 806,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/806/?format=api",
      "name": "Tibor Kapu",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "agency": {
        "response_mode": "list",
        "id": 1088,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1088/?format=api",
        "name": "Hungarian Ministry of Foreign Affairs and Trade",
        "abbrev": "",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 2133,
        "name": "Tibor Kapu portrait",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tibor_kapu_port_image_20240803065636.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tibor_kapu_port_image_thumbnail_20240803065640.jpeg",
        "credit": "MTI/KKM",
        "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": "P20DT2H58M8S",
      "eva_time": "P0D",
      "age": 34,
      "date_of_birth": "1991-11-05",
      "date_of_death": null,
      "nationality": [
        {
          "id": 31,
          "name": "Hungary",
          "alpha_2_code": "HU",
          "alpha_3_code": "HUN",
          "nationality_name": "Hungarian",
          "nationality_name_composed": "Hungarian"
        }
      ],
      "bio": "Hungarian astronaut selected to participate in a private spaceflight to the ISS as part of the HUNOR program.",
      "wiki": null,
      "last_flight": "2025-06-25T06:31:52Z",
      "first_flight": "2025-06-25T06:31:52Z",
      "social_media_links": [
        {
          "id": 218,
          "social_media": {
            "id": 4,
            "name": "LinkedIn",
            "url": "https://www.linkedin.com/",
            "logo": {
              "id": 2321,
              "name": "LinkedIn logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/linkedin_logo_image_20250211191111.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/linkedin_logo_image_thumbnail_20250211191112.png",
              "credit": "LinkedIn",
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          },
          "url": "https://www.linkedin.com/in/kaptib91"
        }
      ],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 658,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/658/?format=api",
      "name": "Hayley Arceneaux",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "agency": {
        "response_mode": "list",
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
        "name": "SpaceX",
        "abbrev": "SpX",
        "type": {
          "id": 3,
          "name": "Commercial"
        }
      },
      "image": {
        "id": 910,
        "name": "[AUTO] Hayley Arceneaux - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hayley_arceneau_image_20210914154211.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191116.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": "P3DT23H4M4S",
      "eva_time": "P0D",
      "age": 34,
      "date_of_birth": "1991-12-04",
      "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": "Hayley Arceneaux is a St. Jude Children's Research Hospital employee, bone cancer survivor and private astronaut who is now a physician assistant.",
      "wiki": "https://en.wikipedia.org/wiki/Hayley_Arceneaux",
      "last_flight": "2021-09-16T00:02:56Z",
      "first_flight": "2021-09-16T00:02:56Z",
      "social_media_links": [
        {
          "id": 120,
          "social_media": {
            "id": 1,
            "name": "X",
            "url": "https://x.com",
            "logo": {
              "id": 2320,
              "name": "X logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
              "thumbnail_url": "https://thespacedevs-dev.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/ArceneauxHayley"
        },
        {
          "id": 121,
          "social_media": {
            "id": 2,
            "name": "Instagram",
            "url": "https://instagram.com",
            "logo": {
              "id": 2322,
              "name": "Instagram logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_20250211191139.png",
              "thumbnail_url": "https://thespacedevs-dev.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/hayleyarc/"
        }
      ],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 799,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/799/?format=api",
      "name": "Tuva Atasever",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "agency": {
        "response_mode": "list",
        "id": 72,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/72/?format=api",
        "name": "Turkmenistan National Space Agency",
        "abbrev": "TNSA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 2112,
        "name": "Tuva Atasever Portrait",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tuva_atasever_p_image_20240609071926.png",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tuva_atasever_p_image_thumbnail_20240609071926.png",
        "credit": "Virgin Galactic",
        "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": "PT15M",
      "eva_time": "P0D",
      "age": 33,
      "date_of_birth": "1992-08-12",
      "date_of_death": null,
      "nationality": [
        {
          "id": 18,
          "name": "Turkey",
          "alpha_2_code": "TR",
          "alpha_3_code": "TUR",
          "nationality_name": "Turkish",
          "nationality_name_composed": "Turco"
        }
      ],
      "bio": "Tuva Cihangir Atasever is the second Turkish astronaut of the Turkish Space Agency. He was a backup crew member for Axiom Mission 3, and he flew on Galactic 07 in June 2024.",
      "wiki": "https://en.wikipedia.org/wiki/Tuva_Cihangir_Atasever",
      "last_flight": "2024-06-08T15:26:00Z",
      "first_flight": "2024-06-08T15:26:00Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 807,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/807/?format=api",
      "name": "Alexey Zubritsky",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "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": 2188,
        "name": "Alexey Zubritsky portrait",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/alexey_zubritsk_image_20240828194754.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/alexey_zubritsk_image_thumbnail_20240828194755.jpeg",
        "credit": "Roscosmos",
        "license": {
          "id": 14,
          "name": "Roscosmos Image Use Policy",
          "priority": 3,
          "link": "https://www.roscosmos.ru/22650/"
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": false,
      "time_in_space": "P244DT23H16M15S",
      "eva_time": "PT13H3M",
      "age": 33,
      "date_of_birth": "1992-08-22",
      "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": "Russian cosmonaut from the 2018 selection",
      "wiki": null,
      "last_flight": "2025-04-08T05:47:15Z",
      "first_flight": "2025-04-08T05:47:15Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 2
    },
    {
      "id": 864,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/864/?format=api",
      "name": "Fei Wu",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "agency": {
        "response_mode": "list",
        "id": 17,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
        "name": "China National Space Administration",
        "abbrev": "CNSA",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 2501,
        "name": "Fei Wu",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/fei_wu_image_20251030081821.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/fei_wu_image_thumbnail_20251030081821.jpeg",
        "credit": "CNSA",
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 2,
        "name": "Government"
      },
      "in_space": true,
      "time_in_space": "P155DT12H17M2S",
      "eva_time": "PT15H17M",
      "age": 32,
      "date_of_birth": "1993-10-01",
      "date_of_death": null,
      "nationality": [
        {
          "id": 6,
          "name": "China",
          "alpha_2_code": "CN",
          "alpha_3_code": "CHN",
          "nationality_name": "Chinese",
          "nationality_name_composed": "Sino"
        }
      ],
      "bio": "Wu Fei is a Chinese astronaut selected as part of the Shenzhou program. He enlisted in the People's Liberation Army (PLA) Air Force in January 2021, and joined the Chinese Communist Party (CCP) in October 2015. He was a engineer at the China Academy of Space Technology (CAST) prior to joining the astronaut corps.",
      "wiki": null,
      "last_flight": "2025-10-31T15:44:46Z",
      "first_flight": "2025-10-31T15:44:46Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 0,
      "spacewalks_count": 2
    },
    {
      "id": 837,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/837/?format=api",
      "name": "Rabea Rogge",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "agency": {
        "response_mode": "list",
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
        "name": "SpaceX",
        "abbrev": "SpX",
        "type": {
          "id": 3,
          "name": "Commercial"
        }
      },
      "image": {
        "id": 2361,
        "name": "Rabea Rogge",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rabea_rogge_image_20250329173100.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rabea_rogge_image_thumbnail_20250329173100.jpeg",
        "credit": "SpaceX",
        "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": "P3DT14H32M38S",
      "eva_time": "P0D",
      "age": 31,
      "date_of_birth": "1995-01-01",
      "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": "Rabea Rogge is an electrical engineer, robotic researcher and polar scientist who is currently scheduled to be the first female German astronaut.",
      "wiki": "https://en.wikipedia.org/wiki/Rabea_Rogge",
      "last_flight": "2025-04-01T01:46:50Z",
      "first_flight": "2025-04-01T01:46:50Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    }
  ]
}