v1

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

Detailed Effluent Chart Service

Discharge Monitoring Report (DMR) data supporting each effluent chart for one NPDES permit. Includes Discharge Monitoring Reports and NPDES Violations.

get/eff_rest_services.get_effluent_chart

Query parameters

p_idstring required

Identifier for the service.

outfallstring

Three-character code that identifies the point of discharge (e.g., pipe or outfall) for a facility. A single NPDES ID may have multiple points of discharge.

parameter_codestring

Five-digit numeric code identifying the parameter. See Parameter Lookup documentation for a complete list of codes.

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.

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.

Response

Returns an object with detailed 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",
    "Message": "Success",
    "PermFeatures": [
      {
        "Parameters": [
          {
            "DischargeMonitoringReports": [
              {
                "DMREventId": "3403602486",
                "DMRFormValueId": "3444464127",
                "DMRUnitCode": "19",
                "DMRUnitDesc": "mg/L",
                "DMRValueId": "3420340252",
                "DMRValueNmbr": "20",
                "DMRValueQualifierCode": "=",
                "DMRValueStdUnits": "20",
                "DaysLate": "5",
                "ExceedencePct": "0",
                "LimitBeginDate": "01-APR-14",
                "LimitEndDate": "31-MAR-19",
                "LimitId": "3401161480",
                "LimitSetId": "3400122018",
                "LimitSetScheduleId": "3400204974",
                "LimitTypeCode": "C1",
                "LimitUnitCode": "12",
                "LimitUnitDesc": "SU",
                "LimitValueId": "3401799401",
                "LimitValueNmbr": "20",
                "LimitValueQualifierCode": "=",
                "LimitValueStdUnits": "20",
                "LimitValueTypeCode": "C1",
                "LimitValueTypeDesc": "Concentration1",
                "MonitoringPeriodEndDate": "30-APR-14",
                "NODICode": "C",
                "NPDESViolations": [
                  {
                    "NPDESViolationId": "3401214483",
                    "RNCDetectionCode": "K",
                    "RNCDetectionDate": "28-FEB-16",
                    "RNCDetectionDesc": "Non-receipt Violation, Non-Monthly Average",
                    "RNCResolutionCode": "2",
                    "RNCResolutionDate": "01-FEB-16",
                    "RNCResolutionDesc": "RE - Back into Compliance",
                    "ViolationCode": "E90",
                    "ViolationDesc": "Effluent Violation",
                    "ViolationSeverity": "No Violation"
                  }
                ],
                "NmbrOfSubmission": "1",
                "PermFeatureId": "3400087283",
                "StatisticalBaseCode": "DC",
                "StatisticalBaseTypeCode": "MIN",
                "StatisticalBaseTypeDesc": "Minimum",
                "StayValueNmbr": "???",
                "StdUnitCode": "19",
                "StdUnitDesc": "mg/L",
                "ValueReceivedDate": "08-MAY-14",
                "ValueTypeCode": "C1",
                "ValueTypeDesc": "Concentration1",
                "VersionNmbr": "0"
              }
            ],
            "MonitoringLocationCode": "1",
            "MonitoringLocationDesc": "Effluent Gross",
            "ParameterCode": "00400",
            "ParameterDesc": "pH",
            "StayTypeCode": "???",
            "StayTypeDesc": "???"
          }
        ],
        "PermFeatureNmbr": "001",
        "PermFeatureTypeCode": "EXO",
        "PermFeatureTypeDesc": "External Outfall"
      }
    ],
    "RegistryId": "110020837601",
    "SourceId": "ALR040033",
    "StartDate": "01/01/2016",
    "Statute": "CWA"
  }
}