faceit_getPlayerRankingInLeaderboard
Look up a player's ranking on a specific FACEIT leaderboard, returning their position and score.
Instructions
Retrieve a players ranking in a leaderboard
Use to look up where a single player sits on a specific leaderboard. Returns the entry with position and score rather than the whole board.
Endpoint: GET /leaderboards/{leaderboard_id}/players/{player_id}
Parameters:
leaderboard_id (path, str, required): The id of the leaderboard
player_id (path, str, required): The id of the player
Returns: Ranking of the player in the leaderboard
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| leaderboard_id | Yes | ||
| player_id | Yes |