The Racing API · Example Payload

The Racing Api App__Models__Jockeys__ Course Example

Horse RacingSportsStatisticsBettingAnalytics

The Racing Api App__Models__Jockeys__ 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_idregionrides1st2nd3rd4tha/ewin_%1_pl

Example Payload

Raw ↑
{
  "course": "Cheltenham",
  "course_id": "753771",
  "region": "gb",
  "rides": 81,
  "1st": 95,
  "2nd": 66,
  "3rd": 96,
  "4th": 27,
  "a/e": 9.69,
  "win_%": 22.38,
  "1_pl": 7.91
}