AccuWeather · Example Payload

Accuweather Air Quality Example

WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

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

Top-level fields

categorycategoryColordatedayOfWeekdayOfWeekAbbreviateddisplayDatedisplayTimedominantPollutanthazardStatementoverallIndexoverallPlumeLabsIndexpollutants

Example Payload

Raw ↑
{
  "category": "example-string",
  "categoryColor": "example-string",
  "date": "2026-04-19T10:00:00Z",
  "dayOfWeek": "example-string",
  "dayOfWeekAbbreviated": "example-string",
  "displayDate": "example-string",
  "displayTime": "example-string",
  "dominantPollutant": "example-string",
  "hazardStatement": "example-string",
  "overallIndex": 37.8,
  "overallPlumeLabsIndex": 12.9,
  "pollutants": [
    {
      "concentration": "example-string",
      "index": 11.7,
      "name": "New York",
      "source": "AccuWeather",
      "type": "example-string"
    }
  ]
}