A composite metric combining overhead imagery analysis, EPA hazard data (including Superfund sites), and nearby business and industry POI density. Scores range from 1 (hazardous — active industrial sites or severe pollution indicators nearby) to 255 (exclusively residential — no warehouses, industrial facilities, or hazard sites detected). A score of 0 means no data is available for the location.
Your access token or API key. Pass as Authorization: Bearer <token>.
The latitude of the location in decimal degrees (WGS 84). Must be between -90 and 90.
-90 <= x <= 90The longitude of the location in decimal degrees (WGS 84). Must be between -180 and 180.
-180 <= x <= 180Successful Response
API response for an Industrial Proximity lookup.
The Industrial Proximity result. A score of 0 means no imagery, hazard, or POI data is available for the given coordinates.
{
"description": "Mostly residential: occasional light commercial; no significant industrial presence detected.",
"score": 218
}