cURL
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" } } }
Get Property Walk and Transit Score
Rapid API Key
Unique Zillow Property ID (ZPID) used to identify the property
1
^\d+$
"58916071"
Success
true
Cost of the request
Show child attributes