{ "opencollection": "1.0.0", "info": { "name": "Xweather Weather Air Quality Fires API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "client_id", "value": "{{client_id}}", "placement": "query" } }, "items": [ { "info": { "name": "Fires", "type": "folder" }, "items": [ { "info": { "name": "Get Wildfire Data", "type": "http" }, "http": { "method": "GET", "url": "https://data.api.xweather.com/fires/:location", "params": [ { "name": "location", "value": "california", "type": "path", "description": "Location identifier or state/province code." }, { "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": "limit", "value": "", "type": "query", "description": "Maximum number of fire records to return." }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to return." } ] }, "docs": "Returns active and historical wildfire data for the US and Canada including type, cause, area, and percent contained." } ] } ], "bundled": true }