The Racing API · Example Payload

The Racing Api Result Basic Example

Horse RacingSportsStatisticsBettingAnalytics

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

Top-level fields

race_iddateregioncoursecourse_idoffoff_dtrace_nametypeclasspatternrating_bandage_bandsex_restdistdist_ydist_mdist_fgoingsurfacejumpsrunnerswinning_time_detailcommentsnon_runnerstote_wintote_pltote_extote_csftote_tricasttote_trifecta

Example Payload

Raw ↑
{
  "race_id": "519866",
  "date": "2025-03-15",
  "region": "gb",
  "course": "Cheltenham",
  "course_id": "133297",
  "off": "example-value",
  "off_dt": "",
  "race_name": "Example Name",
  "type": "flat",
  "class": "class_1",
  "pattern": "example-value",
  "rating_band": "example-value",
  "age_band": "example-value",
  "sex_rest": "example-value",
  "dist": "example-value",
  "dist_y": "example-value",
  "dist_m": "example-value",
  "dist_f": "example-value",
  "going": "good",
  "surface": "",
  "jumps": "",
  "runners": [
    "example-value"
  ],
  "winning_time_detail": "",
  "comments": "",
  "non_runners": "",
  "tote_win": "",
  "tote_pl": "",
  "tote_ex": "",
  "tote_csf": "",
  "tote_tricast": "",
  "tote_trifecta": ""
}