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.

get/eff_rest_services.get_summary_chart

Query parameters

p_idstring required

Identifier for the service.

output'JSONP' | 'JSON' | 'XML'

Output Format Flag. Enter one of the following keywords:

  • JSON = Data model formatted as Javascript Object Notation (default).
  • JSONP = Data model formatted as Javascript Object Notation with Padding.
  • XML = Data model formatted as Extensible Markup Language.
callbackstring

JSONP Callback. For use with JSONP and GEOJSONP output only. Enter a name of the function in which to wrap the JSON response.

start_datestring

The start date (mm/dd/yyyy) for the date range of interest. Must be used in conjunction with end_date. If start_date and end_date are not specified, the service will return the last three years of data.

end_datestring

The end date (mm/dd/yyyy) for the date range of interest. Must be used in conjunction with start_date. If start_date and end_date are not specified, the service will return the last three years of data.

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"
  }
}