The Racing API · Example Payload

The Racing Api Time Data Example

Horse RacingSportsStatisticsBettingAnalytics

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

Top-level fields

minutessecondshundredthsmillisecondsfifthsstr_fifthstime_in_fifthstime_in_hundredths

Example Payload

Raw ↑
{
  "minutes": "example-value",
  "seconds": "example-value",
  "hundredths": "example-value",
  "milliseconds": "example-value",
  "fifths": "example-value",
  "str_fifths": "example-value",
  "time_in_fifths": "example-value",
  "time_in_hundredths": "example-value"
}