{ "opencollection": "1.0.0", "info": { "name": "EPA Air Quality System (AQS) Account Type Codes Pollutants API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Pollutants", "type": "folder" }, "items": [ { "info": { "name": "Pollutants", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/api/pollutants" }, "docs": "Placeholder" }, { "info": { "name": "Pollutant Categories", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/api/pollutantCategories" }, "docs": "Placeholder" }, { "info": { "name": "Pollutant", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/api/pollutant", "params": [ { "name": "id", "value": "BOD5", "type": "query", "description": "Placeholder." }, { "name": "download", "value": "", "type": "query", "description": "Placeholder." } ] }, "docs": "Placeholder" }, { "info": { "name": "Pollutant Category", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/api/pollutantCategory", "params": [ { "name": "id", "value": "0", "type": "query", "description": "Placeholder." }, { "name": "download", "value": "", "type": "query", "description": "Placeholder." } ] }, "docs": "Placeholder" }, { "info": { "name": "Pollutant Limitations", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/api/pollutantLimitations", "params": [ { "name": "pollutantId", "value": "", "type": "query", "description": "Placeholder." }, { "name": "pointSourceCategoryCode", "value": "", "type": "query", "description": "Placeholder." }, { "name": "download", "value": "", "type": "query", "description": "Placeholder." } ] }, "docs": "Placeholder" }, { "info": { "name": "Limitation", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/api/limitation", "params": [ { "name": "id", "value": "0", "type": "query", "description": "Placeholder." }, { "name": "download", "value": "", "type": "query", "description": "Placeholder." } ] }, "docs": "Placeholder" } ] } ], "bundled": true }