The Racing API · Example Payload

The Racing Api Runner Stats Breakdown Example

Horse RacingSportsStatisticsBettingAnalytics

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

Top-level fields

totalfirstsecondthird

Example Payload

Raw ↑
{
  "total": "example-value",
  "first": "example-value",
  "second": "example-value",
  "third": "example-value"
}