{ "opencollection": "1.0.0", "info": { "name": "Walk Score Cities Scores 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." }, { "info": { "name": "Get Transit Score", "type": "http" }, "http": { "method": "GET", "url": "https://api.walkscore.com/transit/score/", "params": [ { "name": "wsapikey", "value": "", "type": "query", "description": "Your Walk Score API key" }, { "name": "lat", "value": "47.6101359", "type": "query", "description": "Latitude to score" }, { "name": "lon", "value": "-122.3420567", "type": "query", "description": "Longitude to score" }, { "name": "city", "value": "Seattle", "type": "query", "description": "City name" }, { "name": "state", "value": "WA", "type": "query", "description": "Two-letter USPS state code (required for US cities)" }, { "name": "country", "value": "", "type": "query", "description": "Two-letter ISO-3166 country code (required for non-US cities)" } ] }, "docs": "Returns a Transit Score (integer 0-100) and English description for a specific city and location. The score represents relative access to public transit. A score of 100 means World-Class Transit, while lower scores indicate less transit access. All successful requests return HTTP 200 with JSON." } ] } ], "bundled": true }