AccuWeather · Example Payload

Accuweather Minute Cast Minute Example

WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

Accuweather Minute Cast Minute Example is an example object payload from AccuWeather, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

displayTimeminutecolordbzprecipitationType

Example Payload

Raw ↑
{
  "displayTime": "example-string",
  "minute": 14,
  "color": "example-string",
  "dbz": 70.8,
  "precipitationType": "example-string"
}