pl_teams
Fetches a paginated list of teams that have competed in a given competition, including name, stadium, abbreviation, and season details, using the competition ID.
Instructions
All teams that have played the competition, each with seasons[], stadium, name, shortName, abbr, id. Paginated.
Returns: {pagination, data:[{id, name, shortName, abbr, stadium, seasons}]}
Example: All Premier League teams {"cid": 8}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cid | Yes | Competition id (8). Required — part of the URL path. | |
| limit | No | Page size. | |
| next_cursor | No | Pagination cursor. |