← Back to catalog
water.sites
mock data$0.001 / callSearch 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)
Input schema
bbox
stringBounding box: west,south,east,north in decimal degrees (e.g. "-105.5,39.5,-104.5,40.5")
state
stringUS state FIPS code, 2 chars (e.g. "CA", "NY", "CO")
county
stringCounty FIPS code, 5 digits (e.g. "06037" for Los Angeles County)
site_no
stringUSGS site number (e.g. "09380000" for Colorado River at Lees Ferry)
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>"}'