If you want to start creating and adding statbits-based commands to Nightbot, Streamlabs or StreamElements, check out our command builder. It provides a simple, graphical way of building a customized command for your chatbot of choice.
The stats source is available at https://api.statbits.io/chatmsg/wows/stats/.
World of Warships does not use platforms in the "traditional" sense. Instead, the playerbase is split into multiple realms based on regions. However, we use these realms as "platforms".
Supported platforms
Supported types
Identifiers
asia, eu, na, ru
players
{{playerId}}:{{playerName}}
This source can automatically determine a player's id if only a playerName was given. In order to use this feature, provide only the player's name as the identifiers parameter. You should, however, provide the playerId if you can, since determining the id requires us to make an extra API call, resulting a slightly delayed reponse.
You can find details on how to find your player id below.
{{{name}}} hat insgesamt {{value.wonBattles}} Schlachten gewonnen und {{value.lostBattles}} verloren ({{value.drawnBattles}} Unentschieden, {{value.winRate}}% Gewinnrate)
Template name
Content
_link
Puedes encontrar una descripción más detallada de las estadísticas de {{{name}}} aquí: {{{value}}}
accuracy
{{{name}}} tiene una precisión global de {{value.accuracy}}%
kd
{{{name}}} tiene una relación k/d global de {{value.kdRatio}}
summary-short-a
Estadísticas WoWS de {{{name}}}: {{value.totalBattles}} batallas jugadas, {{value.kdRatio}} K/D, {{value.accuracy}}% de precisión, {{value.survivalRate}}% de tasa de supervivencia, {{value.winRate}}% de tasa de victorias
win-loss
En total, {{{name}}} ganó {{value.wonBattles}} batallas al perder {{value.lostBattles}} ({{value.drawnBattles}} dibuja, {{value.winRate}}% de tasa de victorias)
Template name
Content
_link
Vous trouverez ici un aperçu plus détaillé des statistiques de {{{name}}}: {{{value}}}
accuracy
{{{name}}} a une précision globale de {{value.accuracy}}%
kd
{{{name}}} a un rapport k/d global de {{value.kdRatio}}
summary-short-a
Statistiques WoWS de {{{name}}}: {{value.totalBattles}} batailles jouées, {{value.kdRatio}} K/D, {{value.accuracy}}% de précision, {{value.survivalRate}}% de taux de survie, {{value.winRate}}% de taux de victoire
win-loss
Au total, {{{name}}} a gagné {{value.wonBattles}} batailles tout en perdant {{value.lostBattles}} ({{value.drawnBattles}} matchs nuls, {{value.winRate}}% de taux de victoire)
Template name
Content
_link
Puoi trovare una panoramica più dettagliata delle statistiche di {{{name}}} qui: {{{value}}}
accuracy
{{{name}}} ha una precisione complessiva di {{value.accuracy}}%
kd
{{{name}}} ha un rapporto k/d complessivo di {{value.kdRatio}}
summary-short-a
Statistiche WoWS di {{{name}}}: {{value.totalBattles}} battaglie giocate, {{value.kdRatio}} K/D, {{value.accuracy}}% accuratezza, {{value.survivalRate}}% tasso di sopravvivenza, {{value.winRate}}% tasso di vincita
win-loss
In totale, {{{name}}} ha vinto {{value.wonBattles}} partite battaglie e ne ha perse {{value.lostBattles}} ({{value.drawnBattles}} pareggi, {{value.winRate}}% tasso di vincita)
Template name
Content
_link
Você pode encontrar uma visão geral mais detalhada das estatísticas de {{{name}}} aqui: {{{value}}}
accuracy
{{{name}}} tem uma precisão geral de {{value.accuracy}}%
kd
{{{name}}} tem uma relação k/d global de {{value.kdRatio}}
summary-short-a
Estatísticas WoWS de {{{name}}}: {{value.totalBattles}} batalhas jogadas, {{value.kdRatio}} K/D, {{value.accuracy}}% precisão, {{value.survivalRate}}% taxa de sobrevivência, {{value.winRate}}% taxa de vitória
win-loss
No total, {{{name}}} ganhou {{value.wonBattles}} jogos enquanto perde {{value.lostBattles}} ({{value.drawnBattles}} empates, {{value.winRate}}% taxa de vitória)
log into your World of Warships/Wargaming.net account ("Login" in the top right corner)
once logged in, click "Players" in the top navigation on the left to get to your profile
On the profile page, take a look at the URL bar of your browser. It should show a URL similar to https://worldofwarships.com/en/community/accounts/1040402943-kaisei2020/. The number between accounts/ and -{{username}} is your played id (1040402943 in this case).