Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUWIM
Name
Wimbledon
Modes
tram, tube
Coordinates
51.42151, -0.20644
Checking for a TfL API key…
{
"id": "940GZZLUWIM",
"name": "Wimbledon",
"kind": "stopPoint",
"modes": [
"tram",
"tube"
],
"lineIds": [
"district",
"tram"
],
"arrivalsStopIds": [
"940GZZLUWIM"
],
"aliasIds": [
"940GZZCRWMB",
"HUBWIM"
],
"lat": 51.421505,
"lon": -0.206444
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUWIM")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUWIM"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUWIM")