Skip to main content

Get Player Stats

GET 

/match/v1/player/:player_uuid/stats

Get player stats for the provided player_uuid,.

Required Permissions:

  • For any player (including themselves) any of: match:*, match:player:any:read

  • For the player themselves any of: match:match:player:read, match:player:self:read

Request

Path Parameters

    player_uuid uuidrequired

Responses

Successful Response

Schema

    total_matches_played Total Matches Played (integer)

    Default value: 0

Loading...