AccuWeather · Example Payload

Accuweather Session Info Example

WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

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

Top-level fields

idpartnerutm

Example Payload

Raw ↑
{
  "id": "500123",
  "partner": "example-string",
  "utm": {
    "source": "AccuWeather",
    "medium": "example-string",
    "campaign": "example-string",
    "term": "example-string"
  }
}