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