Display detailed D80/D90 information for the facility for a given quarter or month
Displays detailed D80/D90 Effluent Non Reporting information from EPA's ICIS NPDES system for the facility for a given quarter or month.
Query parameters
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.
The NPDES_ID for the NPDES Permit to download DMR D80 and D90 Non-Receipt violations.
For the D80.D90 download, identifies whether or not MISSINGviolations are downloaded or LATE violations are downloaded. Valid values are: MiISSING and LATE.
Identifies the time frame type, month or quarter, for the D80/D90 download.
A number between 1 and 39 that identifies the specific month or quarter for the D80/D90 violation download.
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 that includes information for D80/D90 violations.
Example response
{
"Results": {
"D80D90sDetails": {
"Sources": [
{
"DaysLate": "5",
"DmrDueDate": "01/25/2018",
"LimitBeginDate": "01-APR-14",
"LimitEndDate": "31-MAR-19",
"LimitId": "3401161480",
"MissingLate": "LATE",
"MonitoringLocationCode": "1",
"MonitoringLocationDesc": "Effluent Gross",
"MonitoringPeriodEndDate": "30-APR-14",
"NPDESId": "IN0000094",
"NodiCode": "1",
"NodiDesc": "Wrong Flow",
"NodiValidationFlag": "Y",
"NpdesViolationId": "3638943345",
"ParameterCode": "00400",
"ParameterDesc": "pH",
"PermFeatureNmbr": "001",
"RncDetectionCode": "A",
"RncDetectionDate": "02/19/2016",
"RncDetectionDesc": "Enforcement Order",
"RncResolutionCode": "4",
"RncResolutionDate": "02/19/2016",
"RncResolutionDesc": "\tRP - In Compliance with Formal Enforcement Action Final Order Requirement",
"ValueReceivedDate": "08-MAY-14",
"ValueTypeCode": "C1",
"VersionNmbr": "0",
"ViolationCode": "E90"
}
]
},
"Message": "Success"
}
}