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