Tank performance
Server-wide performance for one tank on a region, averaged over tracked players (win rate, average damage, WN7/WN8/WNX, and more), plus Marks of Excellence / Mastery holder counts. 404 if the region's catalogue has no vehicle with this slug.
Path Parameters
Game server region.
Value in
- "eu"
- "na"
- "asia"
Tank slug (e.g. is-7).
Response Body
application/json
curl -X GET "https://example.com/eu/tanks/is-7"{ "identity": { "tankId": 0, "slug": "string", "tier": 0, "type": "string", "nation": "string", "name": "string", "shortName": "string", "tag": "string", "isPremium": true, "isReward": true, "isCommonTest": true, "testChanges": 0, "role": "string", "contourIcon": "string", "bigIcon": "string" }, "stats": { "players": 0, "avg_battles": 0, "total_battles": 0, "avg_damage": 0, "winrate": 0, "player_wr": 0, "wn7": 0, "wn8": 0, "wnx": 0, "avg_spots": 0, "avg_assist": 0, "kdr": 0, "hit_pct": 0, "pen_pct": 0, "avg_blocked": 0, "survival": 0, "moe1": 0, "moe2": 0, "moe3": 0, "mom_class3": 0, "mom_class2": 0, "mom_class1": 0, "mom_ace": 0 }}Tanks Marks of Mastery GET
The XP thresholds for the 3rd Class, 2nd Class, 1st Class and Ace Tanker Mastery badges on every tank of a region, mirrored per region (thresholds differ per server). One row per vehicle in the region's catalogue; `mastery` is null until the mastery cron has data for the vehicle.
Tank detail GET
Everything the tank page renders in one payload: identity, top players per rating metric (WN7/WN8/WNX), server-average performance, WN8/WNX expected values, combat specifications, current Marks of Excellence/Mastery with their daily history, and the cheapest research path. `slug` in the response is the canonical slug; callers that reached the tank through a legacy numeric id should redirect to it. Dates are ISO 8601 strings.