Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLULYN
Name
Leyton
Modes
tube
Coordinates
51.55682, -0.00513
Checking for a TfL API key…
{
"id": "940GZZLULYN",
"name": "Leyton",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"central"
],
"arrivalsStopIds": [
"940GZZLULYN"
],
"aliasIds": [],
"lat": 51.5568183,
"lon": -0.0051322
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLULYN")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLULYN"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLULYN")