The Racing API · Example Payload

The Racing Api Racecards Basic Page Example

Horse RacingSportsStatisticsBettingAnalytics

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

racecardstotallimitskipquery

Example Payload

Raw ↑
{
  "racecards": [
    "example-value"
  ],
  "total": 23,
  "limit": 84,
  "skip": 51,
  "query": [
    [
      "example-value"
    ]
  ]
}