v1

latestSwagger 2.0This page was built with the Swagger API.2026-07-1494156491.1 KB
Detailed Facility Report

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.

get/dfr_rest_services.get_d80d90s_details

Query parameters

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.
p_npdes_idstring

The NPDES_ID for the NPDES Permit to download DMR D80 and D90 Non-Receipt violations.

p_missinglate'MISSING' | 'LATE'

For the D80.D90 download, identifies whether or not MISSINGviolations are downloaded or LATE violations are downloaded. Valid values are: MiISSING and LATE.

p_qmtype'MONTH' | 'QUARTER'

Identifies the time frame type, month or quarter, for the D80/D90 download.

p_qmvaluestring

A number between 1 and 39 that identifies the specific month or quarter for the D80/D90 violation download.

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