The Racing API · Example Payload

The Racing Api Results Standard Page Example

Horse RacingSportsStatisticsBettingAnalytics

The Racing Api Results Standard 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": 15,
  "limit": 12,
  "skip": 3,
  "query": [
    [
      "example-value"
    ]
  ]
}