The Racing API · Example Payload

The Racing Api App__Models__Owners__ Course Example

Horse RacingSportsStatisticsBettingAnalytics

The Racing Api App__Models__Owners__ 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": "286828",
  "region": "gb",
  "runners": 64,
  "1st": 75,
  "2nd": 98,
  "3rd": 39,
  "4th": 34,
  "a/e": 41.84,
  "win_%": 88.74,
  "1_pl": 45.76
}