Epa Dfr
Connector for the epa-dfr 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_dfr_rest_services_air_3_yr_download— GET /dfr_rest_services.air_3_yr_download — Downloads the complete Air Compliance History Section of the DFRget_dfr_rest_services_cwa_3_yr_effluent_download— GET /dfr_rest_services.cwa_3_yr_effluent_download — Downloads NPDES Effluent Violation Information by month and quarter.get_dfr_rest_services_cwa_3_yr_sepscs_download— GET /dfr_rest_services.cwa_3_yr_sepscs_download — Downloads NPDES Compliance Schedule, Permit Schedule and Single Event Violation Information by month and quarter.get_dfr_rest_services_get_air_compliance— GET /dfr_rest_services.get_air_compliance — Detailed Facility Report Air Compliance Report Serviceget_dfr_rest_services_get_air_quality— GET /dfr_rest_services.get_air_quality — Detailed Facility Report Air Quality Report Serviceget_dfr_rest_services_get_aws_docs— GET /dfr_rest_services.get_aws_docs — Placeholder
Inputs
apiKey— your epa-dfr 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_dfr_rest_services_air_3_yr_download
apiKey: <your key>