{ "opencollection": "1.0.0", "info": { "name": "Xweather Weather Air Quality Alerts API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "client_id", "value": "{{client_id}}", "placement": "query" } }, "items": [ { "info": { "name": "Alerts", "type": "folder" }, "items": [ { "info": { "name": "Get Weather Alerts", "type": "http" }, "http": { "method": "GET", "url": "https://data.api.xweather.com/alerts/:location", "params": [ { "name": "location", "value": "chicago,il", "type": "path", "description": "Location identifier (ZIP code, city name, lat/long, or place name)." }, { "name": "client_id", "value": "", "type": "query", "description": "Your Xweather API client ID." }, { "name": "client_secret", "value": "", "type": "query", "description": "Your Xweather API client secret." }, { "name": "filter", "value": "", "type": "query", "description": "Filter by alert type (e.g., tornado, flood)." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of alerts to return." } ] }, "docs": "Returns active weather alerts and advisories for a specified location from the National Weather Service, Environment Canada, and MeteoAlarm." } ] } ], "bundled": true }