Epa Case
Connector for the epa-case 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_case_rest_services_get_case_info— GET /case_rest_services.get_case_info — Enforcement Case Search (new version)get_case_rest_services_get_case_report— GET /case_rest_services.get_case_report — Enforcement Case Summary Report Searchget_case_rest_services_get_cases— GET /case_rest_services.get_cases — Enforcement Case Searchget_case_rest_services_get_cases_from_facility— GET /case_rest_services.get_cases_from_facility — Placeholderget_case_rest_services_get_crcase_report— GET /case_rest_services.get_crcase_report — Enforcement Criminal Case Summary Report Searchget_case_rest_services_get_download— GET /case_rest_services.get_download — Enforcement Case Download Data Service
Inputs
apiKey— your epa-case 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_case_rest_services_get_case_info
apiKey: <your key>