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