{ "opencollection": "1.0.0", "info": { "name": "AccuWeather One Active Storms API", "version": "v1" }, "items": [ { "info": { "name": "Active Storms", "type": "folder" }, "items": [ { "info": { "name": "AccuWeather Retrieves All Active Global Storms", "type": "http" }, "http": { "method": "GET", "url": "https://dataservice.accuweather.com/api/active-storms/:locationKey", "params": [ { "name": "locationKey", "value": "347628", "type": "path", "description": "The location key to retrieve tropical 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": "gmtOffset", "value": "42", "type": "query", "description": "The GMT offset for the user" }, { "name": "timeZone", "value": "example-value", "type": "query", "description": "The time zone for the user" } ] }, "docs": "AccuWeather Retrieves All Active Global Storms" } ] } ], "bundled": true }