Track directory
Trap-by-trap win rates, standing records, tonight's card and the grades currently carded — for all 30 tracks racing in Great Britain and Australia.
Great Britain
Each with its own trap statistics, records and results.
Australia
Each with its own trap statistics, records and results.
One call
Every track here, with its region, timezone, distances and the grades it is currently carding, comes back in a single request.
# every track, both regions curl "https://api.greyhoundapi.com/v1/tracks" \ -H "X-API-Key: $GAPI_KEY" { "data": [{ "name": "Romford", "region": "GB", "timezone": "Europe/London", "distances": [225, 400, 575, 750], "grades": ["A1", "A2", "OR", "S1"] }] }