pl_teams
Get all teams in a competition with stadium, name, and season history. Paginated with cursor for large datasets.
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. |