Walk Score · Example Payload

Walk Score Get Transit Score Example

WalkabilityTransitBikeabilityLocationReal-EstateUrban PlanningTransportation

Walk Score Get Transit Score Example is an example object payload from Walk Score, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://transit.walkscore.com/transit/score/",
    "parameters": {
      "lat": 47.6101359,
      "lon": -122.3420567,
      "city": "Seattle",
      "state": "WA",
      "wsapikey": "YOUR_API_KEY"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "scored_lat": 47.6101359,
      "scored_lon": -122.3420567,
      "transit_score": 100,
      "description": "World-Class",
      "summary": "266 nearby routes: 260 bus, 4 rail, 2 other",
      "ws_link": "https://www.walkscore.com/WA/Seattle",
      "help_link": "https://www.walkscore.com/transit-score-methodology.shtml"
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/walk-score-get-transit-score-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.