{ "opencollection": "1.0.0", "info": { "name": "AccuWeather One Active Storms Hourly API", "version": "v1" }, "items": [ { "info": { "name": "Hourly", "type": "folder" }, "items": [ { "info": { "name": "AccuWeather Retrieves the Latest Hourly Forecast for a Location", "type": "http" }, "http": { "method": "GET", "url": "https://dataservice.accuweather.com/api/hourly/:locationKey", "params": [ { "name": "locationKey", "value": "347628", "type": "path", "description": "The location key to retrieve weather conditions for" }, { "name": "Locale", "value": "en-us", "type": "query", "description": "ISO 639-2 and ISO 3166-1 code for the locale" }, { "name": "MeasurementDisplay", "value": "Imperial", "type": "query", "description": "Display type for weather conditions and distance" }, { "name": "WindUnit", "value": "Cardinal", "type": "query", "description": "Additional display type for wind direction" }, { "name": "Theme", "value": "System", "type": "query", "description": "Theme for the application" }, { "name": "hourCount", "value": "12", "type": "query", "description": "The number of hour to retrieve" } ] }, "docs": "AccuWeather Retrieves the Latest Hourly Forecast for a Location" } ] } ], "bundled": true }