{ "opencollection": "1.0.0", "info": { "name": "AccuWeather One Active Storms Autocomplete API", "version": "v1" }, "items": [ { "info": { "name": "Autocomplete", "type": "folder" }, "items": [ { "info": { "name": "AccuWeather Retrieves a List of Locations Matching the Specified Query", "type": "http" }, "http": { "method": "GET", "url": "https://dataservice.accuweather.com/api/autocomplete", "params": [ { "name": "Query", "value": "New", "type": "query", "description": "The partial query to search against. Eg. 'New' to get things like New York or New Market" }, { "name": "Latitude", "value": "40.7128", "type": "query", "description": "The latitude where responses will be biased." }, { "name": "Longitude", "value": "-74.006", "type": "query", "description": "The longitude where responses will be biased." }, { "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" } ] }, "docs": "AccuWeather Retrieves a List of Locations Matching the Specified Query" } ] } ], "bundled": true }