The Racing API · Example Payload

The Racing Api App__Models__Na_Entries__ Weather Example

Horse RacingSportsStatisticsBettingAnalytics

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

forecast_weather_descriptionforecast_highforecast_lowforecast_precipitationcurrent_weather_description

Example Payload

Raw ↑
{
  "forecast_weather_description": "example-value",
  "forecast_high": "example-value",
  "forecast_low": "example-value",
  "forecast_precipitation": "example-value",
  "current_weather_description": "example-value"
}