pl_awards
Retrieve Player and Manager of the Month awards for a season by providing competition ID and season ID. Returns structured lists of player and manager honours.
Instructions
Season awards — Player/Manager of the Month and other honours for a season.
Returns: {player_awards:[…], manager_awards:[…]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cid | Yes | Competition id (8). Required — part of the URL path. | |
| sid | Yes | Season id (2025 = 2025/26). Required — part of the URL path. |