pl_season_teams
Fetch the 20 teams competing in a specified season and competition. Provide competition and season IDs to get team names, abbreviations, and stadiums.
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. |