Client

Player

getPlayer

Refers to /players/{tag} endpoint from the official docs.

$player = $client->getPlayer('tag');

getPlayerBattleLog

Refers to /players/{tag}/battlelog endpoint from the official docs.

$playerBattleLog = $client->getPlayerBattleLog('tag');

Club

getClub

Refers to /clubs/{clubTag} endpoint from the official docs.

$club = $client->getClub('club tag')

getClubMembers

Refers to /clubs/{clubTag}/members endpoint from the official docs.

Ranking

getSeasonRanking

Refers to /rankings/{countryCode}/powerplay/seasons/{seasonId} endpoint from the official docs.

getPowerPlaySeasons

Refers to /rankings/{countryCode}/powerplay/seasons endpoint from the official docs.

getClubsRanking

Refers to /rankings/{countryCode}clubs endpoint from the official docs.

getBrawlerRanking

Refers to /rankings/{countryCode}/brawlers/{brawlerId} endpoint from the official docs.

getPlayersRanking

Refers to /rankings/{countryCode}/players} endpoint from the official docs

Brawlers

getBrawlers

Refers to /brawlers endpoint from the official docs

getBrawler

Refers to /brawlers/{brawlerId} endpoint from the official docs

Events

getEvents

Refers to /events/rotation endpoint from the official docs

Last updated