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