Skip to content

GET /api/v1/votes/claim is removed on October 1, 2026.

See the migration

Player ranking

GET /api/v1/servers/players-ranking — top 25 of the month.

curl -H "Authorization: Bearer YOUR_TOKEN" \
  "https://www.cgs-hub.com/api/v1/servers/players-ranking"
{
  "month": "2026-09",
  "ranking": [ { "playername": "pseudo", "votes": 12 } ]
}

Top 25 voters of the calendar month for this server. Short cache (60 s). Auth: Authentication.