Case Enforcement
Enforcement Case Summary Report Search
The get_case_report service endpoint returns a complex object of civil enforcement case details based on the provided case id.
get/case_rest_services.get_case_report
Query parameters
p_idstring
Case Number. Enter the case number identifier to retrieve the case report.
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.
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 a complex object containing detailed case information for the provided Case Identifier.
Example response
{
"Results": {
"CAEDDocuments": [
{
"CaseNumber": "05-200021274",
"FacilityName": "3M COMPANY"
}
],
"CaseInformation": {
"CaseName": "Baltes Real Estate Company",
"CaseNumber": "05-200021274",
"CaseStatus": "Closed",
"CaseStatusDate": "08/12/1988",
"CaseType": "AFR",
"EnforcementOutcome": "Source Agrees",
"EnforcementType": "Formal",
"HeadquartersDivision": "CER",
"Lead": "EPA",
"MultiMediaCase": "No",
"RegionalDocketNumber": "III-88-40-DC",
"ResultVolDisclosure": "No",
"TotalComplianceActionCost": "$288",
"TotalCostRecovery": "$6,598",
"TotalFederalPenalty": "$13,210",
"TotalSEPCost": "$4,100.00",
"Violations": "General Facility Requirements"
},
"CaseMilestones": [
{
"ActualDate": "08/12/1988",
"Event": "Enforcement Action Data Entered"
}
],
"Citations": [
{
"Programs": "Imminent & Substantial Endangerment Order",
"Sections": "106",
"Title": "40CFR"
}
],
"Defendants": [
{
"DefendantName": "AMERICAN CYANAMID COMPANY",
"NamedInComplaint": "Y",
"NamedInSettlement": "N"
}
],
"EnforcementConclusions": [
{
"ActualTerminationDate": "07/09/2011",
"ComplianceActionCost": "$279,450",
"ComplianceSchedules": [
{
"ActualDate": "08/12/1988",
"EventAmount": "$100.00"
}
],
"ComplyingActions": [
{
"ComplyingActionCategory": "Direct Environmental Reduction",
"ComplyingActionDescription": "Migrated Industrial/Municipal Process Change (Includes Flow Reduction)",
"ComplyingActionId": "2600823911",
"ComplyingActionType": "IPC"
}
],
"CostRecovery": "0",
"EnforcementActionClosedDate": "07/21/2011",
"EnforcementConclusionId": "2600006100",
"EnforcementConclusionName": "4 J International",
"EnforcementConclusionType": "Administrative Penalty Order With or Without Injunctive Relief",
"FacilitiesInSettlement": "110001928317",
"FederalPenalty": "$65,000.00",
"FinalOrderStatuses": [
{
"FiscalYear": "2004"
}
],
"PollutantReductions": [
{
"AnnualAmount": "61,802",
"ComplyingActionId": "2600823911",
"EnvironmentalImpactId": "2600004336",
"Media": "Air",
"Pollutant": "Carbon monoxide",
"SEPId": "12345",
"SEPorComp": "C",
"Units": "PNDSYR"
}
],
"SEPCost": "$4,100.00",
"SettlementEnteredDate": "07/09/2011",
"StatePenalty": "$43,000.00",
"SupplementalEnvironmentalProjects": [
{
"SEPAmount": "$4,100.00",
"SEPId": "12345"
}
]
}
],
"Facilities": [
{
"FRSNumber": "110007875353",
"FacilityAddress": "WEST 19TH STREET",
"FacilityCity": "DECATUR",
"FacilityName": "3M COMPANY",
"FacilityState": "AL",
"FacilityZip": "35609",
"SICCodes": "2821 2869 2873"
}
],
"LawsAndSections": [
{
"Law": "CERCLA",
"Programs": "Imminent & Substantial Endangerment Order",
"Sections": "106"
}
],
"Message": "Success",
"Pollutants": [
{
"PollutantName": "NONE"
}
],
"ProgramLinks": [
{
"FRSNumber": "110007875353",
"Program": "CWA",
"ProgramID": "38957"
}
],
"RelatedActivities": [
{
"ActualDate": "08/12/1988"
}
]
}
}