getSeasonStatsByAccountId

suspend fun PubgApi.getSeasonStatsByAccountId(accountId: String, seasonId: String, platform: Platform = Platform.STEAM): SeasonPlayerStats

Returns the season stats for a single player by their account ID for a given platform and seasonId.

Return

The dev.pubgkt.stats.season.SeasonPlayerStats 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.

See also