AccuWeather · Example Payload

Accuweather Quantity Range Estimate Example

WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

Accuweather Quantity Range Estimate 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

displayAmountlowhighprobabilityphrase

Example Payload

Raw ↑
{
  "displayAmount": "example-string",
  "low": {
    "value": 35.2,
    "unit": "Imperial",
    "unitType": 33
  },
  "high": {
    "value": 77.1,
    "unit": "Imperial",
    "unitType": 88
  },
  "probability": 47,
  "phrase": "Partly cloudy"
}