AccuWeather · JSON Structure

Accuweather Page Info Structure

PageInfo schema from AccuWeather API

Type: object Properties: 3
WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

PageInfo is a JSON Structure definition published by AccuWeather, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

group url referrer

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/accuweather/refs/heads/main/json-structure/accuweather-page-info-structure.json",
  "name": "PageInfo",
  "description": "PageInfo schema from AccuWeather API",
  "type": "object",
  "properties": {
    "group": {
      "type": "string",
      "description": "Page group like 'three-day' or 'hourly' designating the page category",
      "nullable": true
    },
    "url": {
      "type": "string",
      "description": "URL of the page",
      "nullable": true
    },
    "referrer": {
      "type": "string",
      "description": "Referrer of the page",
      "nullable": true
    }
  }
}