The Racing API · Example Payload

The Racing Api App__Models__Owners__ Distance Example

Horse RacingSportsStatisticsBettingAnalytics

The Racing Api App__Models__Owners__ 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": 49,
  "1st": 10,
  "2nd": 86,
  "3rd": 83,
  "4th": 66,
  "a/e": 36.99,
  "win_%": 46.17,
  "1_pl": 78.75
}