The Racing API · Example Payload

The Racing Api Results Basic Page Example

Horse RacingSportsStatisticsBettingAnalytics

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

Top-level fields

resultstotallimitskipquery

Example Payload

Raw ↑
{
  "results": "example-value",
  "total": 37,
  "limit": 77,
  "skip": 86,
  "query": [
    [
      "example-value"
    ]
  ]
}