AccuWeather · Example Payload

Accuweather Index Day Example

WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

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

Top-level fields

dayOfWeekshortDayOfWeekfullDayOfWeekepochdateTimedisplayDatelongDisplayDatevaluecategorycolor

Example Payload

Raw ↑
{
  "dayOfWeek": "example-string",
  "shortDayOfWeek": "example-string",
  "fullDayOfWeek": "example-string",
  "epoch": 66,
  "dateTime": "example-string",
  "displayDate": "example-string",
  "longDisplayDate": "-74.0060",
  "value": 84,
  "category": "example-string",
  "color": "example-string"
}