tab_racing_meetings
Retrieve all thoroughbred, greyhound, and harness race meetings for a given date, including race numbers, names, and start times. Get a structured overview of the day's races.
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 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. | |
| returnPromo | No | Inline promotions. | |
| jurisdiction | No | State jurisdiction (NSW, VIC, …). | NSW |
| returnOffers | No | Inline bonus-bet offers. |