The Racing API · Example Payload

The Racing Api App__Models__Trainers__ Course Example

Horse RacingSportsStatisticsBettingAnalytics

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

Top-level fields

coursecourse_idregionrunners1st2nd3rd4tha/ewin_%1_pl

Example Payload

Raw ↑
{
  "course": "Cheltenham",
  "course_id": "418079",
  "region": "gb",
  "runners": 44,
  "1st": 86,
  "2nd": 72,
  "3rd": 26,
  "4th": 94,
  "a/e": 91.12,
  "win_%": 19.93,
  "1_pl": 75.07
}