Case Enforcement
Enforcement Case Search
The get_cases service end point searches for civil enforcement and criminal cases based on the provided selection criteria.
post/case_rest_services.get_cases
Response
Returns an array of cases that meet the selection criteria.
Example response
{
"Results": {
"AFRRows": "5",
"CAARows": "50",
"CERCLARows": "50",
"CWARows": "50",
"Cases": [
{
"ActivityId": "???",
"CaaFlag": "1",
"CaseCategoryCode": "AIF",
"CaseCategoryDesc": "Administrative - Informal",
"CaseName": "Baltes Real Estate Company",
"CaseNumber": "05-200021274",
"CaseStatusCode": "ACH",
"CaseStatusDesc": "Achieved",
"CerclaFlag": "1",
"CivilCriminalIndicator": "CI",
"CostRecovery": "0",
"CwaFlag": "1",
"DOJDocketNmbr": "Achieved",
"DateClosed": "07/21/2011",
"DateFiled": "01/19/2005",
"DateLodged": "04/28/2009",
"EnfOutcome": "Final Order With Penalty",
"EpcraFlag": "1",
"FedPenalty": "$3,000.00",
"FederalFlag": "1",
"FifraFlag": "1",
"Lead": "EPA",
"MaxScore": "1",
"PrimaryLaw": "TSCA",
"PrimaryNAICSCode": "237310",
"PrimarySICCode": "1220",
"PrimarySection": "409",
"RcraFlag": "1",
"SEPCategories": "0",
"SEPCost": "$4,100.00",
"SEPTexts": "0",
"SdwaFlag": "1",
"SettlementCnt": "1",
"SettlementDate": "05/5/2005",
"TotalCompActionAmt": "279450"
}
],
"CriminalRows": "0",
"EPCRARows": "50",
"FIFRARows": "50",
"FedPenRows": "3",
"FederalRows": "50",
"JDCRows": "2",
"MapOutput": {
"IconBaseURL": "https://echo.epa.gov/app/map/icons/",
"MapData": [
{
"ICON": "CAA-IC-MN-N.png",
"LAT": "38.798026",
"LON": "-77.062981",
"NAME": "VIRGINIA CONCRETE ALEXANDRIA PLANT",
"PUV": "110001891506",
"TYPE": "Facility"
}
],
"PopUpBaseURL": "https://echodata.epa.gov/echo/cwa_rest_services.pop_up?p_id=",
"QueryID": "245"
},
"Message": "Success",
"PageNo": "1",
"QueryID": "245",
"QueryRows": "5",
"RCRARows": "50",
"SDWARows": "50",
"SEPRows": "0",
"TSCARows": "50"
}
}