pl_player_season_stats
Get a player's season stats by specifying competition, player, and season. Returns detailed Opta metrics for analysis.
Instructions
A player's stats for one season.
Returns: {player, stats:{…season Opta metrics}}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cid | Yes | Competition id (8). Required — part of the URL path. | |
| pid | Yes | Player id. Required — part of the URL path. | |
| sid | Yes | Season id (2025 = 2025/26). Required — part of the URL path. |