AccuWeather · Example Payload

Accuweather User Info Example

WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

Accuweather User Info 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

idlanguagecountryregioncitydmastartoffset

Example Payload

Raw ↑
{
  "id": "500123",
  "language": "example-string",
  "country": "US",
  "region": "example-string",
  "city": "example-string",
  "dma": "example-string",
  "start": "example-string",
  "offset": "example-string"
}