The Racing API · Example Payload

The Racing Api App__Models__Sires__ Distance Example

Horse RacingSportsStatisticsBettingAnalytics

The Racing Api App__Models__Sires__ 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": 24,
  "1st": 31,
  "2nd": 80,
  "3rd": 93,
  "4th": 82,
  "a/e": 11.4,
  "win_%": 25.74,
  "1_pl": 88.31
}