Votes — check
GET /api/v1/votes/check — has this player voted?
curl -H "Authorization: Bearer YOUR_TOKEN" \
"https://www.cgs-hub.com/api/v1/votes/check?playername=Pseudo"Response:
{ "voted": true, "votedAt": "2026-09-06T18:24:11.000Z" }playername: 1–48 characters, no control chars. Also accepted as JSON { "playername": "Pseudo" }.
Auth + limits: Authentication. Errors: Errors.