---
title: "Detailed Facility Report Enforcement Summary Service"
method: GET
path: "/dfr_rest_services.get_enforcement_summary"
tags: ["Detailed Facility Report"]
---

# Detailed Facility Report Enforcement Summary Service

`GET /dfr_rest_services.get_enforcement_summary`

This procedure obtains data for the Enforcement and Compliance Summary in the Facility Summary section of the Detailed Facility Report.

## Query parameters

- `output` 'JSONP' | 'JSON' | 'XML'
- `p_id` string, required
- `callback` string

## Response `200`

Returns an object that includes an array of enforcement compliance summaries

- object — Root Object
  - `Results` Dfr114Results, required — Results Object
    - `EnforcementComplianceSummaries` Dfr062 — Enforcement Compliance Summaries Object
      - `ProgramDates` Dfr063S[], required
        - `EndDate` string, required — End date for the date range of interest. Formatted as mm/dd/yyyy
        - `Program` string, required — The source database for the EPA programs information.
        - `StartDate3Yr` string, required — ?? - mm/dd/yyyy
        - `StartDate5Yr` string, required — ?? - mm/dd/yyyy
      - `Summaries` Dfr018Summaries[], required
        - `Cases` string, required — The number of EPA enforcement cases that have been brought against the facility, under the corresponding statute, within the designated time period.
        - `CurrentStatus` string, required — The current status for the facility during the most current quarter. (No violation, noncompliance)
        - `FormalActions` string, required — The number of formal enforcement actions that have been taken against the facility, under the corresponding statute, within the five year time period
        - `InformalActions` string, required — The number of informal enforcement actions that have been taken against the facility, under the corresponding statute, within the five year time period
        - `Inspections` string, required — The number of inspections/compliance evaluations that have occurred at the facility, under the corresponding statute, within the designated time period
        - `LastInspection` string, required — The date on which the most recent inspection of the facility took place
        - `QtrsInNC` string, required — The number of quarters, out of the last twelve quarters, in which the permit or site is considered either with violations, in non-compliance (NC) status, or in Significant Noncompliance (SNC) or High Priority Violation (HPV) status
        - `QtrsInSNC` string, required — The number of formal enforcement actions that have been taken against the facility, under the corresponding statute, within the five year time period
        - `Statute` string, required — The name of the statute associated with each of the permits and identifiers linked to the facility: - CAA = the Clean Air Act - CWA = the Clean Water Act - RCRA = the Resource Conservation and Recovery Act - EP313 = the Emergency Planning and Community Right-to-Know Act, Section 313 (also known as the Toxics Release Inventory Program) - TSCA = the Toxic Substances Control Act - SDWA = the Safe Drinking Water Act
        - `TotalCasePenalties` string, required — ??
        - `TotalPenalties` string, required — The total dollar amount of either assessed or final penalties within the five year time period
    - `Message` string, required — Field to record messages (typically performance-related) about packet processing

---

[API](https://skmtc.net/usepa/apis/dfr.md) · [All operations](https://skmtc.net/usepa/apis/dfr/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usepa/dfr/versions/0f6834e9375d/schema)
