UnifyAPI
← Back to catalog

water.sites

mock data$0.001 / call

Search Water Monitoring Sites

Search 1.5M+ USGS water monitoring sites by US state, county FIPS, bounding box, or site number. Returns site ID, station name, coordinates, altitude, HUC watershed code. Use site numbers with water.realtime for live data (USGS)

Healthprovider: Water#water#health

Input schema

bbox

Bounding box: west,south,east,north in decimal degrees (e.g. "-105.5,39.5,-104.5,40.5")

string
state

US state FIPS code, 2 chars (e.g. "CA", "NY", "CO")

string
county

County FIPS code, 5 digits (e.g. "06037" for Los Angeles County)

string
site_no

USGS site number (e.g. "09380000" for Colorado River at Lees Ferry)

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/water.sites \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"bbox":"<bbox>","state":"<state>","county":"<county>","site_no":"<site_no>"}'

Try it

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