The Racing API · Example Payload

The Racing Api Trainer Horse Age Analysis Example

Horse RacingSportsStatisticsBettingAnalytics

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

Top-level fields

idtrainertotal_runnershorse_agesquery

Example Payload

Raw ↑
{
  "id": "296948",
  "trainer": "example-value",
  "total_runners": 80,
  "horse_ages": [
    "example-value"
  ],
  "query": [
    [
      "example-value"
    ]
  ]
}