Provenance
Freshness & coverage
Methods (7)
searchWaterRights
readWater-right PODs by number, basin, owner, source, use, bbox, or near. format:geojson.
Input schema
{ "type": "object", "properties": { "waterRightNumber": { "type": "string" }, "basin": { "type": "number" }, "owner": { "type": "string" }, "waterSource": { "type": "string" }, "use": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }searchWells
readWells/permits by owner, county, basin, wellUse, permitId, bbox, or near. format:geojson.
Input schema
{ "type": "object", "properties": { "owner": { "type": "string" }, "county": { "type": "string" }, "basin": { "type": "number" }, "wellUse": { "type": "string" }, "permitId": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }getPlacesOfUseGeoJSON
readPlace-of-use polygons for a water right (number/basin/use/area) as map GeoJSON.
Input schema
{ "type": "object", "properties": { "waterRightNumber": { "type": "string" }, "basin": { "type": "number" }, "use": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" } }, "additionalProperties": false }searchAppropriationPermits
readIssued appropriation permit PODs by basin, owner, waterRightNumber, bbox, or near.
Input schema
{ "type": "object", "properties": { "basin": { "type": "number" }, "owner": { "type": "string" }, "waterRightNumber": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }getDiversionSites
readDiversion/measurement sites by water district or name; format:geojson for map points.
Input schema
{ "type": "object", "properties": { "waterDistrict": { "type": "string" }, "name": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }getRegulatoryAreasGeoJSON
readRegulatory polygons: critical groundwater, management, moratorium areas, water districts.
Input schema
{ "type": "object", "properties": { "area": { "oneOf": [ { "type": "string", "enum": [ "criticalGroundwaterAreas" ] }, { "type": "string", "enum": [ "groundwaterManagementAreas" ] }, { "type": "string", "enum": [ "moratoriumAreas" ] }, { "type": "string", "enum": [ "waterDistricts" ] } ] }, "name": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" } }, "additionalProperties": false, "required": [ "area" ] }getServiceInfo
readConnector surface, layer schemas, and live record counts (no key required).
Input schema
{ "type": "object", "properties": { "service": { "type": "string" } }, "additionalProperties": false }
