The Racing API · Example Payload

The Racing Api Racecards Odds Pro Page Example

Horse RacingSportsStatisticsBettingAnalytics

The Racing Api Racecards Odds Pro 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

racecardstotallimitskipquery

Example Payload

Raw ↑
{
  "racecards": [
    "example-value"
  ],
  "total": 57,
  "limit": 21,
  "skip": 79,
  "query": [
    [
      "example-value"
    ]
  ]
}