The Racing API · Example Payload

The Racing Api Times Going Example

Horse RacingSportsStatisticsBettingAnalytics

The Racing Api Times Going Example is an example object payload from The Racing API, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

dateregioncoursetimegoingposition

Example Payload

Raw ↑
{
  "date": "2025-03-15",
  "region": "gb",
  "course": "Cheltenham",
  "time": "example-value",
  "going": "good",
  "position": "example-value"
}