AccuWeather · Example Payload

Accuweather Polygon Example

WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

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

Top-level fields

typecoordinates

Example Payload

Raw ↑
{
  "type": "example-string",
  "coordinates": [
    [
      null
    ]
  ]
}