The Racing API · Example Payload

The Racing Api Jockey Course Analysis Example

Horse RacingSportsStatisticsBettingAnalytics

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

idjockeytotal_ridescoursesquery

Example Payload

Raw ↑
{
  "id": "481865",
  "jockey": "example-value",
  "total_rides": 64,
  "courses": [
    "Cheltenham"
  ],
  "query": [
    [
      "example-value"
    ]
  ]
}