Visual Appeal Score
Vibe
Visual Appeal Score
Pro AI
Rates the aesthetic quality of a neighborhood based on architectural character, landscaping, street-level cleanliness, and overall visual harmony. Scores range from 1 (Distressed) to 255 (Exclusive/Estate).
GET
Visual Appeal 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 Visual Appeal lookup.
The Visual Appeal result. A score of 0 means no data is available.
Example:
{
"description": "Attractive streetscape: well-maintained homes, mature street trees, and tidy front yards create a cohesive aesthetic.",
"score": 188
}