Provenance
Freshness & coverage
Methods (5)
getActiveCalls
readActive administrative calls (river curtailment) by water division or district.
Input schema
{ "type": "object", "properties": { "division": { "type": "number" }, "limit": { "type": "number" } }, "additionalProperties": false }searchWaterRights
readDecreed water-right net amounts by county, WDID, division, or district.
Input schema
{ "type": "object", "properties": { "county": { "type": "string" }, "wdid": { "type": "string" }, "division": { "type": "number" }, "waterDistrict": { "type": "number" }, "limit": { "type": "number" } }, "additionalProperties": false }searchWellPermits
readGroundwater well permits by county or WDID (location, status, aquifer).
Input schema
{ "type": "object", "properties": { "county": { "type": "string" }, "wdid": { "type": "string" }, "division": { "type": "number" }, "waterDistrict": { "type": "number" }, "limit": { "type": "number" } }, "additionalProperties": false }getTelemetryStations
readReal-time stream/diversion telemetry stations by division or county.
Input schema
{ "type": "object", "properties": { "division": { "type": "number" }, "county": { "type": "string" }, "abbrev": { "type": "string" }, "limit": { "type": "number" } }, "additionalProperties": false }getServiceInfo
readConnector surface, division codes, and filter notes.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }
