Skip to main content
GET
Get stops by ID
Resolves many stops at once. Pass a comma-separated ids list (for example A27,L06,308214) to hydrate a saved-stops list or a map viewport without one request per ID. The response preserves one result per requested ID, in order: { requestedId, found, stop?, servedRoutes? }. When found is false, the ID didn’t resolve. Set includeRoutes=true to attach servedRoutes for each resolved stop. For nearby/geo search, use the Stops reference.

SDK

See the Routes & Stations guide.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

ids
string
required

Comma-separated stop IDs, such as A27,L06,308214.

Minimum string length: 1
includeRoutes
boolean

Include route metadata for each found stop.

Response

200 - application/json

Response for status 200

requestedId
string
required
found
boolean
required
stop
object
servedRoutes
object[]