The Racing API · Example Payload

The Racing Api App__Models__Trainers__ Distance Example

Horse RacingSportsStatisticsBettingAnalytics

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

Top-level fields

distdist_ydist_mdist_frunners1st2nd3rd4tha/ewin_%1_pl

Example Payload

Raw ↑
{
  "dist": "example-value",
  "dist_y": "example-value",
  "dist_m": "example-value",
  "dist_f": "example-value",
  "runners": 29,
  "1st": 61,
  "2nd": 5,
  "3rd": 22,
  "4th": 78,
  "a/e": 32.84,
  "win_%": 54.83,
  "1_pl": 45.75
}