v1

latestSwagger 2.0This page was built with the Swagger API.2026-07-1494156491.1 KB
Detailed Facility Report

Displays Cases related to the Facility

Displays closed case information from EPA's Federal Enforcement & Compliance System that are related to the facility.

post/dfr_rest_services.get_case_formal_actions

Response

Returns an object that includes information on cases.

Example response

{
  "Results": {
    "CaseFormalActions": {
      "Action": [
        {
          "CaseID": "VA0000005151044014",
          "CaseName": "Baltes Real Estate Company",
          "CaseType": "AFR",
          "EPASystem": "ICP",
          "LawSectionCode": "112D",
          "LeadAgency": "State",
          "NumberSettlements": "1",
          "Settlements": {
            "Settlement": [
              {
                "CompActionCost": "0",
                "FederalPenalty": "$65,000.00",
                "SepCost": "$4,100.00",
                "SettlementDate": "05/5/2005",
                "StateLocalPenalty": "8450",
                "TotalCostRecovery": "$6,598"
              }
            ]
          },
          "SourceID": "ALR040033",
          "StatuteCode": "VA0000005151044014"
        }
      ],
      "ProgramDates": [
        {
          "EndDate": "01/01/2016",
          "Program": "CWA",
          "StartDate": "01/01/2016"
        }
      ]
    },
    "Message": "Success"
  }
}