entitysport_competitions
Retrieve sports competitions and tours by status (live, upcoming, result) with pagination. Get key details like match counts, seasons, and team totals for odds and stats comparison.
Instructions
Competitions and tours.
Returns: {status:'ok', response:{items:[{cid, title, abbr, category, game_format, status, season, datestart, dateend, total_matches, total_teams}], total_pages}} — SHAPE FROM VENDOR DOCS.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: Live competitions {"status": "live"}
Auth: needs your own key in ENTITYSPORT_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paged | No | Page number. | |
| status | No | live, upcoming, result. | |
| per_page | No | Page size. |