AccuWeather · Example Payload

Accuweather Location Settings Info Example

WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

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

Top-level fields

idlocationKeynamelongNamedisplayNamestationCodesupportedDataSetssupportsMinuteCastlatitudelongitudesupportsEventConfidence

Example Payload

Raw ↑
{
  "id": "50603e3f-5433-4d14-9b5f-01c8cf619d9b",
  "locationKey": "328328",
  "name": "State Collage",
  "longName": "385 Science Park Rd, State College, PA",
  "displayName": "385 Science Park Rd, State College, PA or Eureka, CA USA",
  "stationCode": "EGRB",
  "supportedDataSets": [
    "AirQualityCurrentConditions",
    "AirQualityForecasts",
    "Alerts",
    "DailyAirQualityForecast",
    "DailyPollenForecast",
    "ForecastConfidence",
    "FutureRadar",
    "MinuteCast",
    "ProximityNotification-Lightning",
    "Radar"
  ],
  "supportsMinuteCast": true,
  "latitude": 40.7128,
  "longitude": -74.006,
  "supportsEventConfidence": true
}