← Back to catalog
walkscore.score
mock data$0.001 / callWalk Score & Transit Score
Walk Score (0-100), Transit Score (0-100), and Bike Score (0-100) for any US/Canada address. Measures walkability to amenities, public transit quality, and cycling infrastructure. Industry-standard walkability metric used by 30,000+ websites (Walk Score / Redfin)
Input schema
addressrequired
stringFull street address, e.g. "1119 8th Avenue Seattle WA 98101"
latituderequired
numberLatitude of the address (-90 to 90). Use geo.geocode to get coordinates.
longituderequired
numberLongitude of the address (-180 to 180). Use geo.geocode to get coordinates.
Call via REST
curl -X POST https://unifyapi.pro/api/call/walkscore.score \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"address":"<address>","latitude":0,"longitude":0}'