v1

latestSwagger 2.0U.S. Public Domain License2026-07-1481142.6 KB
Effluent Charts

Summary Effluent Chart Service

Summary of compliance status each outfall and parameter for one NPDES permit. Provides the current compliance status and overall compliance status for the date range of interest. This service supports the Summary Matrix on the Effluent Charts.

post/eff_rest_services.get_summary_chart

Response

Returns an object with summary effluent information

Example response

{
  "Results": {
    "CWPCity": "HUNTSVILLE",
    "CWPCurrentSNCStatus": "D (DMR NR)",
    "CWPMajorMinorStatusFlag": "N",
    "CWPName": "REDSTONE ARSENAL",
    "CWPPermitStatusDesc": "Effective",
    "CWPPermitTypeDesc": "General Permit Covered Facility",
    "CWPState": "AL",
    "CWPStreet": "BUILDING 3240 AREA",
    "CWPZip": "35898",
    "EPASystem": "ICP",
    "EndDate": "01/01/2016",
    "LinkedPermits": [
      {
        "CWPCity": "HUNTSVILLE",
        "CWPCurrentSNCStatus": "D (DMR NR)",
        "CWPMajorMinorStatusFlag": "N",
        "CWPName": "REDSTONE ARSENAL",
        "CWPPermitStatusDesc": "Effective",
        "CWPPermitTypeDesc": "General Permit Covered Facility",
        "CWPState": "AL",
        "CWPStreet": "BUILDING 3240 AREA",
        "CWPZip": "35898",
        "SourceId": "ALR040033"
      }
    ],
    "Message": "Success",
    "PermFeatures": [
      {
        "Parameters": [
          {
            "CurrentVioStatus": "In Violation",
            "MaxVioStatus": "In Violation",
            "ParameterCode": "00400",
            "ParameterDesc": "pH"
          }
        ],
        "PermFeatureNmbr": "001",
        "PermFeatureTypeCode": "EXO",
        "PermFeatureTypeDesc": "External Outfall"
      }
    ],
    "RegistryId": "110020837601",
    "SourceId": "ALR040033",
    "StartDate": "01/01/2016",
    "Statute": "CWA"
  }
}