pointsbet_racing_meetings
Retrieve all race meetings for any date range, covering every racing code with individual races and start times.
Instructions
All race meetings (every code) for a date window, each with its races.
Returns: [{groupLabel, meetings:[{meetingId, venue, racingType, races:[{raceId, raceNumber, advertisedStartTimeUtc}]}]}]
Example: All meetings for one day {"startDate": "T00:00:00.000Z", "endDate": "T23:59:59.000Z"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | Yes | Window end, ISO-8601 UTC. | |
| startDate | Yes | Window start, ISO-8601 UTC (e.g. 2026-06-04T00:00:00.000Z). |