The Racing API · Example Payload

The Racing Api Result Free Example

Horse RacingSportsStatisticsBettingAnalytics

The Racing Api Result Free Example is an example object payload from The Racing API, with 17 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

race_idcoursedateoffoff_dtrace_namedist_fregionpatternclasstypeage_bandrating_bandsex_restgoingsurfacerunners

Example Payload

Raw ↑
{
  "race_id": "185600",
  "course": "Cheltenham",
  "date": "2025-03-15",
  "off": "example-value",
  "off_dt": "",
  "race_name": "Example Name",
  "dist_f": "example-value",
  "region": "gb",
  "pattern": "example-value",
  "class": "class_1",
  "type": "flat",
  "age_band": "example-value",
  "rating_band": "example-value",
  "sex_rest": "example-value",
  "going": "good",
  "surface": "",
  "runners": [
    "example-value"
  ]
}