Epa Echo
Connector for the epa-echo 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_echo_rest_services_get_download— GET /echo_rest_services.get_download — Combined ECHO Download Data Serviceget_echo_rest_services_get_facilities— GET /echo_rest_services.get_facilities — Combined ECHO Facility Search Serviceget_echo_rest_services_get_facility_info— GET /echo_rest_services.get_facility_info — Combined ECHO Facility Enhanced Search Serviceget_echo_rest_services_get_geojson— GET /echo_rest_services.get_geojson — Combined ECHO GeoJSON Serviceget_echo_rest_services_get_info_clusters— GET /echo_rest_services.get_info_clusters — Combined ECHO Info Clusters Serviceget_echo_rest_services_get_map— GET /echo_rest_services.get_map — Combined ECHO Map Service
Inputs
apiKey— your epa-echo 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_echo_rest_services_get_download
apiKey: <your key>