Check when you get your next Mega Lightning chest

{{ playerInfo.name }}

{{ playerInfo.tag }}
{{ playerInfo.expLevel }}
{{ playerInfo.trophies }}
{{ playerInfo.clan.name }} {{ playerInfo.clan.role }}
{{ clanInfo.clanWarTrophies }}

{{ playerInfo.arena.name }}

{{ formLabel(chest[0].index) }}
Trophies
Current Trophies
{{ formatNumber(playerInfo.trophies, 'en') }}
Best Trophies
{{ formatNumber(playerInfo.bestTrophies, 'en') }}
Battle Stats
Battles
{{ formatNumber(playerInfo.battleCount, 'en') }}
Wins
{{ formatNumber(playerInfo.wins, 'en') }}
Draws
{{ formatNumber((parseInt(playerInfo.wins) - parseInt(playerInfo.losses)), 'en') }}
Losses
{{ formatNumber(playerInfo.losses, 'en') }}
Three Crown Wins (challenges are included)
{{ formatNumber(playerInfo.threeCrownWins, 'en') }}
Win Rate
{{ ((Number(playerInfo.wins) / Number(playerInfo.battleCount)) * 100).toFixed(2) }}%
Clan Wars
War Day Wins
{{ formatNumber(playerInfo.warDayWins, 'en') }}
Clan Cards Collected
{{ formatNumber(playerInfo.clanCardsCollected, 'en') }}
Challenges
Max Wins
{{ playerInfo.challengeMaxWins || 0}}
Cards Won
{{ playerInfo.challengeCardsWon ? formatNumber(playerInfo.challengeCardsWon, 'en') : 0 }}
Card Donations
Total Card Donations
{{ formatNumber(playerInfo.totalDonations, 'en') }}
Ladder Stats
BEST SEASON
{{ getPlayerArenaNameByTrophy(+playerInfo.leagueStatistics.bestSeason.trophies) }}
Rank
{{ playerInfo.leagueStatistics.bestSeason.rank || 'n/a' }}
Trophies
{{ playerInfo.leagueStatistics.bestSeason.trophies ? formatNumber(playerInfo.leagueStatistics.bestSeason.trophies, 'en') : 'n/a' }}
Season
{{ playerInfo.leagueStatistics.bestSeason.id }}
CURRENT SEASON
{{ getPlayerArenaNameByTrophy(playerInfo.leagueStatistics.currentSeason.trophies) }}
Rank
{{ playerInfo.leagueStatistics.currentSeason.rank || 'n/a' }}
Trophies
{{ formatNumber(playerInfo.leagueStatistics.currentSeason.trophies, 'en') }}
Best Trophies
{{ playerInfo.leagueStatistics.currentSeason.bestTrophies ? formatNumber(playerInfo.leagueStatistics.currentSeason.bestTrophies, 'en') : 'n/a' }}
Tournaments Stats
Battle Count
{{ playerInfo.tournamentBattleCount || 0 }}
Cards Won
{{ playerInfo.tournamentCardsWon ? formatNumber(playerInfo.tournamentCardsWon, 'en') : 0 }}

Current Deck

Level {{ level }} ({{ Math.floor((value.length / parseInt(playerInfo.cardsCollected)) * 100) }}%)
Not found yet

FAQ

1. What is "player's tag" in Clash Royale?

Player's tag in Clash Royale is unique identifier which is assigned to every player in the game. Player names can repeat and you can met many players with the same usernames but player tag is UNIQUE.

2. How can I find my "player's tag"?

You can find it very easy in your profile. All you need is just enter the game on your device and tap on your username. Your tag is directly under your user name and start with '#' symbol.

3. Is this info about about my upcoming chests and statistic correct?

Absolutely! We get this info using official Clash Royale API provided by SuperCell. So info about upcoming chests, battle statistic and cards is 100 percent correct.