Back to server
Promote server
ARMOR RUST - Long | Классика х1 | Русский#18 in the rating·1 vote·Owner not confirmed
Vote rewards
Give in-game rewards to players who voted for your server. Voter data is available via the API.
How to set up
- 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
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
Set up reward delivery
Fetch the list of voters via the API and automatically reward them with kits, currency or items.
Open API docs
API example
Request
GET /servers/6a280190b632b5dec7a37062/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.