The Racing API · Example Payload

The Racing Api Entries Example

Horse RacingSportsStatisticsBettingAnalytics

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

Top-level fields

meet_idtrack_idtrack_namecountrydateracesweather

Example Payload

Raw ↑
{
  "meet_id": "513037",
  "track_id": "789143",
  "track_name": "Example Name",
  "country": "example-value",
  "date": "2025-03-15",
  "races": [
    "example-value"
  ],
  "weather": "example-value"
}