tab_sport
Fetch a sport's competition list by name, including racing-adjacent pseudo-sports. Returns competition IDs and self links for cross-provider odds comparison.
Instructions
One sport by name with its competitions. Also fronts the racing-adjacent pseudo-sports (Jockey Challenge, Racing Extras).
Returns: {id, name, competitions:[{id, name, _links:{self}}]}
Example: AFL Football and its competitions {"sport": "AFL Football"}
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. "AFL Football", "Rugby League", "Jockey Challenge". Pass raw spaces. Required — part of the URL path. | |
| jurisdiction | No | State jurisdiction. | NSW |