{ "opencollection": "1.0.0", "info": { "name": "EPA Air Quality System (AQS) Account Type Codes Components API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Components", "type": "folder" }, "items": [ { "info": { "name": "ComponentController_getComponents", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/monitor-plan-mgmt/locations/:locId/components", "params": [ { "name": "locId", "value": "12345", "type": "path" } ] } } ] } ], "bundled": true }