Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUTBY
Name
Tooting Broadway
Modes
tube
Coordinates
51.42774, -0.16829
Checking for a TfL API key…
{
"id": "940GZZLUTBY",
"name": "Tooting Broadway",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"northern"
],
"arrivalsStopIds": [
"940GZZLUTBY"
],
"aliasIds": [],
"lat": 51.4277387,
"lon": -0.1682905
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUTBY")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUTBY"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUTBY")