tab_racing_race
Retrieve a complete racecard for one race: runners with odds and form, pools, bet types, plus results and dividends once the race has run.
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 or TAB_REFRESH_TOKEN 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. |