unicum.gg

Community ratings board

GET
/{region}/tanks/ratings

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

region*string

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"}