pl_competitions
Retrieve a paginated list of all competitions from the platform, with ids, codes, and names. Uses cursor-based pagination for large result sets.
Instructions
All competitions on the platform (Premier League = id 8). Paginated.
Returns: {pagination, data:[{id, code, name}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size. | |
| next_cursor | No | Opaque pagination cursor from pagination._next. |