tab_tournament
Retrieve tournament matches with top markets for any sport, competition, and tournament. Get match names, start times, and betting options in one response.
Instructions
Tournament page nested inside a competition (tennis, golf and other tournament-structured sports): its matches with top markets. Competitions whose page shows matches:[] list their events here.
Returns: {id, name, matches:[{id, name, startTime, markets:[...]}], betOptions}
Example: Wimbledon Mens Singles matches {"sport": "Tennis", "competition": "Wimbledon", "tournament": "Wimbledon Mens Singles"}
Auth: works without a key; TAB_CLIENT_ID or TAB_CLIENT_SECRET unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport | Yes | Sport name, e.g. "Tennis". Required — part of the URL path. | |
| tournament | Yes | Tournament name from the competition page, e.g. "Wimbledon Mens Singles". Pass raw spaces. Required — part of the URL path. | |
| competition | Yes | Competition name, e.g. "Wimbledon". Required — part of the URL path. | |
| jurisdiction | No | State jurisdiction. | NSW |
| numTopMarkets | No | Top markets to inline per match. |