Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZCRCEN
Name
George Street
Modes
tram
Checking for a TfL API key…
{
"id": "940GZZCRCEN",
"name": "George Street",
"kind": "stopPoint",
"modes": [
"tram"
],
"lineIds": [
"tram"
],
"arrivalsStopIds": [
"940GZZCRCEN"
],
"aliasIds": []
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZCRCEN")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZCRCEN"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZCRCEN")