unicum.gg

Player detail

GET
/{region}/players/{nickname}

Full player detail for a region: profile, random-battles totals with 24h/7d/30d period diffs, derived per-tank-breakdown stats (average tier, assistance damages, WN7/WN8/WNX), the tank-by-tank table with all three ratings, the tanks lifting or dragging the overall rating, rating history, clan history, and every non-random game mode's totals. Works for ANY player: cached data is served immediately; on a cold cache the account is resolved on Wargaming, fetched live and recorded (which also starts tracking it). 403 with error "account_locked" when the account exists but Wargaming has locked it (no stats available), 404 only when Wargaming doesn't know the nickname either. Dates are ISO 8601 strings.

Path Parameters

region*string

Game server region.

Value in

  • "eu"
  • "na"
  • "asia"
nickname*string

Player nickname.

Response Body

application/json

curl -X GET "https://example.com/eu/players/Animal"
{  "player": {    "accountId": 0,    "nickname": "string",    "createdAt": "2019-08-24T14:15:22Z",    "lastBattleAt": "2019-08-24T14:15:22Z",    "updatedAt": "2019-08-24T14:15:22Z"  },  "nameHistory": [    {      "nickname": "string",      "recordedAt": "2019-08-24T14:15:22Z"    }  ],  "isSupporter": true,  "isVerified": true,  "twitchLogin": "string",  "current": {    "battles": 0,    "wins": 0,    "losses": 0,    "draws": 0,    "survivedBattles": 0,    "frags": 0,    "damageDealt": 0,    "xp": 0,    "spotted": 0,    "capturePoints": 0,    "droppedCapturePoints": 0,    "hits": 0,    "shots": 0,    "globalRating": 0,    "wtr": 0  },  "periods": {    "h24": {      "battles": 0,      "wins": 0,      "losses": 0,      "draws": 0,      "survivedBattles": 0,      "frags": 0,      "damageDealt": 0,      "xp": 0,      "spotted": 0,      "capturePoints": 0,      "droppedCapturePoints": 0,      "hits": 0,      "shots": 0,      "globalRating": 0,      "wtr": 0    },    "d7": {      "battles": 0,      "wins": 0,      "losses": 0,      "draws": 0,      "survivedBattles": 0,      "frags": 0,      "damageDealt": 0,      "xp": 0,      "spotted": 0,      "capturePoints": 0,      "droppedCapturePoints": 0,      "hits": 0,      "shots": 0,      "globalRating": 0,      "wtr": 0    },    "d30": {      "battles": 0,      "wins": 0,      "losses": 0,      "draws": 0,      "survivedBattles": 0,      "frags": 0,      "damageDealt": 0,      "xp": 0,      "spotted": 0,      "capturePoints": 0,      "droppedCapturePoints": 0,      "hits": 0,      "shots": 0,      "globalRating": 0,      "wtr": 0    }  },  "derived": {    "tier": {      "total": 0,      "h24": 0,      "d7": 0,      "d30": 0    },    "trackDamage": {      "total": 0,      "h24": 0,      "d7": 0,      "d30": 0    },    "spottingDamage": {      "total": 0,      "h24": 0,      "d7": 0,      "d30": 0    },    "assistingDamage": {      "total": 0,      "h24": 0,      "d7": 0,      "d30": 0    },    "combinedDamage": {      "total": 0,      "h24": 0,      "d7": 0,      "d30": 0    },    "wn7": {      "total": 0,      "h24": 0,      "d7": 0,      "d30": 0    },    "wn8": {      "total": 0,      "h24": 0,      "d7": 0,      "d30": 0    },    "wnx": {      "total": 0,      "h24": 0,      "d7": 0,      "d30": 0    }  },  "tankCount": 0,  "achievementCount": 0,  "valuation": {    "market": {      "amount": 0,      "content": 0,      "tierX": 0,      "premiums": 0,      "rewards": 0,      "marks": 0,      "skillPremium": 0,      "depthBonus": 0,      "rewardCount": 0,      "tierXCount": 0,      "premiumCount": 0,      "mark3Count": 0,      "wgr": 0,      "battles": 0,      "rewardsByTier": [        {          "tier": 0,          "count": 0,          "unit": 0,          "value": 0        }      ],      "premiumsByTier": [        {          "tier": 0,          "count": 0,          "unit": 0,          "value": 0        }      ],      "marks3ByTier": [        {          "tier": 0,          "count": 0,          "unit": 0,          "value": 0        }      ],      "marks2ByTier": [        {          "tier": 0,          "count": 0,          "unit": 0,          "value": 0        }      ]    },    "account": {      "amount": 0,      "currency": "string"    }  },  "liftDrag": {    "wn7": {      "lift": [        {          "tankId": 0,          "name": "string",          "tag": "string",          "type": "string",          "tier": 0,          "isPremium": true,          "battles": 0,          "rating": 0,          "removalDelta": 0        }      ],      "drag": [        {          "tankId": 0,          "name": "string",          "tag": "string",          "type": "string",          "tier": 0,          "isPremium": true,          "battles": 0,          "rating": 0,          "removalDelta": 0        }      ]    },    "wn8": {      "lift": [        {          "tankId": 0,          "name": "string",          "tag": "string",          "type": "string",          "tier": 0,          "isPremium": true,          "battles": 0,          "rating": 0,          "removalDelta": 0        }      ],      "drag": [        {          "tankId": 0,          "name": "string",          "tag": "string",          "type": "string",          "tier": 0,          "isPremium": true,          "battles": 0,          "rating": 0,          "removalDelta": 0        }      ]    },    "wnx": {      "lift": [        {          "tankId": 0,          "name": "string",          "tag": "string",          "type": "string",          "tier": 0,          "isPremium": true,          "battles": 0,          "rating": 0,          "removalDelta": 0        }      ],      "drag": [        {          "tankId": 0,          "name": "string",          "tag": "string",          "type": "string",          "tier": 0,          "isPremium": true,          "battles": 0,          "rating": 0,          "removalDelta": 0        }      ]    }  },  "ratingHistory": [    {      "day": "string",      "lifetime": {        "wn7": 0,        "wn8": 0,        "wnx": 0      },      "session": {        "wn7": 0,        "wn8": 0,        "wnx": 0      }    }  ],  "clanHistory": {    "currentStint": {      "clan": {        "id": 0,        "tag": "string",        "name": "string",        "color": "string",        "emblem": "string",        "languages": [          "string"        ]      },      "joinedAt": "2019-08-24T14:15:22Z",      "leftAt": "2019-08-24T14:15:22Z",      "role": "string",      "roleLocalized": "string"    },    "pastStints": [      {        "clan": {          "id": 0,          "tag": "string",          "name": "string",          "color": "string",          "emblem": "string",          "languages": [            "string"          ]        },        "joinedAt": "2019-08-24T14:15:22Z",        "leftAt": "2019-08-24T14:15:22Z",        "role": "string",        "roleLocalized": "string"      }    ],    "totalClans": 0,    "timeInClansSeconds": 0  },  "strongholds": {    "skirmish": {      "current": {        "battles": 0,        "wins": 0,        "losses": 0,        "draws": 0,        "survivedBattles": 0,        "frags": 0,        "damageDealt": 0,        "spotted": 0,        "capturePoints": 0,        "droppedCapturePoints": 0,        "battleAvgXp": 0      },      "periods": {        "h24": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        },        "d7": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        },        "d30": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        }      }    },    "fortified": {      "current": {        "battles": 0,        "wins": 0,        "losses": 0,        "draws": 0,        "survivedBattles": 0,        "frags": 0,        "damageDealt": 0,        "spotted": 0,        "capturePoints": 0,        "droppedCapturePoints": 0,        "battleAvgXp": 0      },      "periods": {        "h24": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        },        "d7": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        },        "d30": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        }      }    },    "epic": {      "current": {        "battles": 0,        "wins": 0,        "losses": 0,        "draws": 0,        "survivedBattles": 0,        "frags": 0,        "damageDealt": 0,        "spotted": 0,        "capturePoints": 0,        "droppedCapturePoints": 0,        "battleAvgXp": 0      },      "periods": {        "h24": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        },        "d7": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        },        "d30": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        }      }    },    "ranked": {      "current": {        "battles": 0,        "wins": 0,        "losses": 0,        "draws": 0,        "survivedBattles": 0,        "frags": 0,        "damageDealt": 0,        "spotted": 0,        "capturePoints": 0,        "droppedCapturePoints": 0,        "battleAvgXp": 0      },      "periods": {        "h24": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        },        "d7": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        },        "d30": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        }      }    },    "fallout": {      "current": {        "battles": 0,        "wins": 0,        "losses": 0,        "draws": 0,        "survivedBattles": 0,        "frags": 0,        "damageDealt": 0,        "spotted": 0,        "capturePoints": 0,        "droppedCapturePoints": 0,        "battleAvgXp": 0      },      "periods": {        "h24": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        },        "d7": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        },        "d30": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        }      }    },    "cwAbsolute": {      "current": {        "battles": 0,        "wins": 0,        "losses": 0,        "draws": 0,        "survivedBattles": 0,        "frags": 0,        "damageDealt": 0,        "spotted": 0,        "capturePoints": 0,        "droppedCapturePoints": 0,        "battleAvgXp": 0      },      "periods": {        "h24": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        },        "d7": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        },        "d30": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        }      }    },    "cwChampion": {      "current": {        "battles": 0,        "wins": 0,        "losses": 0,        "draws": 0,        "survivedBattles": 0,        "frags": 0,        "damageDealt": 0,        "spotted": 0,        "capturePoints": 0,        "droppedCapturePoints": 0,        "battleAvgXp": 0      },      "periods": {        "h24": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        },        "d7": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        },        "d30": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        }      }    },    "cwMiddle": {      "current": {        "battles": 0,        "wins": 0,        "losses": 0,        "draws": 0,        "survivedBattles": 0,        "frags": 0,        "damageDealt": 0,        "spotted": 0,        "capturePoints": 0,        "droppedCapturePoints": 0,        "battleAvgXp": 0      },      "periods": {        "h24": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        },        "d7": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        },        "d30": {          "battles": 0,          "wins": 0,          "losses": 0,          "draws": 0,          "survivedBattles": 0,          "frags": 0,          "damageDealt": 0,          "spotted": 0,          "capturePoints": 0,          "droppedCapturePoints": 0,          "battleAvgXp": 0        }      }    }  }}