entain_racing_meeting
Fetch every race meeting and race for a date and timezone. Returns normalized tables for meetings, races, venues, and countries to assemble a full race card.
Instructions
All race meetings + races for one date (normalised UUID-keyed tables).
Returns: {compounds, domestic_countries, meetings:{}, races:{}, venues:{}}
Example: Melbourne card for a given day {"date": "", "timezone": "Australia/Melbourne"}
Auth: works without a key; ENTAIN_REFRESH_TOKEN unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Race date, YYYY-MM-DD. | |
| timezone | Yes | IANA timezone, e.g. Australia/Melbourne. |