{ "opencollection": "1.0.0", "info": { "name": "EPA Air Quality System (AQS) Account Type Codes Emissions Compliance API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Emissions Compliance", "type": "folder" }, "items": [ { "info": { "name": "EmissionsComplianceController_getEmissionsCompliance", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/account-mgmt/emissions-compliance", "params": [ { "name": "stateCode", "value": "AL", "type": "query", "description": "Two letter abbreviation for the State." }, { "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": "ownerOperator", "value": "string", "type": "query", "description": "The name of any company that owns an allowance account or an affected unit.The name of any company that operates an affected unit." }, { "name": "year", "value": "2024", "type": "query", "description": "The calendar year during which activity occurred." }, { "name": "page", "value": "0", "type": "query", "description": "Page number of data being requested." }, { "name": "perPage", "value": "0", "type": "query", "description": "Number of results per page." } ] } }, { "info": { "name": "EmissionsComplianceController_getAllApplicableEmissionsComplianceAttributes", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/account-mgmt/emissions-compliance/attributes/applicable" } }, { "info": { "name": "EmissionsComplianceController_getAllOwnerOperators", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/account-mgmt/emissions-compliance/owner-operators" } }, { "info": { "name": "EmissionsComplianceController_streamEmissionsCompliance", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/streaming-services/emissions-compliance", "params": [ { "name": "stateCode", "value": "AL", "type": "query", "description": "Two letter abbreviation for the State." }, { "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": "ownerOperator", "value": "string", "type": "query", "description": "The name of any company that owns an allowance account or an affected unit.The name of any company that operates an affected unit." }, { "name": "year", "value": "2024", "type": "query", "description": "The calendar year during which activity occurred." }, { "name": "exclude", "value": "ownerOperator", "type": "query", "description": "Selected items will be excluded from the response" } ] } } ] } ], "bundled": true }