getClanById

suspend fun PubgApi.getClanById(clanId: String, platform: Platform = Platform.STEAM): Clan

Returns a single Clan by their clan ID.

Return

The Clan for the given clan ID.

Parameters

clanId

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

platform

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

See also