The Racing API · Example Payload

The Racing Api App__Models__Na_Results__ Weather Example

Horse RacingSportsStatisticsBettingAnalytics

The Racing Api App__Models__Na_Results__ Weather 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

current_temperaturecurrent_weather_descriptiondateforecast_highforecast_lowforecast_precipitationforecast_weather_description

Example Payload

Raw ↑
{
  "current_temperature": "example-value",
  "current_weather_description": "example-value",
  "date": "2025-03-15",
  "forecast_high": "example-value",
  "forecast_low": "example-value",
  "forecast_precipitation": "example-value",
  "forecast_weather_description": "example-value"
}