Skip to main content
GET
List static routes
Returns the catalog of routes in the hosted stops snapshot. Pass a comma-separated modes filter (for example subway,bus) to scope the list, or omit it for every mode. Each entry is a Route plus a mode: { id, shortName?, longName?, color?, textColor?, type?, mode }. Use it to populate a route picker or hydrate route metadata client-side.

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

modes
string

Comma-separated transit modes to include, such as subway,bus.

Response

200 - application/json

Response for status 200

id
string
required
mode
enum<string>
required
Available options:
subway,
bus
shortName
string
longName
string
type
number
color
string
textColor
string