Walk Score website screenshot

Walk Score

Walk Score measures the walkability, transit accessibility, and bikeability of any address in the United States and Canada. The Walk Score API returns Walk Score, Transit Score, and Bike Score for any geographic location, supporting real estate platforms, commute calculators, urban planning tools, and location intelligence applications. The Public Transit API provides detailed transit data including nearby stops, route networks, and supported cities, enabling comprehensive transportation accessibility analysis.

2 APIs 0 Features
WalkabilityTransitBikeabilityLocationReal EstateUrban PlanningTransportation

APIs

Walk Score API

Returns the Walk Score, Transit Score, and Bike Score for any location specified by latitude/longitude coordinates and address. Walk Score measures walkability on a scale from 0...

Walk Score Transit API

Provides detailed public transit data for locations in supported cities including Transit Scores, nearby transit stops with route information, complete transit network data, ind...

Collections

Pricing Plans

Walk Score Plans Pricing

3 plans

PLANS

Rate Limits

Walk Score Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Walk Score Context

28 classes · 7 properties

JSON-LD

API Governance Rules

Walk Score API Rules

7 rules · 3 errors 4 warnings

SPECTRAL

JSON Structure

Walk Score Score Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
Portal
Portal
🔗
Documentation
Documentation
📝
Signup
Signup

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Walk Score API
  version: 1.0.0
request:
  auth:
    type: apikey
    key: wsapikey
    value: '{{wsapikey}}'
    placement: query
items:
- info:
    name: Scores
    type: folder
  items:
  - info:
      name: Get Walk Score
      type: http
    http:
      method: GET
      url: https://api.walkscore.com/score
      params:
      - name: wsapikey
        value: ''
        type: query
        description: Your Walk Score API key
      - name: lat
        value: '47.6085'
        type: query
        description: Latitude of the location
      - name: lon
        value: '-122.3295'
        type: query
        description: Longitude of the location
      - name: address
        value: 1119 8th Avenue Seattle WA
        type: query
        description: URL-encoded street address of the location
      - name: transit
        value: ''
        type: query
        description: Set to 1 to include Transit Score in the response
      - name: bike
        value: ''
        type: query
        description: Set to 1 to include Bike Score in the response
      - name: format
        value: ''
        type: query
        description: Response format. Defaults to XML if not specified
    docs: Returns the Walk Score, Transit Score, and Bike Score for a given location specified by coordinates and address.
      Walk Score is returned for all requests. Transit Score and Bike Score are optional and must be explicitly requested.
      Scores range from 0 (car-dependent) to 100 (walker's/transit/biker's paradise). Calls must be made from server-side
      scripts. API is supported in the United States and Canada.
bundled: true