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