Water Rights Data API End-point
Last updated
Last updated
Access Token. Please get in touch with the WaDE Team at WaDE_WSWC@hotmail.com to get an API access token. The token protects the API from bots and attacks. The WaDE team is planning to support a personalized token for each user as part of the WesDAAT user management system. We apologize for the inconvenience.
Water rights are now accessible through the Western States Water Data Access and Analysis Tool (WestDAAT). https://westdaat.westernstateswater.org/
You can also use the WaDE API to access water rights data across the West in a consistent JavaScript Object Notation (JSON) structure.
Click on the arrow next to the "response" block in the link below to see the API schema and an example response.
By passing in the appropriate options, you can search for available inventory in the system
/SiteAllocationAmounts
Search based on a univeral Site identifer across all the states in WaDE
Search based on a controlled Site type identifer across all the states in WaDE
Search for aggregate data based on a beneficial Use category (primary?) (i.e. Irrigation) as defined by each state
a USGS water use category from the USGS controlled vocabulary (e.g. irrigation, groundwater, fresh)
Search for water allocations with priority date later than this end date DD/MM/YYYY (e.g., . Leaving it empty would return all data to the earliest priority date in the database
Search for water allocations with priority date earlier than this end date DD/MM/YYYY (e.g., . Leaving it empty would return all data to the last priority date in the database
Search for water allocations within a geo-spatial boundary within or across state boarders (e.g., Bear River watershed)
Two letter state abbreviation.
0-based index for where to start querying for records. Defaults to 0 if not specified.
Number of records to retrieve. Defaults to 1000 if not specified.