tab_sport
Retrieve a sport by name and list its competitions, including racing-adjacent pseudo-sports. Works without authentication to enable quick sports data lookup.
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 or TAB_REFRESH_TOKEN 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 |