Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUSJW
Name
St. John's Wood
Modes
tube
Coordinates
51.53535, -0.17421
Checking for a TfL API key…
{
"id": "940GZZLUSJW",
"name": "St. John's Wood",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"jubilee"
],
"arrivalsStopIds": [
"940GZZLUSJW"
],
"aliasIds": [],
"lat": 51.5353523,
"lon": -0.1742097
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUSJW")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUSJW"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUSJW")