The Racing API · Example Payload

The Racing Api App__Models__Dams__ Distance Example

Horse RacingSportsStatisticsBettingAnalytics

The Racing Api App__Models__Dams__ 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": 13,
  "1st": 69,
  "2nd": 12,
  "3rd": 65,
  "4th": 17,
  "a/e": 82.14,
  "win_%": 6.04,
  "1_pl": 24.59
}