1. Lookups
U.S. EPA Enforcement and Compliance History Online (ECHO) - Clean Water Act (CWA) Rest Services
  • Facility Information
    • Clean Water Act (CWA) Download Data Service
      GET
    • Clean Water Act (CWA) Download Data Service
      POST
    • Clean Water Act (CWA) Facility Search Service
      GET
    • Clean Water Act (CWA) Facility Search Service
      POST
    • Clean Water Act (CWA) Facility Enhanced Search Service
      GET
    • Clean Water Act (CWA) Facility Enhanced Search Service
      POST
    • Clean Water Act (CWA) GeoJSON Service
      GET
    • Clean Water Act (CWA) GeoJSON Service
      POST
    • Clean Water Act (CWA) Info Clusters Service
      GET
    • Clean Water Act (CWA) Info Clusters Service
      POST
    • Clean Water Act (CWA) Map Service
      GET
    • Clean Water Act (CWA) Map Service
      POST
    • Clean Water Act (CWA) Paginated Results Service
      GET
    • Clean Water Act (CWA) Paginated Results Service
      POST
  • Story
    • Story: Get List of User Stories
    • Story: Upload
    • Story: Upload a File
    • Story: Upload a File (base64)
    • Story: Delete by Id
    • Story: Get by Id
    • Story: Modify
    • Story: View Analytics
    • Story: Upload a File To Existing Story
    • Story: Delete Subdocument
    • Story: Download Updated File
    • Story: Get Story Outline
    • Story: Post Story Outline
    • Story: Public Link to Story Reveal.js Document
    • Story: Get Story at Reveal.js Document
    • Story: Get Story Status
  • Metadata
    • Clean Water Act (CWA) Metadata Service
    • Clean Water Act (CWA) Metadata Service
  • Cache
    • Cache: Store Subdocument
    • Cache: Get Subdocument
  • Lookups
    • ECHO BP Tribes Lookup Service
      GET
    • ECHO BP Tribes Lookup Service
      POST
    • ECHO CWA Parameter Lookup Service
      GET
    • ECHO CWA Parameter Lookup Service
      POST
    • ECHO CWA Pollutants Lookup Service
      GET
    • ECHO CWA Pollutants Lookup Service
      POST
    • ECHO Federal Agency Lookup Service
      GET
    • ECHO Federal Agency Lookup Service
      POST
    • ECHO ICIS NPDES Inspection Types Lookup Service
      GET
    • ECHO ICIS NPDES Inspection Types Lookup Service
      POST
    • ECHO ICIS NPDES Law Sections Lookup Service
      GET
    • ECHO ICIS NPDES Law Sections Lookup Service
      POST
    • ECHO NAICS Codes Lookup Service
      GET
    • ECHO NAICS Codes Lookup Service
      POST
    • ECHO NPDES Parameters Lookup Service
      GET
    • ECHO NPDES Parameters Lookup Service
      POST
    • ECHO WBD Code Lookup Service
      GET
    • ECHO WBD Code Lookup Service
      POST
    • ECHO WBD Name Lookup Service
      GET
    • ECHO WBD Name Lookup Service
      POST
  • Restricted
    • Collborators: Bulk Update (Admin Only)
  • Schemas
    • Story Outline Schema
  • Permissions
    • Permissions: List Permission Types
    • Permissions: Story Authorization for a User
  • Sessions
    • Sessions: Delete by Id
    • Sessions: Get
    • Sessions: List Story Sessions
    • Sessions: Create a Session
  • Views
    • Views: List Session Views
    • Views: Create A Session View
    • Views: Delete by Id
    • Views: Get View
  • Story Collaborators
    • Story Collaborators: List
    • Story Collaborators: Add New User
    • Story Collaborators: Edit Inactive User Permission
    • Story Collaborators: Remove User
    • Story Collaborators: Access Permissions
    • Story Collaborators: Edit Access Rights
  • Events
    • Events: List Events
    • Events: Manage Events
  • Conversation
    • Conversation: List Conversation Messages
    • Conversation: Send a Message
  • Environment: Get
    GET
  • Specification: No tags
    GET
  • Schemas
    • Schemas
      • cwa01
      • Collaborator permission data
      • cwa02
      • BaseModel
      • cwa03
      • Cache Post Request body
      • cwa04
      • Collaborator data to change
      • cwa05
      • session-create
      • cwa06
      • Event
      • cwa07
      • File Upload
      • cwa08
      • Event Actions
      • cwa09
      • Message
      • cwa10
      • Collaborator permission data
      • cwa11
      • Ooxml Document
      • cwa12
      • Story Outline
      • cwa13
      • Permission Type
      • geo
      • Problem Detail
      • meta1
      • Session
      • meta3
      • Status
      • qp0
      • Story
      • rlup01
      • Story Collaborator
      • rlup20
      • Story Outline History
      • rlup23
      • View
      • rlup24
      • rlup54
      • rlup58
      • rlup59
      • rlup61
      • rlup65
      • rlup75
      • rlup77
    • Response
      • accepted
      • badrequest
      • forbidden
      • notfound
      • outline
      • unauthorized
      • unprocessable_entity
      • unsupported_media_type
  1. Lookups

ECHO WBD Name Lookup Service

POST
/rest_lookups.wbd_name_lu
USGS Watershed Boundary Dataset (WBD) Code lookup based on a supplied WBD Name and Watershed Level

Request

Body Params application/x-www-form-urlencoded

Responses

🟢200Returns 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.
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://echodata.epa.gov/echo/rest_lookups.wbd_name_lu' \
--data-urlencode 'wbd_name='
Response Response Example
{
    "Results": {
        "LuValues": [
            {
                "ValueCode": "77034",
                "ValueDescription": "1-Butanol"
            }
        ],
        "Message": "Success"
    }
}
Modified at 2022-09-10 16:57:31
Previous
ECHO WBD Name Lookup Service
Next
Collborators: Bulk Update (Admin Only)
Built with