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