pl_awards
Fetch season awards for a competition and season, covering Player/Manager of the Month and other honours. Supply competition ID and season ID to receive player_awards and manager_awards lists.
Instructions
Season awards — Player/Manager of the Month and other honours for a season.
Returns: {player_awards:[…], manager_awards:[…]}
Auth: none needed.
Also answers this: mlb_awards.
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. |