getWeaponMasteryByAccountId

suspend fun PubgApi.getWeaponMasteryByAccountId(accountId: String, platform: Platform = Platform.STEAM): WeaponMastery

Returns weapon mastery information for a single player

Return

The WeaponMastery for the given account ID.

Parameters

accountId

The player's unique account ID (e.g. "account.abc123").

platform

The shard platform to query. Defaults to dev.pubgkt.Platform.STEAM.

See also