← Back to catalog
epa.water_systems
mock data$0.001 / callEPA Public Water Systems
Search public water systems by US state. Returns system name, PWSID, activity status, primacy agency, EPA region, population served, and service connections. Source: EPA Safe Drinking Water Act data.
Input schema
limit
integerNumber of results (1-50, default 10)
staterequired
stringUS state code (e.g. FL, CA, TX)
Call via REST
curl -X POST https://unifyapi.pro/api/call/epa.water_systems \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"state":"<state>"}'