Detailed Facility Report
Detailed Facility Report Enforcement Summary Service
This procedure obtains data for the Enforcement and Compliance Summary in the Facility Summary section of the Detailed Facility Report.
get/dfr_rest_services.get_enforcement_summary
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_idstring required
Either the EPA Facility Registry System's REGISTRY_ID for a facility or the facility identifier from the following EPA Systems: RCRAINFO (HANDLER_ID), AFS (SCSC), ICIS NPDES (NPDES_ID), or SDWIS (PWS_ID).
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 an array of enforcement compliance summaries
Example response
{
"Results": {
"EnforcementComplianceSummaries": {
"ProgramDates": [
{
"EndDate": "01/01/2016",
"Program": "CWA",
"StartDate3Yr": "07/01/2013",
"StartDate5Yr": "05/04/2011"
}
],
"Summaries": [
{
"Cases": "1",
"CurrentStatus": "No Violation",
"FormalActions": "1",
"InformalActions": "1",
"LastInspection": "07/24/2015",
"QtrsInNC": "1",
"QtrsInSNC": "1",
"Statute": "CWA",
"TotalCasePenalties": "$4,100.00",
"TotalPenalties": "$963,531"
}
]
},
"Message": "Success"
}
}