usgs_water_realtime
ActiveTool of io.github.blackboxfoundry/livedatalink
Real-time water data from USGS NWIS streamgages. Filter by site code, state, or parameter (e.g. '00060' = streamflow cfs, '00065' = gage height ft). Useful for flood-stage monitoring, drought tracking, and hydrological research.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"sites": {
"type": "string",
"description": "Comma-separated USGS site codes (e.g. '01646500')"
},
"state_cd": {
"type": "string",
"description": "Two-letter state code; returns all active sites in the state"
},
"parameter_cd": {
"type": "string",
"description": "USGS parameter code (default '00060' streamflow). Common: 00060=streamflow, 00065=gage height, 00010=water temp, 00400=pH"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries