AccuWeather · Example Payload

Accuweather Recent Location Example

WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

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

Top-level fields

idkeynamelongNamedisplayNamelocalTimedisplayTemperatureiconcolorisBefore7PMisDayTimelatitudelongitude

Example Payload

Raw ↑
{
  "id": "500123",
  "key": "347628",
  "name": "New York",
  "longName": "-74.0060",
  "displayName": "New York",
  "localTime": "example-string",
  "displayTemperature": "example-string",
  "icon": 6,
  "color": "example-string",
  "isBefore7PM": true,
  "isDayTime": true,
  "latitude": 40.7128,
  "longitude": -74.006
}