Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLULSQ
Name
Leicester Square
Modes
tube
Coordinates
51.51146, -0.12826
Checking for a TfL API key…
{
"id": "940GZZLULSQ",
"name": "Leicester Square",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"northern",
"piccadilly"
],
"arrivalsStopIds": [
"940GZZLULSQ"
],
"aliasIds": [],
"lat": 51.5114642,
"lon": -0.1282641
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLULSQ")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLULSQ"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLULSQ")