Lookups
ECHO NPDES Parameters Lookup Service
ICIS Limit Parameter Code and Name lookup based on the supply of a partial parameter name. (NPDES = National Pollutant Discharge Elimination System)
post/rest_lookups.npdes_parameters
Response
Returns an array of NPDES Parameter Codes and their description that meet the search term. If the search term is not provided, returns all values.
Example response
{
"Results": {
"LuValues": [
{
"ValueCode": "77034",
"ValueDescription": "1-Butanol"
}
],
"Message": "Success"
}
}