Epa Cwa
Connector for the epa-cwa API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://echodata.epa.gov/echo - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_cwa_rest_services_get_download— GET /cwa_rest_services.get_download — Clean Water Act (CWA) Download Data Serviceget_cwa_rest_services_get_facilities— GET /cwa_rest_services.get_facilities — Clean Water Act (CWA) Facility Search Serviceget_cwa_rest_services_get_facility_info— GET /cwa_rest_services.get_facility_info — Clean Water Act (CWA) Facility Enhanced Search Serviceget_cwa_rest_services_get_geojson— GET /cwa_rest_services.get_geojson — Clean Water Act (CWA) GeoJSON Serviceget_cwa_rest_services_get_info_clusters— GET /cwa_rest_services.get_info_clusters — Clean Water Act (CWA) Info Clusters Serviceget_cwa_rest_services_get_map— GET /cwa_rest_services.get_map — Clean Water Act (CWA) Map Service
Inputs
apiKey— your epa-cwa API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_cwa_rest_services_get_download
apiKey: <your key>