entain_racing_meeting
Retrieve complete race meetings and races for any date and timezone. Returns normalized tables with venues, compounds, and races for data integration.
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: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Race date, YYYY-MM-DD. | |
| timezone | Yes | IANA timezone, e.g. Australia/Melbourne. |