Base URL: https://mindcracksmp.com/api/
Only endpoints that do not require authentication are listed here.
/api/creatorsReturns all creators. Supports simple search./api/creators/statsReturns simple statistics about creators./api/creators/:idGet a single creator by numeric ID./api/creators/name/:nameGet a single creator by exact name (case-insensitive).Update cadence: live ~1m (server cache TTL 1m, SWR 30s). Data via external provider with built-in caching and no rate limits.
/api/creators/twitchMap of Twitch usernames to live status for all creators with Twitch set./api/creators/:id/twitchTwitch live status for a creator by ID (if Twitch is set)./api/creators/name/:name/twitchTwitch live status for a creator by name (if Twitch is set).Update cadence: channel stats ~1m (server cache TTL 1m). Uses aggregated data with built-in provider caching.
/api/creators/youtubeYouTube info for every creator with YouTube configured./api/creators/:id/youtubeYouTube info for a creator by ID./api/creators/name/:name/youtubeYouTube info for a creator by name./api/creators/:id/youtube/latestLatest video from creator's YouTube channel uploads./api/creators/name/:name/youtube/latestLatest video from creator's YouTube channel uploads by name./api/creators/:id/youtube/playlistYouTube playlist URL for a creator by ID./api/creators/name/:name/youtube/playlistYouTube playlist URL for a creator by name./api/creators/:id/youtube/playlist/latestLatest video from creator's YouTube playlist by ID./api/creators/name/:name/youtube/playlist/latestLatest video from creator's YouTube playlist by name.Server-Sent Events (SSE) for cache change notifications. Connections stay open so prefer streaming-aware HTTP clients.
/api/events/cacheSubscribe to cache invalidation events via SSE.