The Racing API · Example Payload

The Racing Api Racecard Odds Pro Example

Horse RacingSportsStatisticsBettingAnalytics

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

Top-level fields

race_idcoursecourse_iddateoff_timeoff_dtrace_namedistance_rounddistancedistance_fregionpatternsex_restrictionrace_classtypeage_bandrating_bandprizefield_sizegoing_detailedrail_movementsstallsweathergoingsurfacejumpsrunnersbig_raceis_abandonedtipverdictbetting_forecastrace_status

Example Payload

Raw ↑
{
  "race_id": "448087",
  "course": "Cheltenham",
  "course_id": "910008",
  "date": "2025-03-15",
  "off_time": "example-value",
  "off_dt": "",
  "race_name": "Example Name",
  "distance_round": "example-value",
  "distance": "example-value",
  "distance_f": "example-value",
  "region": "gb",
  "pattern": "example-value",
  "sex_restriction": "",
  "race_class": "class_1",
  "type": "flat",
  "age_band": "example-value",
  "rating_band": "example-value",
  "prize": "example-value",
  "field_size": "example-value",
  "going_detailed": "good",
  "rail_movements": "example-value",
  "stalls": "example-value",
  "weather": "example-value",
  "going": "good",
  "surface": "example-value",
  "jumps": "",
  "runners": [
    "example-value"
  ],
  "big_race": false,
  "is_abandoned": false,
  "tip": "",
  "verdict": "",
  "betting_forecast": "",
  "race_status": ""
}