tab_racing_meetings
Retrieve race meetings for thoroughbred, greyhound, and harness on a selected date, with race numbers, start times, and track conditions. Filter by jurisdiction.
Instructions
All race meetings (thoroughbred/greyhound/harness) for a date, each with its races.
Returns: {meetings:[{meetingName, location, raceType, venueMnemonic, trackCondition, races:[{raceNumber, raceName, raceStartTime}], _links:{races}}]}
Example: All meetings for a day {"date": ""}
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. | |
| returnPromo | No | Inline promotions. | |
| jurisdiction | No | State jurisdiction (NSW, VIC, …). | NSW |
| returnOffers | No | Inline bonus-bet offers. |