pl_competitions
List all platform competitions with pagination. Use to find competition IDs like Premier League (id 8) for stats and odds.
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. |