sportsbet_racing_allracing
Fetch all race meetings for a given date, covering every racing code and grouped by meeting with event numbers and start times.
Instructions
All race meetings (every code) for one date, grouped by meeting.
Returns: {meetings:[{competitionId, name, raceType, events:[{eventId, raceNumber, advertisedStartTime}]}]}
Example: All racing for a given day {"eventDate": ""}
Auth: works without a key; SPORTSBET_REFRESH_TOKEN unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventDate | Yes | Race date, YYYY-MM-DD. Required — part of the URL path. |