The Racing API · Example Payload

The Racing Api Distances Example

Horse RacingSportsStatisticsBettingAnalytics

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

Top-level fields

distdist_ydist_mdist_ftimesruns1st2nd3rd4tha/ewin_%1_pl

Example Payload

Raw ↑
{
  "dist": "example-value",
  "dist_y": "example-value",
  "dist_m": "example-value",
  "dist_f": "example-value",
  "times": [
    "example-value"
  ],
  "runs": 46,
  "1st": 20,
  "2nd": 36,
  "3rd": 95,
  "4th": 44,
  "a/e": 4.77,
  "win_%": 90.6,
  "1_pl": 32.92
}