getRankedStatsByAccountIdAndSeasonId
suspend fun PubgApi.getRankedStatsByAccountIdAndSeasonId(accountId: String, seasonId: String, platform: Platform = Platform.STEAM): RankedStats
Returns the ranked stats for a single player by their account ID for a given platform and seasonId.
Return
The dev.pubgkt.stats.ranked.RankedStats for the given account ID.
Parameters
accountId
The player's unique account ID (e.g. "account.abc123").
seasonId
The dev.pubgkt.Season id (e.g. "division.bro.official.pc-2018-41").
platform
The shard platform to query. Defaults to Platform.STEAM.