← Back to catalog
epa.toxic_releases
mock data$0.001 / callEPA Toxic Release Inventory
Search EPA Toxic Release Inventory (TRI) facilities by US state or ZIP code. Returns facility name, address, county, industry sector, and closed status. 600K+ regulated facilities. Source: EPA Envirofacts (US Gov open data).
Input schema
limit
integerNumber of results (1-50, default 10)
staterequired
stringUS state code (e.g. CA, TX, NY, FL)
zip_code
stringZIP code to filter (e.g. 90001). Overrides state filter if provided.
Call via REST
curl -X POST https://unifyapi.pro/api/call/epa.toxic_releases \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"state":"<state>","zip_code":"<zip_code>"}'