UnifyAPI
← Back to catalog

water.realtime

mock data$0.001 / call

Real-Time Water Data

Get real-time streamflow (ft^3/s), gage height (ft), water temperature, and conductance for a USGS monitoring site. Updated every 15 minutes. Covers rivers, streams, lakes, reservoirs across the US. Use water.sites to find site numbers (USGS)

Healthprovider: Water#water#health

Input schema

period

ISO 8601 duration for data window (e.g. "PT2H" for 2 hours, "P7D" for 7 days). Default: PT2H.

string
site_norequired

USGS site number (e.g. "09380000"). Use water.sites to find site numbers first.

string
parameter_cd

Parameter code(s), comma-separated. Common: 00060=streamflow, 00065=gage height, 00010=temperature. Default: all available.

string

Call via REST

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

Try it

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