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=538&ordering=-eva_time
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=548&ordering=-eva_time",
  "previous": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=528&ordering=-eva_time",
  "results": [
    {
      "id": 880,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/880/?format=api",
      "name": "Katherine Spies",
      "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": 2615,
        "name": "Katherine Spies official portrait",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/katherine_spies_image_20251205154615.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/katherine_spies_image_thumbnail_20251205154615.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": 44,
      "date_of_birth": "1981-09-09",
      "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": "NASA astronaut candidate, selected in 2025 to join the 24th class of astronauts at the US space agency. An AH-1 attack helicopter pilot and test pilot for the United States Marine Corps, she has logged more than 2,000 flight hours on over 30 types of aircraft, including more than 300 combat hours. A graduate of the U.S. Naval Test Pilot School, she is originally from California and served as director of flight test engineering at Gulfstream Aerospace prior to her selection by NASA.",
      "wiki": null,
      "last_flight": null,
      "first_flight": null,
      "social_media_links": [
        {
          "id": 376,
          "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/spiesinspace/"
        }
      ],
      "flights_count": 0,
      "landings_count": 0,
      "spacewalks_count": 0
    },
    {
      "id": 871,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/871/?format=api",
      "name": "Jason Stansell",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "agency": {
        "response_mode": "list",
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "abbrev": "BO",
        "type": {
          "id": 3,
          "name": "Commercial"
        }
      },
      "image": {
        "id": 2606,
        "name": "Jason Stansell portrait",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jason_stansell__image_20251211155344.png",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jason_stansell__image_thumbnail_20251211155345.png",
        "credit": "Blue Origin",
        "license": {
          "id": 37,
          "name": "Blue Origin Terms of Use",
          "priority": 6,
          "link": "https://www.blueorigin.com/terms-of-use"
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT10M26S",
      "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": "Space nerd with a degree in computer science from Tulane University.",
      "wiki": null,
      "last_flight": "2025-12-20T14:15:00Z",
      "first_flight": "2025-12-20T14:15:00Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 881,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/881/?format=api",
      "name": "Timothy Drexler",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "agency": {
        "response_mode": "list",
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "abbrev": "BO",
        "type": {
          "id": 3,
          "name": "Commercial"
        }
      },
      "image": {
        "id": 2646,
        "name": "Timothy Drexler",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/timothy_drexler_image_20260116165921.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/timothy_drexler_image_thumbnail_20260116165922.jpeg",
        "credit": "Blue Origin",
        "license": {
          "id": 37,
          "name": "Blue Origin Terms of Use",
          "priority": 6,
          "link": "https://www.blueorigin.com/terms-of-use"
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT10M12S",
      "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 owner and CEO of Ace Asphalt",
      "wiki": null,
      "last_flight": "2026-01-22T16:25:35Z",
      "first_flight": "2026-01-22T16:25:35Z",
      "social_media_links": [
        {
          "id": 384,
          "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/timothy-drexler-az/"
        }
      ],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 882,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/882/?format=api",
      "name": "Linda Edwards",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "agency": {
        "response_mode": "list",
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "abbrev": "BO",
        "type": {
          "id": 3,
          "name": "Commercial"
        }
      },
      "image": {
        "id": 2647,
        "name": "Linda Edwards portrait",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/linda_edwards_p_image_20260116170251.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/linda_edwards_p_image_thumbnail_20260116170251.jpeg",
        "credit": "Blue Origin",
        "license": {
          "id": 37,
          "name": "Blue Origin Terms of Use",
          "priority": 6,
          "link": "https://www.blueorigin.com/terms-of-use"
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT10M12S",
      "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": "Retired board-certified obstetrician/gynecologist.",
      "wiki": null,
      "last_flight": "2026-01-22T16:25:35Z",
      "first_flight": "2026-01-22T16:25:35Z",
      "social_media_links": [
        {
          "id": 385,
          "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/linda-edwards-9338879/"
        }
      ],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 883,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/883/?format=api",
      "name": "Alain Fernandez",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "agency": {
        "response_mode": "list",
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "abbrev": "BO",
        "type": {
          "id": 3,
          "name": "Commercial"
        }
      },
      "image": {
        "id": 2648,
        "name": "Alain Fernandez portrait",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/alain_fernandez_image_20260116170455.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/alain_fernandez_image_thumbnail_20260116170455.jpeg",
        "credit": "Blue Origin",
        "license": {
          "id": 37,
          "name": "Blue Origin Terms of Use",
          "priority": 6,
          "link": "https://www.blueorigin.com/terms-of-use"
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT10M12S",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": [
        {
          "id": 1,
          "name": "France",
          "alpha_2_code": "FR",
          "alpha_3_code": "FRA",
          "nationality_name": "French",
          "nationality_name_composed": "Franco"
        }
      ],
      "bio": "International real estate developer and investor",
      "wiki": null,
      "last_flight": "2026-01-22T16:25:35Z",
      "first_flight": "2026-01-22T16:25:35Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 884,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/884/?format=api",
      "name": "Alberto Gutiérrez",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "agency": {
        "response_mode": "list",
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "abbrev": "BO",
        "type": {
          "id": 3,
          "name": "Commercial"
        }
      },
      "image": {
        "id": 2649,
        "name": "Alberto Gutiérrez portrait",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/alberto_guti25_image_20260116170918.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/alberto_guti25_image_thumbnail_20260116170918.jpeg",
        "credit": "Blue Origin",
        "license": {
          "id": 37,
          "name": "Blue Origin Terms of Use",
          "priority": 6,
          "link": "https://www.blueorigin.com/terms-of-use"
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT10M12S",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": [
        {
          "id": 7,
          "name": "Spain",
          "alpha_2_code": "ES",
          "alpha_3_code": "ESP",
          "nationality_name": "Spanish",
          "nationality_name_composed": "Hispano"
        }
      ],
      "bio": "Entrepreneur, technologist, and world traveler.",
      "wiki": null,
      "last_flight": "2026-01-22T16:25:35Z",
      "first_flight": "2026-01-22T16:25:35Z",
      "social_media_links": [
        {
          "id": 386,
          "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/albertogutierrezpascual/"
        },
        {
          "id": 387,
          "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/albertogutierrezpascual/"
        }
      ],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 885,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/885/?format=api",
      "name": "Jim Hendren",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "agency": {
        "response_mode": "list",
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "abbrev": "BO",
        "type": {
          "id": 3,
          "name": "Commercial"
        }
      },
      "image": {
        "id": 2650,
        "name": "Jim Hendren portrait",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jim_hendren_por_image_20260116171206.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jim_hendren_por_image_thumbnail_20260116171206.jpeg",
        "credit": "Blue Origin",
        "license": {
          "id": 37,
          "name": "Blue Origin Terms of Use",
          "priority": 6,
          "link": "https://www.blueorigin.com/terms-of-use"
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT10M12S",
      "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": "Retired U.S. Air Force Colonel, former F-15 fighter pilot, and past Commander of the 157th Combat Operations Squadron, with multiple overseas combat deployments",
      "wiki": "https://en.wikipedia.org/wiki/Jim_Hendren",
      "last_flight": "2026-01-22T16:25:35Z",
      "first_flight": "2026-01-22T16:25:35Z",
      "social_media_links": [
        {
          "id": 388,
          "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/JimHendren1"
        }
      ],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 886,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/886/?format=api",
      "name": "Andrew Yaffe",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "agency": {
        "response_mode": "list",
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "abbrev": "BO",
        "type": {
          "id": 3,
          "name": "Commercial"
        }
      },
      "image": {
        "id": 2651,
        "name": "Andrew Yaffe portrait",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/andrew_yaffe_po_image_20260116171416.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/andrew_yaffe_po_image_thumbnail_20260116171416.jpeg",
        "credit": "Blue Origin",
        "license": {
          "id": 37,
          "name": "Blue Origin Terms of Use",
          "priority": 6,
          "link": "https://www.blueorigin.com/terms-of-use"
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "P0D",
      "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": "Passionate traveler who has spent his life in the recycling industry.",
      "wiki": null,
      "last_flight": null,
      "first_flight": null,
      "social_media_links": [
        {
          "id": 389,
          "social_media": {
            "id": 7,
            "name": "Facebook",
            "url": "https://www.facebook.com/",
            "logo": {
              "id": 2420,
              "name": "Facebook logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/facebook_logo_image_20250721163611.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/facebook_logo_image_thumbnail_20250721163611.png",
              "credit": "Facebook",
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          },
          "url": "https://www.facebook.com/andy.yaffe.5/"
        }
      ],
      "flights_count": 0,
      "landings_count": 0,
      "spacewalks_count": 0
    },
    {
      "id": 914,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/914/?format=api",
      "name": "Laura Stiles",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "agency": {
        "response_mode": "list",
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "abbrev": "BO",
        "type": {
          "id": 3,
          "name": "Commercial"
        }
      },
      "image": {
        "id": 2680,
        "name": "Laura Stiles portrait",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/laura_stiles_po_image_20260120194708.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/laura_stiles_po_image_thumbnail_20260120194708.jpeg",
        "credit": "Blue Origin",
        "license": {
          "id": 37,
          "name": "Blue Origin Terms of Use",
          "priority": 6,
          "link": "https://www.blueorigin.com/terms-of-use"
        },
        "single_use": true,
        "variants": []
      },
      "response_mode": "normal",
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT10M12S",
      "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": "Blue Origin’s Director of New Shepard Launch Operations, with a B.S. in Engineering Physics from the University of Kansas and a Ph.D. from the University of Colorado at Boulder in Aerospace Engineering Sciences in the Astrodynamics and Satellite Navigation focus area.",
      "wiki": null,
      "last_flight": "2026-01-22T16:25:35Z",
      "first_flight": "2026-01-22T16:25:35Z",
      "social_media_links": [
        {
          "id": 417,
          "social_media": {
            "id": 7,
            "name": "Facebook",
            "url": "https://www.facebook.com/",
            "logo": {
              "id": 2420,
              "name": "Facebook logo",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/facebook_logo_image_20250721163611.png",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/facebook_logo_image_thumbnail_20250721163611.png",
              "credit": "Facebook",
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          },
          "url": "https://www.facebook.com/laura.stiles.509/"
        },
        {
          "id": 418,
          "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/laura-stiles-96179814/"
        },
        {
          "id": 419,
          "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/la_stiles/"
        },
        {
          "id": 420,
          "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/LAStiles"
        }
      ],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 623,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/623/?format=api",
      "name": "Dennis Tito",
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "agency": null,
      "image": null,
      "response_mode": "normal",
      "type": {
        "id": 4,
        "name": "Non-Astronaut Passenger"
      },
      "in_space": false,
      "time_in_space": "P8DT14M40S",
      "eva_time": "P0D",
      "age": 85,
      "date_of_birth": "1940-08-08",
      "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": "Dennis Anthony Tito (born August 8, 1940) is an American engineer and multimillionaire, most widely known as the first space tourist to fund his own trip into space. In mid-2001, he spent nearly eight days in orbit as a crew member of ISS EP-1, a visiting mission to the International Space Station.",
      "wiki": null,
      "last_flight": "2001-04-28T07:37:20Z",
      "first_flight": "2001-04-28T07:37:20Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    }
  ]
}