Epa Eff
Connector for the epa-eff 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_eff_rest_services_download_effluent_chart— GET /eff_rest_services.download_effluent_chart — Effluent Charts Download Serviceget_eff_rest_services_get_effluent_chart— GET /eff_rest_services.get_effluent_chart — Detailed Effluent Chart Serviceget_eff_rest_services_get_summary_chart— GET /eff_rest_services.get_summary_chart — Summary Effluent Chart Serviceget_rest_lookups_cwa_parameters— GET /rest_lookups.cwa_parameters — ECHO CWA Parameter Lookup Servicepost_eff_rest_services_download_effluent_chart— POST /eff_rest_services.download_effluent_chart — Effluent Charts Download Servicepost_eff_rest_services_get_effluent_chart— POST /eff_rest_services.get_effluent_chart — Detailed Effluent Chart Service
Inputs
apiKey— your epa-eff 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_eff_rest_services_download_effluent_chart
apiKey: <your key>