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=518&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=528&ordering=-eva_time",
  "previous": "https://lldev.thespacedevs.com/2.3.0/astronauts/?format=api&limit=10&offset=508&ordering=-eva_time",
  "results": [
    {
      "id": 859,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/859/?format=api",
      "name": "Jeff Elgin",
      "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": 2485,
        "name": "Jeff Elgin in flight suit",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jeff_elgin_in_f_image_20251008054806.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jeff_elgin_in_f_image_thumbnail_20251008054807.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": "PT10M21S",
      "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": "Executive in the franchise industry.",
      "wiki": null,
      "last_flight": "2025-10-08T13:40:27Z",
      "first_flight": "2025-10-08T13:40:27Z",
      "social_media_links": [
        {
          "id": 318,
          "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/jeff-elgin-a981b09/"
        }
      ],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 860,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/860/?format=api",
      "name": "Danna Karagussova",
      "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": 2486,
        "name": "Danna Karagussova in flight suit",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/danna_karagusso_image_20251008055236.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/danna_karagusso_image_thumbnail_20251008055236.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": "PT10M21S",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "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": "Entrepreneur in media, distribution, and events.",
      "wiki": null,
      "last_flight": "2025-10-08T13:40:27Z",
      "first_flight": "2025-10-08T13:40:27Z",
      "social_media_links": [
        {
          "id": 319,
          "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/dannakar/"
        },
        {
          "id": 320,
          "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/danna-karagussova-358486108/"
        }
      ],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 861,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/861/?format=api",
      "name": "Aaron Newman",
      "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": 2487,
        "name": "Aaron Newman in flight suit",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/aaron_newman_in_image_20251008055533.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/aaron_newman_in_image_thumbnail_20251008055534.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": "PT10M21S",
      "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": "Entrepreneur, explorer, and US Army veteran.",
      "wiki": null,
      "last_flight": "2025-10-08T13:40:27Z",
      "first_flight": "2025-10-08T13:40:27Z",
      "social_media_links": [],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 862,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/862/?format=api",
      "name": "Vitalii Ostrovsky",
      "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": 2488,
        "name": "Vitalii Ostrovsky in flight suit",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vitalii_ostrovs_image_20251008055801.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vitalii_ostrovs_image_thumbnail_20251008055801.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": "PT10M21S",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": [
        {
          "id": 12,
          "name": "Ukraine",
          "alpha_2_code": "UA",
          "alpha_3_code": "UKR",
          "nationality_name": "Ukrainian",
          "nationality_name_composed": "Ukro"
        }
      ],
      "bio": "Businessman, hotel and real estate investor, systems analyst, web developer, and globetrotter.",
      "wiki": null,
      "last_flight": "2025-10-08T13:40:27Z",
      "first_flight": "2025-10-08T13:40:27Z",
      "social_media_links": [
        {
          "id": 321,
          "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/v_ostrovsky/"
        },
        {
          "id": 322,
          "social_media": {
            "id": 3,
            "name": "Homepage",
            "url": null,
            "logo": null
          },
          "url": "http://www.ostrovskyi.org.ua/"
        }
      ],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 737,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/737/?format=api",
      "name": "Clint Kelly III",
      "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": 509,
        "name": "Clint Kelly III in flight suit",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/clint_kelly_iii_image_20251008055849.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/clint_kelly_iii_image_thumbnail_20251008055849.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": "PT20M41S",
      "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": "Clint managed research and technology programs focused primarily on computer science and robotics while in government and in industry. In 1984, he started the Autonomous Land Vehicle project while at the Defense Advanced Research Projects Agency (DARPA) contributing to the development of the technology used in driverless cars.",
      "wiki": null,
      "last_flight": "2025-10-08T13:40:27Z",
      "first_flight": "2022-08-04T13:56:07Z",
      "social_media_links": [],
      "flights_count": 2,
      "landings_count": 2,
      "spacewalks_count": 0
    },
    {
      "id": 863,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/863/?format=api",
      "name": "William H. Lewis",
      "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": 2489,
        "name": "William H. Lewis in flight suit",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/william_h._lewi_image_20251008160150.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/william_h._lewi_image_thumbnail_20251008160151.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": "PT10M21S",
      "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": "Insmed CEO at the time of his flight on Blue Origin's NS-36 suborbital mission.",
      "wiki": null,
      "last_flight": "2025-10-08T13:40:27Z",
      "first_flight": "2025-10-08T13:40:27Z",
      "social_media_links": [
        {
          "id": 323,
          "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/will-lewis-aa89161a8/"
        }
      ],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 866,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/866/?format=api",
      "name": "Michaela Benthaus",
      "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": 2601,
        "name": "Michaela Benthaus portrait",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/michaela_bentha_image_20251205145838.png",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/michaela_bentha_image_thumbnail_20251205145838.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": 4,
          "name": "Germany",
          "alpha_2_code": "DE",
          "alpha_3_code": "DEU",
          "nationality_name": "German",
          "nationality_name_composed": "Germano"
        }
      ],
      "bio": "Aerospace and mechatronics engineer. In 2018, she was involved in a mountain biking accident that resulted in a spinal cord injury impacting her ability to walk, but continues to pursue sporting activities outside of work, including wheelchair tennis. She flew aboard a Zero-G research flight in 2022 and completed an analog astronaut mission.",
      "wiki": "https://en.wikipedia.org/wiki/Michaela_Benthaus",
      "last_flight": "2025-12-20T14:15:00Z",
      "first_flight": "2025-12-20T14:15:00Z",
      "social_media_links": [
        {
          "id": 345,
          "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/michaela-benthaus-5b4660208/"
        },
        {
          "id": 346,
          "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/michi_benthaus/"
        },
        {
          "id": 347,
          "social_media": {
            "id": 3,
            "name": "Homepage",
            "url": null,
            "logo": null
          },
          "url": "http://michi-benthaus.com/"
        },
        {
          "id": 348,
          "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/michimuhu.benthaus"
        },
        {
          "id": 349,
          "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/MichiBenthaus"
        }
      ],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 867,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/867/?format=api",
      "name": "Joey Hyde",
      "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": 2602,
        "name": "Joey Hyde portrait",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/joey_hyde_portr_image_20251205150302.png",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/joey_hyde_portr_image_thumbnail_20251205150302.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": "Retired physicist and quantitative investor.",
      "wiki": null,
      "last_flight": "2025-12-20T14:15:00Z",
      "first_flight": "2025-12-20T14:15:00Z",
      "social_media_links": [
        {
          "id": 350,
          "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/joeyhyde/"
        }
      ],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 868,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/868/?format=api",
      "name": "Hans Koenigsmann",
      "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": 2603,
        "name": "Hans Koenigsmann portrait",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hans_koenigsman_image_20251205150656.png",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hans_koenigsman_image_thumbnail_20251205150656.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"
        },
        {
          "id": 4,
          "name": "Germany",
          "alpha_2_code": "DE",
          "alpha_3_code": "DEU",
          "nationality_name": "German",
          "nationality_name_composed": "Germano"
        }
      ],
      "bio": "German-American aerospace engineer whose career has been dedicated to advancing reusable spacecraft and launch vehicles, most notably as an early team member at SpaceX, where he spent two decades.",
      "wiki": "https://en.wikipedia.org/wiki/Hans_Koenigsmann",
      "last_flight": "2025-12-20T14:15:00Z",
      "first_flight": "2025-12-20T14:15:00Z",
      "social_media_links": [
        {
          "id": 351,
          "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/hans-koenigsmann-2a141b5/"
        },
        {
          "id": 352,
          "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/HansKoenigsmann"
        },
        {
          "id": 353,
          "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/hanskoenigsmann/"
        }
      ],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    },
    {
      "id": 869,
      "url": "https://lldev.thespacedevs.com/2.3.0/astronauts/869/?format=api",
      "name": "Neal Milch",
      "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": 2604,
        "name": "Neal Milch",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/neal_milch_image_20251205150827.png",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/neal_milch_image_thumbnail_20251205150827.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": "Business executive and entrepreneur.",
      "wiki": null,
      "last_flight": "2025-12-20T14:15:00Z",
      "first_flight": "2025-12-20T14:15:00Z",
      "social_media_links": [
        {
          "id": 354,
          "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/neal-milch-2597633/"
        }
      ],
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0
    }
  ]
}