AccuWeather · Example Payload

Accuweather Minute Cast Forecast Example

WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

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

Top-level fields

summary60minutes

Example Payload

Raw ↑
{
  "summary60": "example-string",
  "minutes": [
    {
      "displayTime": "example-string",
      "minute": 53,
      "color": "example-string",
      "dbz": 49.9,
      "precipitationType": "example-string"
    }
  ]
}