AccuWeather · JSON Structure

Accuweather Weather Info Structure

WeatherInfo schema from AccuWeather API

Type: object Properties: 1
WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

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

Properties

key

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-weather-info-structure.json",
  "name": "WeatherInfo",
  "description": "WeatherInfo schema from AccuWeather API",
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "description": "Surefind location key for the user's weather location\r\nEg. 335315",
      "nullable": true
    }
  }
}