Walkscore Score
walkscore_scoreHow walkable is — Walk/Transit/Bike Score (0-100) plus a human-readable description of walkability, transit, and biking. NOTE: the Walk Score API requires lat AND lon AND address to all be provided — the coordinates locate the point and the address disambiguates it. Example: walkscore_score({ address: "1119 8th Avenue, Seattle, WA 98101", lat: 47.6085, lon: -122.3295, transit: true, bike: true, _apiKey: "your-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude of the location, e.g. 47.6085 | |
| lon | Yes | Longitude of the location, e.g. -122.3295 | |
| bike | No | Set true to also return the Bike Score (bikeability) | |
| _apiKey | Yes | Walk Score API key (get one free at walkscore.com/professional/api.php) | |
| address | Yes | Full street address, e.g. "1119 8th Avenue, Seattle, WA 98101" | |
| transit | No | Set true to also return the Transit Score (public transit availability) |