UnifyAPI
← Back to catalog

walkscore.score

mock data$0.001 / call

Walk 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)

Geo & Mapsprovider: Walkscore#walkscore#geo

Input schema

addressrequired

Full street address, e.g. "1119 8th Avenue Seattle WA 98101"

string
latituderequired

Latitude of the address (-90 to 90). Use geo.geocode to get coordinates.

number
longituderequired

Longitude of the address (-180 to 180). Use geo.geocode to get coordinates.

number

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}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.