pl_teams
Retrieve all teams that have played a competition, including stadium details, names, and season history. Supports pagination 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
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cid | Yes | ||
| limit | No | ||
| next_cursor | No |