πŸš‰Response Objects: Platform

Platform objects represent a platform within a station.

Even though multiple platforms may share the same facilities (e.g. escalators and lifts), they are still considered different platforms as they serve trains going in different directions.

A platform object contains the following elements:

key
type
value
example

string

A 2-letter code representing the line

EW

string

The direction code representing the intended direction of travel.

EW-1

order

int

The order of the station in the line.

2

name

string

The name of the station.

Tampines

allCodes

string[]

A list of all the codes assigned to this station. The code for the current line will always be the first code.

[EW2, DT32]

crossPlatform

string[]

(For cross-platform transfers) A list of all the directions that a cross-platform transfer at this station has access to.

[EW-3]

isInterchange

bool

Whether this station has an interchange with other MRT / LRT lines.

true

publicTransfer

bool

(For interchange stations) Whether a transfer between two different platforms in the stations requires going through a public transfer corridor.

true

busInterchange

bool

Whether the station connects to one or more bus interchanges.

true

airportTerminal

bool

Whether the station connects to one or more airport terminals.

false

cruiseCentre

bool

Whether the station is connected to a cruise centre.

false

Last updated

Was this helpful?