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