faceit_getPlayerRanking
Retrieve a player's position in the global ranking of a game, including nearby ranking context for a specified region.
Instructions
Retrieve user position in the global ranking of a game
Use to fetch one player's position and nearby context on the global game/region ranking. For the full leaderboard use getGlobalRanking.
Endpoint: GET /rankings/games/{game_id}/regions/{region}/players/{player_id}
Parameters:
game_id (path, str, required): The id of the game
region (path, str, required): A region of a game
player_id (path, str, required): The id of a player
country (query, str | None): A country code (ISO 3166-1)
limit (query, int | None (min 1, max 100)): The number of items to return
Returns: Ranking
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | Yes | ||
| region | Yes | ||
| player_id | Yes | ||
| country | No | ||
| limit | No |