Privacy Index Score
Vibe
Privacy Index Score
Pro AI
Evaluates how secluded and private a neighborhood feels based on housing density, lot sizes, tree cover, and street-level visibility. Scores range from 1 (High Density) to 255 (Estate Sprawl).
GET
Privacy Index Score
Authorizations
Your access token or API key. Pass as Authorization: Bearer <token>.
Query Parameters
The latitude of the location in decimal degrees (WGS 84). Must be between -90 and 90.
Required range:
-90 <= x <= 90The longitude of the location in decimal degrees (WGS 84). Must be between -180 and 180.
Required range:
-180 <= x <= 180Response
Successful Response
API response for a Privacy Index lookup.
The Privacy Index result. A score of 0 means no data is available.
Example:
{
"description": "High privacy: large lot sizes, mature tree canopy, and generous street setbacks limit visibility from passing traffic.",
"score": 210
}