Rune Rank

Overview

How to setup your server listing properly.

www.rune-rank.com/server/example?identifier=username

If users are directed to your server page without an identifier it will default to "supporter".

Secret Key

When Rune Rank sends data to your callback url you provided when setting up your server listing. We will send your secret key in the headers under vote-signature. This is uused to help your server protect against unwanted trafic and to confirm the data is comign from Rune Rank.

Example Data

The data returned to your callback url is still in testing if you have any suggestions that help you with analytics please let us know.

data.json
{
  "userIp": "1.1.1.1",
  "identifier": "supporter",
  "transactionId": "cm7pmozbv0003l703e5nvkqhy",
  "voteAmount": 1,
  "createdAt": "2025-03-01T03:14:17.948Z"
}
  • UserIp: Used to identify users and give them cooldown.
  • Identifier: Allowing servers to identify their users by in game name. Indentifier defaults to "supporter" if not provided in url.
  • TransactionId: Used to verify vote.
  • VoteAmount: How many times they voted.
  • CreatedAt: Vote creation time.

On this page