AccuWeather · Example Payload

Accuweather Ortb Content Example

WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

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

Top-level fields

titleurlcategoriesproductQualitycontextkeywordssourceRelationshiplanguagedata

Example Payload

Raw ↑
{
  "title": "example-string",
  "url": "https://www.accuweather.com/",
  "categories": [
    "example-string"
  ],
  "productQuality": "example-string",
  "context": "Partly cloudy",
  "keywords": "347628",
  "sourceRelationship": "Indirect",
  "language": "example-string",
  "data": {
    "name": "New York",
    "extensions": {},
    "segments": [
      null
    ]
  }
}