Lookups
ECHO WBD Code Lookup Service
USGS Watershed Boundary Dataset (WBD) Name lookup based on a supplied WBD Code and Watershed Level
post/rest_lookups.wbd_code_lu
Response
Returns an array of WBD names and codes based on the WBD code and WBD level provided. If WBD Code not provided, returns all values. ValueCode is the WBD Code containing the number of digits provided in the WBD level.
Example response
{
"Results": {
"LuValues": [
{
"ValueCode": "77034",
"ValueDescription": "1-Butanol"
}
],
"Message": "Success"
}
}