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