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