GAME
MONITORING
Log In
Developer documentation
Connect GAMEMONITORING to your website, control panel, or game service through REST API and Webhook.
API
The REST API provides access to public GAMEMONITORING data: servers, players, posts, online status, and votes. For example: show recent votes on a server page, load a server card by ID, or verify a vote by vote id .
Webhook
Webhook notifies your system about an event immediately after an action on the platform. The handler receives a POST request, verifies the signature, and returns an HTTP status that records the delivery result.
Vote rewards
server.vote connects Webhook and API: the event provides the vote ID, the handler fetches details, finds the player in your database, and issues the reward once. It works for coins, items, roles, bonuses, and other actions after a vote.