Epa Air
Connector for the epa-air 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_air_rest_services_get_download— GET /air_rest_services.get_download — Clean Air Act Download Data Serviceget_air_rest_services_get_facilities— GET /air_rest_services.get_facilities — Clean Air Act Facility Searchget_air_rest_services_get_facility_info— GET /air_rest_services.get_facility_info — Clean Air Act Facility Enhanced Searchget_air_rest_services_get_geojson— GET /air_rest_services.get_geojson — Clean Air Act GeoJSON Serviceget_air_rest_services_get_info_clusters— GET /air_rest_services.get_info_clusters — Clean Air Act Info Clusters Serviceget_air_rest_services_get_map— GET /air_rest_services.get_map — Clean Air Act Map Service
Inputs
apiKey— your epa-air 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_air_rest_services_get_download
apiKey: <your key>