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).
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 Visual Appeal lookup.
The Visual Appeal result. A score of 0 means no data is available.
{
"description": "Attractive streetscape: well-maintained homes, mature street trees, and tidy front yards create a cohesive aesthetic.",
"score": 188
}