getMatchById

suspend fun PubgApi.getMatchById(matchId: String, platform: Platform = Platform.STEAM): Match

Returns a single Match by their match ID.

Return

The Match for the given match ID.

Parameters

matchId

The match ID (e.g. "cdc2a4bf-0d03-483c-8ab6-49a38202000e").

platform

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

See also