The Racing API · Example Payload

The Racing Api Owner Course Analysis Example

Horse RacingSportsStatisticsBettingAnalytics

The Racing Api Owner Course Analysis 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

idownertotal_runnerscoursesquery

Example Payload

Raw ↑
{
  "id": "168287",
  "owner": "example-value",
  "total_runners": 67,
  "courses": [
    "Cheltenham"
  ],
  "query": [
    [
      "example-value"
    ]
  ]
}