pl_player_season_stats
Retrieve a player's complete season statistics for a given competition and season, including Opta metrics, using player, competition, and season IDs.
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. |