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