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).
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 a Privacy Index lookup.
The Privacy Index result. A score of 0 means no data is available.
{
"description": "High privacy: large lot sizes, mature tree canopy, and generous street setbacks limit visibility from passing traffic.",
"score": 210
}