AccuWeather · Example Payload

Accuweather Extended Forecast Information Example

WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

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

Top-level fields

ceilingcloudCoverdewPointgustswindwindValuewindDegreeswindDirectionhumidityhumidityValueindoorHumidityindoorHumidityCategoryprecipitationpressureicerainsnowthunderstormProbabilityuvvisibilityprecipSummary

Example Payload

Raw ↑
{
  "ceiling": "example-string",
  "cloudCover": "example-string",
  "dewPoint": "example-string",
  "gusts": "example-string",
  "wind": "example-string",
  "windValue": 12.5,
  "windDegrees": 12.5,
  "windDirection": "example-string",
  "humidity": "500123",
  "humidityValue": 17,
  "indoorHumidity": "500123",
  "indoorHumidityCategory": "500123",
  "precipitation": "example-string",
  "pressure": "example-string",
  "ice": "example-string",
  "rain": "example-string",
  "snow": "example-string",
  "thunderstormProbability": "example-string",
  "uv": {
    "category": "example-string",
    "value": 44.2
  },
  "visibility": "example-string",
  "precipSummary": {
    "past12Hours": "example-string",
    "past18Hours": "example-string",
    "past24Hours": "example-string",
    "past3Hours": "example-string",
    "past6Hours": "example-string",
    "past9Hours": "example-string",
    "pastHour": "example-string"
  }
}