faceit_getPlayerForLeagueSeason
Retrieve a player's division and placement in a FACEIT league season by providing the player, league, and season IDs.
Instructions
Retrieve details of a player for a given league and season on FACEIT
Use to look up a single player's division/placement within one season of a league. Requires league_id, season_id, and player_id together.
Endpoint: GET /leagues/{league_id}/seasons/{season_id}/players/{player_id}
Parameters:
league_id (path, str, required): The id of the league
season_id (path, int, required): The id of the season
player_id (path, str, required): The id of the player
Returns: Player details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| league_id | Yes | ||
| season_id | Yes | ||
| player_id | Yes |