pl_season_teams
Get the list of teams in a specified season for a competition by providing competition and season IDs.
Instructions
The teams in a given season (the 20 in that season's table).
Returns: {pagination, data:[{id, name, shortName, abbr, stadium}]}
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. | |
| limit | No | Page size. |