AccuWeather · Example Payload

Accuweather Half Day Forecast Example

WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

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

Top-level fields

temperaturedisplayTemperatureiconiconPhrasephraselongPhrasepreciprealFeelValue

Example Payload

Raw ↑
{
  "temperature": 72.5,
  "displayTemperature": "example-string",
  "icon": 6,
  "iconPhrase": "Partly cloudy",
  "phrase": "Partly cloudy",
  "longPhrase": "-74.0060",
  "precip": "example-string",
  "realFeelValue": 72.5
}