Skip to main content
GET
Get a nearby subway arrival board
Returns the nearest subway stations to a lat / lon, with each station’s upcoming arrivals already grouped by direction. It combines nearby-station discovery and arrivals into one request — ideal for a lobby departure board or a “stations near me” screen. Control the board with limitStations (max 20, default 5) and limitArrivals per direction (max 10, default 3). Pass an optional route to restrict every station to a single line. Each entry is { station, distanceMeters, directions: [{ direction, headsign?, arrivals[] }] }.

SDK

See the Arrival Boards guide for an end-to-end walkthrough.

Authorizations

Authorization
string
header
required

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

Query Parameters

lat
number
required
Required range: -90 <= x <= 90
lon
number
required
Required range: -180 <= x <= 180
route
string
Minimum string length: 1
radiusMeters
number
Required range: x >= 1
limitStations
number
Required range: 1 <= x <= 20
limitArrivals
number
Required range: 1 <= x <= 10
includeRaw
boolean

Response

200 - application/json

Response for status 200

station
object
required
distanceMeters
number
required
directions
object[]
required