sdwis.enforcement
mock data$0.001 / callLookup Water System Enforcement Actions
Look up EPA enforcement actions taken against public water systems under the Safe Drinking Water Act. Filter by PWSID (Public Water System Identifier) to get all enforcement history for a specific utility, or filter by enforcement action type code. Returns enforcement date, action type, and originator. Enforcement types include Formal Administrative Orders (EFG), Compliance Schedules, Referral to State, and Civil Penalties. Combine with sdwis.water.violations to understand the full compliance picture for a water system. Data source: EPA SDWIS Federal Reporting Services, US Gov public domain.
Input schema
Maximum number of enforcement actions to return (1–100, default 20)
Public Water System Identifier (PWSID) to look up enforcement actions for a specific system (e.g. CA3310067)
Enforcement action type code (e.g. EFG for Formal Enforcement Order, 3EF for Third Violation)
Call via REST
curl -X POST https://unifyapi.pro/api/call/sdwis.enforcement \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"pwsid":"<pwsid>","action_type":"<action_type>"}'