AccuWeather · Example Payload

Accuweather Daily Index Example

WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

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

Top-level fields

indexNameindexTypedaysactivityType

Example Payload

Raw ↑
{
  "indexName": "New York",
  "indexType": "UVIntensity",
  "days": [
    {
      "dayOfWeek": "example-string",
      "shortDayOfWeek": "example-string",
      "fullDayOfWeek": "example-string",
      "epoch": 86,
      "dateTime": "example-string",
      "displayDate": "example-string",
      "longDisplayDate": "-74.0060",
      "value": 47,
      "category": "example-string",
      "color": "example-string"
    }
  ],
  "activityType": "OutdoorActivities"
}