The Racing API · Example Payload

The Racing Api App__Models__Na_Meets__ Meet Example

Horse RacingSportsStatisticsBettingAnalytics

The Racing Api App__Models__Na_Meets__ Meet 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

countrydatemeet_idtrack_idtrack_name

Example Payload

Raw ↑
{
  "country": "example-value",
  "date": "2025-03-15",
  "meet_id": "826236",
  "track_id": "334314",
  "track_name": "Example Name"
}