Community ratings board
Every vehicle players have rated, with what they think of it and how far that is from what it actually does. overallBayes is the mean shrunk towards the site-wide average and is what the board sorts on, so a tank three people liked cannot sit above one four hundred have judged. hype is the community's rank inside the tier minus the tank's measured win-rate rank inside the same tier: sort it descending for the most overrated vehicles in the game, ascending for the most underrated. Vehicles nobody has rated are absent rather than returned with nulls, so an unrated tank is never read as a badly rated one. The votes are global, the identities are the region's catalogue.
Path Parameters
Game server region.
Value in
- "eu"
- "na"
- "asia"
Response Body
application/json
curl -X GET "https://example.com/eu/tanks/ratings"{ "results": [ { "identity": { "tankId": 0, "slug": "string", "tier": 0, "type": "string", "nation": "string", "name": "string", "shortName": "string", "tag": "string", "isPremium": true, "isReward": true, "isCommonTest": true, "isHidden": true, "variant": "string", "testChanges": 0, "role": "string", "contourIcon": "string", "bigIcon": "string" }, "votes": 0, "reviews": 0, "overall": 0, "fun": 0, "overallBayes": 0, "funBayes": 0, "overallStddev": 0, "perceivedPercentile": 0, "measuredPercentile": 0, "hype": 0 } ], "totalVotes": 0, "ratedTanks": 0, "computedAt": "2019-08-24T14:15:22Z"}Compare tanks GET
Everything a side-by-side comparison of 2 to 4 vehicles renders (`?slugs=is-7,e-100`): each vehicle's specifications, module combinations, equipment slots, crew and progression, plus its server-average performance. The mountable catalogues (equipment, directives, consumables, crew skills) are hoisted out of the vehicles and described once under `catalog`, referenced by key, and `ranges` carries the catalogue-wide spread of every characteristic so a client can score a vehicle per category. A slug may suffix the game client to read the vehicle on (`?slugs=amx-13-90,amx-13-90@ct`), which is how a vehicle is compared against what the running Common Test makes of it, and every column carries back the `client` it was read on. Duplicate columns collapse, and a slug the catalogue doesn't know is dropped rather than failing the request, as long as two vehicles remain.
Community videos GET
Every published battle the community has suggested, newest approved first, whatever the tank. Each entry is a battle rather than a whole video, carrying the second it starts at, so one recording appears once per battle marked in it. The per-tank endpoint returns the same rows filtered to one tank; this one is what shows a video whole, with every tank it covers. Region-independent, the same list is served on every region.