UnifyAPI
← Back to catalog

epa.toxic_releases

mock data$0.001 / call

EPA 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).

Government & Legalprovider: Epa#epa#government

Input schema

limit

Number of results (1-50, default 10)

integer
staterequired

US state code (e.g. CA, TX, NY, FL)

string
zip_code

ZIP code to filter (e.g. 90001). Overrides state filter if provided.

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.