Track directory

Every track, every trap

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.

30
Tracks
337,996
Races
16
Great Britain
14
Australia

One call

The whole list is an endpoint

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"]
  }]
}