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