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