Loading crew manifest
This data is available as a free public JSON API. CORS is enabled — call it from anywhere. Responses are cached for 10 minutes.
https://stardeck.xyz/api/crew-manifest
{
"timestamp": "2026-04-13T12:00:00Z",
"total": 13,
"vehicles": [
{
"vehicle": "Soyuz MS-27",
"station": "ISS",
"crew": [ { "name": "...", "agency": "...", ... } ]
}
],
"people": [ /* flat list of every person */ ],
"sources": {
"iss": "corquaid/international-space-station-APIs",
"artemis": "StarDeck Artemis II Tracker",
"tiangong": "Manual (no public API)"
}
}
https://stardeck.xyz/api/crew-manifest/count
{
"total": 13,
"timestamp": "2026-04-13T12:00:00Z"
}