getLeaderboard

suspend fun PubgApi.getLeaderboard(seasonId: String, gameMode: GameMode, platformRegion: PlatformRegion = PlatformRegion.PC_SA): Leaderboard

Returns the Leaderboard by their season id, game mode and platform region.

Return

The Leaderboard for the given parameters.

Parameters

seasonId

The id of the season

gameMode

The game mode

platformRegion

The platform region

See also