The Racing API · Example Payload

The Racing Api App__Models__Damsires__ Distance Example

Horse RacingSportsStatisticsBettingAnalytics

The Racing Api App__Models__Damsires__ 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": 27,
  "1st": 83,
  "2nd": 10,
  "3rd": 13,
  "4th": 31,
  "a/e": 68.11,
  "win_%": 88.48,
  "1_pl": 23.66
}