---
title: "Enforcement Criminal Case Summary Report Search"
method: GET
path: "/case_rest_services.get_crcase_report"
tags: ["Case Enforcement"]
---

# Enforcement Criminal Case Summary Report Search

`GET /case_rest_services.get_crcase_report`

The get_crcase_report service end point returns a complex object of criminal case detials based on the provided criminal case id.

## Query parameters

- `p_id` string
- `output` 'JSONP' | 'JSON' | 'XML'
- `callback` string
- `mapset` string

## Response `200`

Returns a complex object containing detailed criminal case information for the provided Case Identifier.

- object — Service call container.
  - `Results` Crs3Results, required — The data returned by the service call.
    - `CRCaseInformation` Crs3CaseInformation, required — The basic information section contains information that identifies the action and some key descriptive variables, such as case status and case type.
      - `CaseIdentifier` string, required — A unique number identifying the enforcement action. For EPA civil cases, these numbers begin with either the two digit EPA Region Code, "HQ" (headquarters initiated cases), and "EF" or "WF" (Eastern or Western Field Office CAA Mobile Source Program cases); followed by the fiscal year in which the action was initiated.
      - `CaseSummary` string, required — The summary of the violation environmental problem and a description of the cause of action (basis of legal action). The summary could be extracted from the referral transmission memo or letter or it could be required as the first section of a revised standardized referral document.
      - `Citations` string, required — The corresponding regulation in the Code of Federal Regulations (CFR) or U.S. Code (U.S.C.) associated with the enforcement action.
      - `FiscalYear` string, required — The fiscal year in which the activity occurred.
      - `Statutes` string, required — A compilation of all Case Law Statutes applicable to the Case.
    - `CRDefendants` Crs3CRDefendants[], required
      - `DefendantType` string, required — The role of each defendant in the criminal enforcement case, either Principal Defendant or Defendant. Multiple defendants (up to fourteen) may be associated with one case, but only one is designated as principal.
      - `District` string, required — The United States district courts are the trial courts of the federal court system.
      - `DocketNumber` string, required — The number the Clerk of the Court assigned to the case that is filed or to a consent decree when it is lodged. For administrative cases, this number is assigned to the case by the Regional Hearing Clerk.
      - `Name` string, required — The name of the case assigned to the enforcement action by the lead attorney. Generally, the primary defendant's name is used as the case name. For civil CERCLA cases, the facility/site name may be used.
      - `State` string, required — The two letter abbreviation that represents the state or state equivalent for the U.S.
    - `CRDetails` Crs3CRDetails[], required
      - `DetailCitations` string, required — The corresponding regulation in the Code of Federal Regulations (CFR) or U.S. Code (U.S.C.) associated with the enforcement action case detail.
      - `DetailDate` string, required — The date associated with an enforcement action case detail.
      - `DetailDesc` string, required — The description of an enforcement action case detail.
    - `Locations` Crs3Locations[], required
      - `City` string, required — The name of the city, town, village or other locality, when identifiable, within whose boundaries (the majority of) the facility site is located. This is not always the same as the city used for USPS mail delivery.
      - `County` string, required — The name of the county, when identifiable, within whose boundaries (the majority of) the criminal activity was located. The county was derived in ECHO based on the latitude and longitude provided in the Summary of Criminal Prosecutions database.
      - `EPARegion` string, required — The EPA region in which the facility is located
      - `Latitude` string, double, required — The latitude of the facility or permit holder as maintained in each data system.
      - `Longitude` string, double, required — The longitude of the facility or permit holder as maintained in each data system
      - `State` string, required — The two letter abbreviation that represents the state or state equivalent for the U.S.
      - `Zip` string, required — US postal ZIP code, as maintained by ICIS.
    - `Message` string, required — Field to record messages (typically performance-related) about packet processing

---

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