https://epa.gov/dfr_rest_services.get_cwa_rnc_complianceThis procedure obtains data for the CWA SNC/RNC History section located in the Three Year ompliance Status by Quarter portion of the DFR. Valid Compliance Statuses are as follows. > S = SNC/Category I - an enforcement action has been issued, and the facility is not meeting its compliance schedule > E = SNC/Category I - effluent violations of monthly average limits (Technical Review Criteria and chronic) > X = SNC/Category I - effluent violations of non-monthly average limits (Technical Review Criteria and chronic) > T = SNC/Category I - compliance schedule reporting violation > D = SNC/Category I - reporting violation - nonreceipt of DMR > N = RNC/Category II - reportable non-compliance > P = Resolved Pending - an enforcement action has been issued, and facility compliance with the action is pending final completion > R = Resolved - the facility has returned to compliance with its permit conditions, either with or without issuance of an enforcement action > C = Not considered in RNC/SNC based on manual review of data by state or EPA region. This manual override status is also indicated by a superscripted "m". > Blank = Not considered in RNC/SNC > N/A = EPA's data system is not able to determine the facility-level compliance status based upon the information available. This information may be available from a state database.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'https://epa.gov/dfr_rest_services.get_cwa_rnc_compliance' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}https://epa.gov/dfr_rest_services.get_cwa_rnc_complianceThis procedure obtains data for the CWA SNC/RNC History section located in the Three Year ompliance Status by Quarter portion of the DFR. Valid Compliance Statuses are as follows. > S = SNC/Category I - an enforcement action has been issued, and the facility is not meeting its compliance schedule > E = SNC/Category I - effluent violations of monthly average limits (Technical Review Criteria and chronic) > X = SNC/Category I - effluent violations of non-monthly average limits (Technical Review Criteria and chronic) > T = SNC/Category I - compliance schedule reporting violation > D = SNC/Category I - reporting violation - nonreceipt of DMR > N = RNC/Category II - reportable non-compliance > P = Resolved Pending - an enforcement action has been issued, and facility compliance with the action is pending final completion > R = Resolved - the facility has returned to compliance with its permit conditions, either with or without issuance of an enforcement action > C = Not considered in RNC/SNC based on manual review of data by state or EPA region. This manual override status is also indicated by a superscripted "m". > Blank = Not considered in RNC/SNC > N/A = EPA's data system is not able to determine the facility-level compliance status based upon the information available. This information may be available from a state database.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'https://epa.gov/dfr_rest_services.get_cwa_rnc_compliance' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}