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.
Query parameters
Identifier for the service.
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.
JSONP Callback. For use with JSONP and GEOJSONP output only. Enter a name of the function in which to wrap the JSON response.
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.
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"
}
}