Public API
Read-only JSON endpoints for Monokotil Studio games, posts, and changelog. Responses are CORS-enabled and rate-limited.
GET/api/v1/gamesPublished games with genres and platform links.
GET/api/v1/games/{slug}Full public game payload.
GET/api/v1/postsPublished studio posts.
GET/api/v1/posts/{slug}Full public post payload.
GET/api/v1/changelogLatest game patch notes.
GET/api/v1/statusAPI health check.
GET/api/leaderboard/{gameId}?period=all&limit=10Top scores for a game with CORS enabled.
POST/api/leaderboard/{gameId}Submit { playerName, score, metadata? } from WebGL or browser builds.
