UnifyAPI
← Back to catalog

epa.water_systems

mock data$0.001 / call

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

Government & Legalprovider: Epa#epa#government

Input schema

limit

Number of results (1-50, default 10)

integer
staterequired

US state code (e.g. FL, CA, TX)

string

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

Try it

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