faceit_getPlayerLifetimeStats
Retrieve a player's lifetime aggregate statistics for a specific game on FACEIT, including overall K/D, win rate, and map-level totals.
Instructions
Retrieve lifetime aggregate statistics for a player in a specific game.
Use for a player's aggregated lifetime stats in a game (overall K/D, win rate, map-level totals). For per-match stats use getPlayerRecentMatchStats.
Endpoint: GET /players/{player_id}/stats/{game_id}
Parameters:
player_id (path, str, required): The id of the player
game_id (path, str, required): A game on FACEIT
Returns: Player stats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_id | Yes | ||
| game_id | Yes |