The Racing API · Example Payload

The Racing Api App__Models__Na_Meets__ Meets Example

Horse RacingSportsStatisticsBettingAnalytics

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

Top-level fields

meetslimitskipquery

Example Payload

Raw ↑
{
  "meets": "example-value",
  "limit": 41,
  "skip": 30,
  "query": [
    [
      "example-value"
    ]
  ]
}