AccuWeather · JSON Structure

Accuweather Index Day Structure

IndexDay schema from AccuWeather API

Type: object Properties: 10
WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

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

Properties

dayOfWeek shortDayOfWeek fullDayOfWeek epoch dateTime displayDate longDisplayDate value category color

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-index-day-structure.json",
  "name": "IndexDay",
  "description": "IndexDay schema from AccuWeather API",
  "type": "object",
  "properties": {
    "dayOfWeek": {
      "type": "string",
      "nullable": true
    },
    "shortDayOfWeek": {
      "type": "string",
      "nullable": true
    },
    "fullDayOfWeek": {
      "type": "string",
      "nullable": true
    },
    "epoch": {
      "type": "int32",
      "nullable": true
    },
    "dateTime": {
      "type": "string",
      "nullable": true
    },
    "displayDate": {
      "type": "string",
      "nullable": true
    },
    "longDisplayDate": {
      "type": "string",
      "nullable": true
    },
    "value": {
      "type": "int32"
    },
    "category": {
      "type": "string",
      "nullable": true
    },
    "color": {
      "type": "string",
      "nullable": true
    }
  }
}