unicum.gg

Compare players

GET
/{region}/players/compare
array<string>

Inputs for a side-by-side comparison of up to 4 players (?names=a,b,c): each player's tracked row, latest snapshot and raw per-tank stats, plus the vehicle catalogue and the WN8/WNX expected-value tables the ratings derive from. Dates are ISO 8601 strings.

Path Parameters

region*string

Game server region.

Value in

  • "eu"
  • "na"
  • "asia"

Query Parameters

names*array<string>

Player nicknames to compare (2 to 4).

Response Body

application/json

curl -X GET "https://example.com/eu/players/compare?names=string"
{  "slots": [    {      "requested": "string",      "player": "string",      "latest": "string",      "tanks": [        "string"      ]    }  ],  "encyclopedia": {    "property1": "string",    "property2": "string"  },  "wn8Expected": {    "property1": "string",    "property2": "string"  },  "wnxExpected": {    "property1": "string",    "property2": "string"  },  "wn8Fallback": {    "property1": "string",    "property2": "string"  }}