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