UnifyAPI
← Back to catalog

sdwis.enforcement

mock data$0.001 / call

Lookup 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.

Healthprovider: Sdwis#sdwis#health

Input schema

limit

Maximum number of enforcement actions to return (1–100, default 20)

integer
pwsid

Public Water System Identifier (PWSID) to look up enforcement actions for a specific system (e.g. CA3310067)

string
action_type

Enforcement action type code (e.g. EFG for Formal Enforcement Order, 3EF for Third Violation)

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.