Skip to main content

Public API

Read-only JSON endpoints for Monokotil Studio games, posts, and changelog. Responses are CORS-enabled and rate-limited.

GET/api/v1/games

Published games with genres and platform links.

GET/api/v1/games/{slug}

Full public game payload.

GET/api/v1/posts

Published studio posts.

GET/api/v1/posts/{slug}

Full public post payload.

GET/api/v1/changelog

Latest game patch notes.

GET/api/v1/status

API health check.

GET/api/leaderboard/{gameId}?period=all&limit=10

Top scores for a game with CORS enabled.

POST/api/leaderboard/{gameId}

Submit { playerName, score, metadata? } from WebGL or browser builds.