Skip to main content
GET
/
api
/
v1
/
property
/
walk-and-transit-score
Get Property Walk and Transit Score
curl --request GET \
  --url https://us-property-data.p.rapidapi.com/api/v1/property/walk-and-transit-score \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": {
    "id": "UHJvcGVydHk6NTg5MTYwNzE",
    "walkScore": {
      "walkscore": 2,
      "description": "Car-Dependent",
      "ws_link": "https://www.walkscore.com/score/loc/lat=41.530857/lng=-72.85068/?utm_source=zillow2.com&utm_medium=ws_api&utm_campaign=ws_api"
    },
    "transitScore": {
      "transit_score": 0,
      "description": "No Nearby Transit",
      "ws_link": "https://www.walkscore.com/score/loc/lat=41.5309/lng=-72.8507/?utm_source=zillow2.com&utm_medium=ts_api&utm_campaign=ts_api"
    },
    "bikeScore": {
      "bikescore": 19,
      "description": "Somewhat Bikeable"
    }
  }
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

zpid
string
required

Unique Zillow Property ID (ZPID) used to identify the property

Minimum string length: 1
Pattern: ^\d+$
Example:

"58916071"

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

data
object