Environmental
EPA environmental hazard data including Superfund sites and Toxic Release Inventory (TRI) facilities near a property. Critical for due diligence and environmental risk assessment.
GET
/v1/properties/{property_id}/environmentalCheck for EPA-tracked environmental hazards near a property.
| Parameter | Type | Description |
|---|---|---|
radius | float | Search radius in miles (default 3, max 10) |
Response
{ "data": { "property_id": 1, "superfund_sites": [], "toxic_release_facilities": [ { "name": "ACME MANUFACTURING", "trifid": "97301ACME123", "city": "SALEM", "state": "OR", "industry": "Chemical Manufacturing", "type": "toxic_release" } ], "total_hazards": 1, "risk_level": "moderate", "source": "EPA Envirofacts" } }Risk Levels
| Parameter | Type | Description |
|---|---|---|
low | | No Superfund sites or TRI facilities within the search radius |
moderate | | 1-2 TRI facilities nearby but no Superfund sites |
high | | Superfund site(s) or 3+ TRI facilities nearby |