← Back to catalog
water.realtime
mock data$0.001 / callReal-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)
Input schema
period
stringISO 8601 duration for data window (e.g. "PT2H" for 2 hours, "P7D" for 7 days). Default: PT2H.
site_norequired
stringUSGS site number (e.g. "09380000"). Use water.sites to find site numbers first.
parameter_cd
stringParameter code(s), comma-separated. Common: 00060=streamflow, 00065=gage height, 00010=temperature. Default: all available.
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>"}'