AccuWeather · JSON Structure

Accuweather Favorite Location Structure

FavoriteLocation schema from AccuWeather API

Type: object Properties: 20
WeatherForecastMeteorologyLocation ServicesAir QualityStorms

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

Properties

id key name longName displayName displayTemperature displayHighTemperature displayLowTemperature displayRealFeel displayRealFeelShade icon conditions localTime color isBefore7PM isDayTime minuteCastForecast numberOfAlerts latitude longitude

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-favorite-location-structure.json",
  "name": "FavoriteLocation",
  "description": "FavoriteLocation schema from AccuWeather API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "nullable": true
    },
    "key": {
      "type": "string",
      "nullable": true
    },
    "name": {
      "type": "string",
      "nullable": true
    },
    "longName": {
      "type": "string",
      "nullable": true
    },
    "displayName": {
      "type": "string",
      "nullable": true
    },
    "displayTemperature": {
      "type": "string",
      "nullable": true
    },
    "displayHighTemperature": {
      "type": "string",
      "nullable": true
    },
    "displayLowTemperature": {
      "type": "string",
      "nullable": true
    },
    "displayRealFeel": {
      "type": "string",
      "nullable": true
    },
    "displayRealFeelShade": {
      "type": "string",
      "nullable": true
    },
    "icon": {
      "type": "int32"
    },
    "conditions": {
      "type": "string",
      "nullable": true
    },
    "localTime": {
      "type": "string",
      "nullable": true
    },
    "color": {
      "type": "string",
      "nullable": true
    },
    "isBefore7PM": {
      "type": "boolean"
    },
    "isDayTime": {
      "type": "boolean"
    },
    "minuteCastForecast": {
      "type": "object",
      "properties": {
        "summary60": {
          "type": "string",
          "nullable": true
        },
        "minutes": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "displayTime": {
                "type": "string",
                "nullable": true
              },
              "minute": {
                "type": "int32"
              },
              "color": {
                "type": "string",
                "nullable": true
              },
              "dbz": {
                "type": "float",
                "nullable": true
              },
              "precipitationType": {
                "type": "string",
                "nullable": true
              }
            },
            "additionalProperties": false
          },
          "nullable": true
        }
      },
      "additionalProperties": false
    },
    "numberOfAlerts": {
      "type": "int32",
      "nullable": true
    },
    "latitude": {
      "type": "double",
      "nullable": true
    },
    "longitude": {
      "type": "double",
      "nullable": true
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/accuweather-favorite-location-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.