Assesses how walkable a neighborhood is based on sidewalk coverage, intersection density, proximity to amenities, and pedestrian infrastructure. Scores range from 1 (Car Dependent) to 255 (Pedestrian Priority).
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 Walkability lookup.
The Walkability result. A score of 0 means no data is available.
{
"description": "Mostly walkable: continuous sidewalk network and several amenities within a 10-minute walk, though arterials require crossing.",
"score": 162
}