{ "opencollection": "1.0.0", "info": { "name": "Xweather Weather Air Quality Tropical API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "client_id", "value": "{{client_id}}", "placement": "query" } }, "items": [ { "info": { "name": "Tropical", "type": "folder" }, "items": [ { "info": { "name": "List Tropical Cyclones", "type": "http" }, "http": { "method": "GET", "url": "https://data.api.xweather.com/tropical/cyclones", "params": [ { "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 active or archive cyclones." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of cyclones to return." } ] }, "docs": "Returns active and archive information on global tropical cyclones including category, track, and intensity data." } ] } ], "bundled": true }