AccuWeather · Example Payload

Accuweather Pollutant Example

WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

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

Top-level fields

concentrationindexnamesourcetype

Example Payload

Raw ↑
{
  "concentration": "example-string",
  "index": 35.2,
  "name": "New York",
  "source": "AccuWeather",
  "type": "example-string"
}