My ratings
Every vehicle the caller has rated, newest first. Its job is to let a page know what is already done: a signed-in player's own garage uses it to suggest the tanks they play most and have not judged yet, which is where most votes come from. Region-independent like the votes themselves, so the same list is served whichever region the page was opened on. Signed out answers an empty list rather than a 401: the caller is asking what they have rated, and "nothing" is the true answer.
Path Parameters
Game server region.
Value in
- "eu"
- "na"
- "asia"
Response Body
application/json
curl -X GET "https://example.com/eu/ratings/mine"{ "ratings": [ { "tankId": 0, "overall": 0, "fun": 0, "battles": 0, "reviewStatus": "none", "updatedAt": "2019-08-24T14:15:22Z" } ]}Search tanks (streamed) GET
Search the vehicle catalogue by name, short name or tag (minimum 3 characters). Streams NDJSON with a single `local` chunk served from our in-memory catalogue. For a plain JSON response, use `/search`.
Tanks performance GET
Server-wide performance for every tank on a region, averaged over tracked players: win rate, average damage, WN7/WN8/WNX, kills-per-death, assistance, spots, hit and penetration rate, blocked damage and survival, plus Marks of Excellence / Mastery holder counts. One row per vehicle in the region's catalogue; `stats` is null until the by-tank cron has coverage.