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=id
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=id",
  "previous": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=718&ordering=id",
  "results": [
    {
      "id": 760,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/760/?format=api",
      "name": "Nicola Pecile",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "agency": {
        "response_mode": "list",
        "id": 1024,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "abbrev": "VG",
        "type": {
          "id": 5,
          "name": "Private"
        }
      },
      "image": {
        "id": 890,
        "name": "[AUTO] Nicola Pecile - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nicola_pecile_image_20230508155154.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191045.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": "PT1H5M48S",
      "eva_time": "P0D",
      "age": 53,
      "date_of_birth": "1973-03-11",
      "date_of_death": null,
      "nationality": [
        {
          "id": 3,
          "name": "Italy",
          "alpha_2_code": "IT",
          "alpha_3_code": "ITA",
          "nationality_name": "Italian",
          "nationality_name_composed": "Italo"
        }
      ],
      "bio": "Former fighter pilot and experimental test pilot for the Italian Air Force, now pilot at Virgin Galactic.",
      "wiki": null,
      "last_flight": "2024-06-08T15:26:00Z",
      "first_flight": "2023-04-26T13:47:00Z",
      "social_media_links": [
        {
          "id": 170,
          "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/nicolapecile"
        }
      ],
      "flights_count": 5,
      "landings_count": 5,
      "spacewalks_count": 0
    },
    {
      "id": 761,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/761/?format=api",
      "name": "Jamila Gilbert",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "agency": {
        "response_mode": "list",
        "id": 1024,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "abbrev": "VG",
        "type": {
          "id": 5,
          "name": "Private"
        }
      },
      "image": {
        "id": 240,
        "name": "[AUTO] Jamila Gilbert - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jamila_gilbert_image_20230508161019.png",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185318.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": "PT14M",
      "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": "Virgin Galactic internal communications lead",
      "wiki": null,
      "last_flight": "2023-05-25T16:23:00Z",
      "first_flight": "2023-05-25T16:23:00Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 762,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/762/?format=api",
      "name": "Christopher Huie",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "agency": {
        "response_mode": "list",
        "id": 1024,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "abbrev": "VG",
        "type": {
          "id": 5,
          "name": "Private"
        }
      },
      "image": {
        "id": 782,
        "name": "[AUTO] Christopher Huie - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/christopher_hui_image_20230508161156.png",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190750.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": "PT14M",
      "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": "Aerospace engineer, senior manager of Virgin Galactic's Flight Sciences Engineering team.",
      "wiki": null,
      "last_flight": "2023-05-25T16:23:00Z",
      "first_flight": "2023-05-25T16:23:00Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 763,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/763/?format=api",
      "name": "Luke Mays",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "agency": {
        "response_mode": "list",
        "id": 1024,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "abbrev": "VG",
        "type": {
          "id": 5,
          "name": "Private"
        }
      },
      "image": {
        "id": 774,
        "name": "[AUTO] Luke Mays - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/luke_mays_image_20230508161309.png",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190738.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": "PT14M",
      "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": "Former NASA astronaut instructor, now astronaut instructor at Virgin Galactic.",
      "wiki": null,
      "last_flight": "2023-05-25T16:23:00Z",
      "first_flight": "2023-05-25T16:23:00Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 764,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/764/?format=api",
      "name": "Yangzhu Zhu",
      "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": 230,
        "name": "[AUTO] Yangzhu Zhu - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/yangzhu_zhu_image_20230530052559.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185258.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": "P153DT22H40M50S",
      "eva_time": "PT7H55M",
      "age": 39,
      "date_of_birth": "1986-09-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": "Zhu Yangzhu is a Chinese pilot and astronaut selected as part of the Shenzhou program. He enlisted in the People's Liberation Army (PLA) in September 2005, and joined the Chinese Communist Party (CCP) in December 2006.",
      "wiki": "https://en.wikipedia.org/wiki/Zhu_Yangzhu",
      "last_flight": "2023-05-30T01:31:10Z",
      "first_flight": "2023-05-30T01:31:10Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 1
    },
    {
      "id": 765,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/765/?format=api",
      "name": "Haichao Gui",
      "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": 891,
        "name": "[AUTO] Haichao Gui - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/haichao_gui_image_20230530052736.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191047.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": "P153DT22H40M50S",
      "eva_time": "P0D",
      "age": 39,
      "date_of_birth": "1986-11-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": "Gui Haichao is a Chinese pilot, researcher and professor selected as part of the Shenzhou program. He did nor enlist in the People's Liberation Army (PLA), but was still was selected as a taikonaut, whereas all earlier known taikonauts belonged to PLAAC. He joined the Communist Party of China in July 2020.",
      "wiki": "https://en.wikipedia.org/wiki/Gui_Haichao",
      "last_flight": "2023-05-30T01:31:10Z",
      "first_flight": "2023-05-30T01:31:10Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 766,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/766/?format=api",
      "name": "Alper Gezeravci",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "agency": {
        "response_mode": "list",
        "id": 1053,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1053/?format=api",
        "name": "Turkish Air Force",
        "abbrev": "TAF",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "image": {
        "id": 809,
        "name": "[AUTO] Alper Gezeravci - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/alper_gezeravci_image_20231230181038.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190832.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": "P21DT15H40M49S",
      "eva_time": "P0D",
      "age": 46,
      "date_of_birth": "1979-12-02",
      "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": "Fighter pilot trained on F16, first Turkish astronaut.",
      "wiki": "https://en.wikipedia.org/wiki/Alper_Gezeravc%C4%B1",
      "last_flight": "2024-01-18T21:49:11Z",
      "first_flight": "2024-01-18T21:49:11Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 767,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/767/?format=api",
      "name": "Jon Goodwin",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "agency": {
        "response_mode": "list",
        "id": 1024,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "abbrev": "VG",
        "type": {
          "id": 5,
          "name": "Private"
        }
      },
      "image": {
        "id": 405,
        "name": "[AUTO] Jon Goodwin - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jon_goodwin_image_20230718080157.png",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185752.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": "PT16M2S",
      "eva_time": "P0D",
      "age": 82,
      "date_of_birth": "1943-06-19",
      "date_of_death": null,
      "nationality": [
        {
          "id": 10,
          "name": "United Kingdom",
          "alpha_2_code": "GB",
          "alpha_3_code": "GBR",
          "nationality_name": "British",
          "nationality_name_composed": "Brito"
        }
      ],
      "bio": "Passenger on Virgins Galactic \"Galactic-02\" Mission",
      "wiki": null,
      "last_flight": "2023-08-10T15:17:00Z",
      "first_flight": "2023-08-10T15:17:00Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 768,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/768/?format=api",
      "name": "Keisha Schahaff",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "agency": {
        "response_mode": "list",
        "id": 1024,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "abbrev": "VG",
        "type": {
          "id": 5,
          "name": "Private"
        }
      },
      "image": {
        "id": 414,
        "name": "[AUTO] Keisha Schahaff - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/keisha_schahaff_image_20230718080224.png",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185806.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": "PT16M2S",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": [
        {
          "id": 16,
          "name": "Antigua and Barbuda",
          "alpha_2_code": "AG",
          "alpha_3_code": "ATG",
          "nationality_name": "Antiguan",
          "nationality_name_composed": "Antiguan"
        }
      ],
      "bio": "Passenger on Galactic-02, winners of Space for Humanity draw.",
      "wiki": null,
      "last_flight": "2023-08-10T15:17:00Z",
      "first_flight": "2023-08-10T15:17:00Z",
      "social_media_links": [
        {
          "id": 135,
          "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/KeishaSchahaff"
        }
      ],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 769,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/769/?format=api",
      "name": "Anastatia Mayers",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "agency": {
        "response_mode": "list",
        "id": 1024,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "abbrev": "VG",
        "type": {
          "id": 5,
          "name": "Private"
        }
      },
      "image": {
        "id": 578,
        "name": "[AUTO] Anastatia Mayers - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/anastatia_mayer_image_20230718080218.png",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190223.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": "PT16M2S",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": [
        {
          "id": 16,
          "name": "Antigua and Barbuda",
          "alpha_2_code": "AG",
          "alpha_3_code": "ATG",
          "nationality_name": "Antiguan",
          "nationality_name_composed": "Antiguan"
        }
      ],
      "bio": "Passenger on Galactic-02, winners of Space for Humanity draw.",
      "wiki": null,
      "last_flight": "2023-08-10T15:17:00Z",
      "first_flight": "2023-08-10T15:17:00Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    }
  ]
}