pointsbet_competition_events
Retrieve paged featured events and their insight/featured markets for any competition using its competition key. Follow nextPage for additional results, enabling odds and stats comparison.
Instructions
Featured events for one competition (paged) with their insight/featured markets.
Returns: {key, name, nextPage, events:[{key, name, insightMarkets:[], featuredMarkets:[]}]}
Example: AFL competition events, first page {"competitionKey": 7523, "page": 1}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page; follow nextPage in the response. | |
| competitionKey | Yes | Competition key (e.g. 7523 = AFL), from pointsbet_sport_competitions. Required — part of the URL path. |