Website
Profiles, capes, leaderboards, community, support and account surfaces.
PLATFORM API V1
The versioned Platform API lets Web, Launcher, Client, Mobile and TV use the same public cape, profile and leaderboard data while each surface keeps the navigation and interaction patterns that fit its device.
Consistent content without embedding webpages as the product UI.
web · launcher · client · mobile · tv
SURFACES
Each client requests a surface manifest. Labels, states, design tokens and content endpoints stay consistent, while mobile and TV can use native bottom navigation, focus navigation and Cast controls instead of desktop layouts.
Profiles, capes, leaderboards, community, support and account surfaces.
Play, instances, servers, Discover, Capes, Leaderboards, Store, Downloads and Settings.
Modules, cosmetics, capes, leaderboards, social, servers and settings.
Social, Wardrobe, Capes, Leaderboards, Servers, Downloads, Devices & Cast, Wallet, Notifications, Support, Security and Settings.
Remote-friendly Home, Cast, Wardrobe, Capes, Discover, Leaderboards, Servers and Settings.
PUBLIC READ API
Public endpoints support CORS and can be cached by native clients. Observation data is labelled as observation data rather than authoritative ownership.
GET /api/v1/bootstrap?surface=mobile
Navigation, capabilities, design tokens, endpoint discovery and offline behavior.
GET /api/v1/capes
Paginated observed cape textures, catalog names, wearer counts and texture URLs.
GET /api/v1/capes/{hash}
One cape plus recent observed wearers and acquisition-safe observation wording.
GET /api/v1/leaderboards/capes
Capes, skins, names, profile views and public Leviathan accounts.
GET /api/v1/profiles/{uuid}
Public profile summary, current textures and observed counters.
GET /api/v1/health
Simple API-version and service availability check for clients.
SECURITY BOUNDARY
The v1 API is deliberately read-only. Native Launcher, Client, Mobile and TV apps must not copy browser session cookies or store Microsoft/Xbox/Minecraft service tokens. Account writes will use a separate device-bound bearer-token flow.
/api/v1/bootstrap?surface=tv
200Navigation manifestRemote-friendly TV routes
SharedContent endpointsCapes · leaderboards · profiles
V1Cached bootstrapLast-known public configuration
SafeThe API supplies shared truth. Launcher, Client, Mobile and TV still render native Leviathan interfaces rather than loading the website inside a browser shell.