Back to server

Promote server

AnomRust | 2x | Solo-Duo-Trio | SKIN EVENT NEXT WIPE#7 in the rating2 votesOwner not confirmed

Vote rewards

Give in-game rewards to players who voted for your server. Voter data is available via the API.

  1. 1

    Confirm server ownership

    Confirm that the server belongs to you. After that, you'll get access to the API for server owners.

    Confirm ownership
  2. 2

    Get an API key

    In your account, you need to generate a personal API key to access vote data for your server.

    Go to profile
  3. 3

    Set up reward delivery

    Fetch the list of voters via the API and automatically reward them with kits, currency or items.

    Open API docs
Request
GET /servers/6a84f45f574be2ce4f5f9657/voters
X-API-Key: <your API key>
Response
[
  {
    "id": "6a7f42ebfdfcde04c9a1XXXX",
    "steamId": "7656119801234XXXX",
    "votedAt": "2026-08-11T09:12:45.000Z"
  },
  {
    "id": "8b2c91adf0e1ab12d4b6XXXX",
    "steamId": "7656119808765XXXX",
    "votedAt": "2026-08-10T21:47:03.000Z"
  }
]

The API returns data about players who voted: vote id, SteamID and vote time. Poll for new votes at your preferred interval and grant rewards right in the game.