tab_racing_race
Retrieve a complete racecard for a single TAB race, including runners, fixed and parimutuel odds, form ratings, pools, bet types, plus results and dividends after the race finishes.
Instructions
Full racecard for one race: runners with fixed + parimutuel odds, form ratings, pools, bet types; results + dividends once run.
Returns: {raceNumber, raceName, raceDistance, raceStartTime, runners:[{runnerNumber, runnerName, fixedOdds, parimutuel, riderDriverName, barrierNumber, last5Starts}], results, pools, betTypes, multiLegApproximates}
Auth: works without a key; TAB_CLIENT_ID or TAB_CLIENT_SECRET unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Meeting date, YYYY-MM-DD. Required — part of the URL path. | |
| raceType | Yes | Race code: R/G/H. Required — part of the URL path. | |
| raceNumber | Yes | Race number at the meeting. Required — part of the URL path. | |
| jurisdiction | No | State jurisdiction. | NSW |
| venueMnemonic | Yes | Venue code, e.g. HAW. Required — part of the URL path. |