All data sources

Colorado Water Resources (DWR)

Unknown authco-dwr

Colorado Division of Water Resources via the CDSS HydroBase REST API (dwr.state.co.us). No auth. Active administrative calls show which water rights are curtailed by senior calls on a stream — directly relevant to industrial and frac-water sourcing in the DJ Basin. Also decreed water-right net amounts, groundwater well permits, and real-time telemetry stations, filterable by county, water division (1–7), and WDID.

Provenance

PublisherColorado Water Resources (DWR)

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (5)

  • getActiveCalls

    read

    Active administrative calls (river curtailment) by water division or district.

    Input schema
    {
      "type": "object",
      "properties": {
        "division": {
          "type": "number"
        },
        "limit": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }
  • searchWaterRights

    read

    Decreed 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

    read

    Groundwater 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

    read

    Real-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

    read

    Connector surface, division codes, and filter notes.

    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }