{ "opencollection": "1.0.0", "info": { "name": "EPA Air Quality System (AQS) Account Type Codes Analysis Services API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Analysis Services", "type": "folder" }, "items": [ { "info": { "name": "CIP-service Navigation", "type": "http" }, "http": { "method": "POST", "url": "https://aqs.epa.gov/data/api/rpc/navigate", "body": { "type": "json", "data": "{}" } }, "docs": "CIP-service Navigation Endpoint" }, { "info": { "name": "CIP-service Delineation", "type": "http" }, "http": { "method": "POST", "url": "https://aqs.epa.gov/data/api/rpc/delineate", "body": { "type": "json", "data": "{}" } }, "docs": "CIP-service Delineation Endpoint" }, { "info": { "name": "CIP-service Point Indexing", "type": "http" }, "http": { "method": "POST", "url": "https://aqs.epa.gov/data/api/rpc/pointindexing", "body": { "type": "json", "data": "{}" } }, "docs": "CIP-service Point Indexing Endpoint" }, { "info": { "name": "CIP-service Upstream Downstream", "type": "http" }, "http": { "method": "POST", "url": "https://aqs.epa.gov/data/api/rpc/upstreamdownstream", "body": { "type": "json", "data": "{}" } }, "docs": "CIP-service Upstream Downstream Endpoint" }, { "info": { "name": "CIP-service Flow Accumulation", "type": "http" }, "http": { "method": "POST", "url": "https://aqs.epa.gov/data/api/rpc/flow_accumulation", "body": { "type": "json", "data": "{}" } }, "docs": "CIP-service Flow Accumulation" } ] } ], "bundled": true }