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