{ "opencollection": "1.0.0", "info": { "name": "EPA Air Quality System (AQS) Account Type Codes QA Certification API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "QA Certification", "type": "folder" }, "items": [ { "info": { "name": "Exports Official QA Certification Data", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/qa-certification-mgmt/export", "params": [ { "name": "facilityId", "value": "0", "type": "query", "description": "The Facility ID code assigned by the Department of Energy's Energy Information Administration. The Energy Information Administration Plant ID code is also referred to as the \"ORIS code\", \"ORISPL code\", \"Facility ID\", or \"Facility code\", among other names. If a Plant ID code has not been assigned by the Department of Energy's Energy Information Administration, then plant code means a code beginning with \"88\" assigned by the EPA's Clean Air Markets Division for electronic reporting." }, { "name": "unitIds", "value": "12345", "type": "query", "description": "Unique identifier for each unit at a facility." }, { "name": "stackPipeIds", "value": "12345", "type": "query", "description": "This is the alphanumeric code assigned by a source to identify a multiple or common stack or pipe at which emissions are determined." }, { "name": "testSummaryIds", "value": "12345", "type": "query", "description": "Unique identifier of a test summary record." }, { "name": "qaCertificationEventIds", "value": "12345", "type": "query", "description": "Unique identifier of a QA certification event record." }, { "name": "testTypeCodes", "value": "7DAY", "type": "query", "description": "Code used to identify test type or the type of test performed." }, { "name": "qaTestExtensionExemptionIds", "value": "12345", "type": "query", "description": "Unique Id for variances from prescribed testing requirements or extensions to the normal QA testing schedule." }, { "name": "beginDate", "value": "2024-01-15T12:00:00Z", "type": "query", "description": "Date in which information became effective or activity started." }, { "name": "endDate", "value": "2024-01-15T12:00:00Z", "type": "query", "description": "End date for a given period of a unit's emissions." }, { "name": "reportedValuesOnly", "value": "true", "type": "query" } ] }, "docs": "Exports Official QA Certification Data" }, { "info": { "name": "QACertificationController_getFilteredCerts", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/qa-certification-mgmt/cert-events", "params": [ { "name": "orisCodes", "value": "0", "type": "query", "description": "Array of oris codes" }, { "name": "monPlanIds", "value": "12345", "type": "query", "description": "Array of configurations" }, { "name": "quarters", "value": "string", "type": "query", "description": "Array of quarter abbreviations" } ] } }, { "info": { "name": "QACertificationController_getFilteredTestSums", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/qa-certification-mgmt/test-summary", "params": [ { "name": "orisCodes", "value": "0", "type": "query", "description": "Array of oris codes" }, { "name": "monPlanIds", "value": "12345", "type": "query", "description": "Array of configurations" }, { "name": "quarters", "value": "string", "type": "query", "description": "Array of quarter abbreviations" } ] } }, { "info": { "name": "QACertificationController_getFilteredTee", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/qa-certification-mgmt/test-extension-exemption", "params": [ { "name": "orisCodes", "value": "0", "type": "query", "description": "Array of oris codes" }, { "name": "monPlanIds", "value": "12345", "type": "query", "description": "Array of configurations" }, { "name": "quarters", "value": "string", "type": "query", "description": "Array of quarter abbreviations" } ] } } ] } ], "bundled": true }