AccuWeather · Example Payload

Accuweather Favorite Location Example

WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

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

Top-level fields

idkeynamelongNamedisplayNamedisplayTemperaturedisplayHighTemperaturedisplayLowTemperaturedisplayRealFeeldisplayRealFeelShadeiconconditionslocalTimecolorisBefore7PMisDayTimeminuteCastForecastnumberOfAlertslatitudelongitude

Example Payload

Raw ↑
{
  "id": "500123",
  "key": "347628",
  "name": "New York",
  "longName": "-74.0060",
  "displayName": "New York",
  "displayTemperature": "example-string",
  "displayHighTemperature": "example-string",
  "displayLowTemperature": "example-string",
  "displayRealFeel": "example-string",
  "displayRealFeelShade": "example-string",
  "icon": 6,
  "conditions": "example-string",
  "localTime": "example-string",
  "color": "example-string",
  "isBefore7PM": true,
  "isDayTime": true,
  "minuteCastForecast": {
    "summary60": "example-string",
    "minutes": [
      null
    ]
  },
  "numberOfAlerts": 70,
  "latitude": 40.7128,
  "longitude": -74.006
}