Walk Score
Walk Score, Transit Score, and Bike Score for any property location.
GET
/v1/properties/{property_id}/walkscoreGet walkability, transit, and bike scores for a property.
Example
curl -H "X-API-Key: pda_your_key" \
"https://api.propertypulse.dev/v1/properties/1/walkscore"Response
{
"data": {
"walk_score": 97,
"walk_description": "Walker's Paradise",
"transit_score": 84,
"transit_description": "Excellent Transit",
"bike_score": 87,
"bike_description": "Very Bikeable"
}
}Score Ranges
| Score | Walk | Transit |
|---|---|---|
| 90-100 | Walker's Paradise | Rider's Paradise |
| 70-89 | Very Walkable | Excellent Transit |
| 50-69 | Somewhat Walkable | Good Transit |
| 25-49 | Car-Dependent | Some Transit |
| 0-24 | Almost All Errands Require a Car | Minimal Transit |