Lookups
ECHO WBD Name Lookup Service
USGS Watershed Boundary Dataset (WBD) Code lookup based on a supplied WBD Name and Watershed Level
post/rest_lookups.wbd_name_lu
Response
Returns an array of WBD names and codes based on the WBD name and WBD level provided. 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"
}
}