Walk Score

Walk Score, Transit Score, and Bike Score for any property location.

GET/v1/properties/{property_id}/walkscore

Get 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

ScoreWalkTransit
90-100Walker's ParadiseRider's Paradise
70-89Very WalkableExcellent Transit
50-69Somewhat WalkableGood Transit
25-49Car-DependentSome Transit
0-24Almost All Errands Require a CarMinimal Transit