Accuweather Daily Index Structure
DailyIndex schema from AccuWeather API
DailyIndex is a JSON Structure definition published by AccuWeather, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/accuweather/refs/heads/main/json-structure/accuweather-daily-index-structure.json",
"name": "DailyIndex",
"description": "DailyIndex schema from AccuWeather API",
"type": "object",
"properties": {
"indexName": {
"type": "string",
"nullable": true
},
"indexType": {
"enum": [
"Unknown",
"Running",
"Jogging",
"Hiking",
"Biking",
"Golf",
"Tennis",
"Skateboarding",
"Concert",
"KiteFlyingForecast",
"BeachAndPool",
"Sailing",
"Stargazing",
"FishingForecast",
"Construction",
"Skiing",
"Heart",
"Mosquito",
"Dust",
"SnowDays",
"Hunting",
"ArthritisDay",
"ArthritisNight",
"Asthma",
"BBQ",
"CommonColdForecast",
"Flu",
"Migraine",
"LawnMowing",
"Outdoor",
"Sinus",
"Flying",
"FieldReadiness",
"GrassGrowing",
"SoilMoisture",
"SchoolBusStop",
"HomeEnergy",
"FuelEconomy",
"Composting",
"ShoppingForecast",
"Driving",
"Thirst",
"Frizz",
"DogWalking",
"COPD",
"IndoorPest",
"OutdoorPest",
"AccuLumenBrightness",
"MorningExercise",
"Clothing",
"CommonCold",
"Comfort",
"CarWashing",
"HeatStroke",
"UVIntensity",
"ClothesDrying",
"AirPollution",
"Tourism",
"AirConditioning",
"Fishing",
"SunProtection",
"Shopping",
"Rowing",
"Traffic",
"RoadConditions",
"Umbrella",
"HairDressing",
"NightLife",
"Beer",
"KiteFlying",
"Makeup",
"WindChills",
"Mood",
"Exercise",
"Dating",
"Allergy",
"Beach",
"Sunglasses",
"ShortPhrase",
"Hypertension",
"Dryness",
"ApparentTemperature",
"PolutionPrevention",
"FoodPoisoning",
"WindChillDescending",
"Heat",
"Discomfort",
"UVDescending",
"PipeFreeze",
"AtmosphericDispersion",
"HeatSensitivityGeneral",
"HeatSensitivityElderly",
"HeatSensitivityChildren",
"HeatSensitivityOutdoorWorking",
"HeatSensitivityFarming",
"HeatSensitivityGreenhouse",
"HeatSensitivityVulnerableResidential",
"AsthmaAndLungDisorder",
"Stroke",
"SkinSensitivity",
"CommonColdDescending",
"TreePollenLevels",
"PinePollen",
"WeedPollenLevels",
"Arthritis",
"OutdoorHomeGarden",
"SoilHomeGarden",
"FieldHomeGarden",
"UV",
"TreePollen",
"RagweedPollen",
"MoldPollen",
"GrassPollen",
"AirQuality",
"FlightDelay",
"IndoorActivity"
],
"type": "string"
},
"days": {
"type": "array",
"items": {
"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
}
},
"additionalProperties": false
},
"nullable": true
},
"activityType": {
"enum": [
"Allergies",
"Health",
"OutdoorActivities",
"TravelCommute",
"HomeGarden",
"Pests"
],
"type": "string"
}
}
}
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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/accuweather-daily-index-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.