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