Liveliness Score
Measures the activity level and density of social destinations in a neighborhood, derived from POI density, commercial mix, walkability, and urban character. Scores range from 1 (Quiet Enclave) to 255 (Urban Hotspot). A score of 0 indicates no data is available for the location.
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.
-90 <= x <= 90The longitude of the location in decimal degrees (WGS 84). Must be between -180 and 180.
-180 <= x <= 180Response
Successful Response
API response for a Liveliness lookup.
The Liveliness result. A score of 0 means no data is available.
{
"description": "Active Neighborhood: Lively blocks with a noticeable concentration of social and local hubs.",
"score": 178
}