Sound Transit · Schema

Sound Transit Stop

Schema for a transit stop in the Sound Transit OneBusAway API

TransitTransportationGTFSReal-TimePublic TransitGovernmentSeattle

Properties

Name Type Description
id string Unique stop identifier
lat number Latitude of the stop
lon number Longitude of the stop
direction string Direction of travel at this stop (N, S, E, W, NE, NW, SE, SW)
name string Human-readable name of the stop
code string Short stop code used for text message trip planning
locationType integer GTFS location type (0=stop, 1=station, 2=station entrance)
routeIds array IDs of routes that serve this stop
wheelchairBoarding string Wheelchair boarding accessibility (0=unknown, 1=accessible, 2=not accessible)
View JSON Schema on GitHub

JSON Schema

sound-transit-stop-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/sound-transit/main/json-schema/sound-transit-stop-schema.json",
  "title": "Sound Transit Stop",
  "description": "Schema for a transit stop in the Sound Transit OneBusAway API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique stop identifier"
    },
    "lat": {
      "type": "number",
      "format": "float",
      "description": "Latitude of the stop"
    },
    "lon": {
      "type": "number",
      "format": "float",
      "description": "Longitude of the stop"
    },
    "direction": {
      "type": "string",
      "description": "Direction of travel at this stop (N, S, E, W, NE, NW, SE, SW)"
    },
    "name": {
      "type": "string",
      "description": "Human-readable name of the stop"
    },
    "code": {
      "type": "string",
      "description": "Short stop code used for text message trip planning"
    },
    "locationType": {
      "type": "integer",
      "description": "GTFS location type (0=stop, 1=station, 2=station entrance)"
    },
    "routeIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "IDs of routes that serve this stop"
    },
    "wheelchairBoarding": {
      "type": "string",
      "description": "Wheelchair boarding accessibility (0=unknown, 1=accessible, 2=not accessible)"
    }
  },
  "required": ["id", "lat", "lon", "name"]
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/sound-transit-stop"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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