Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GKNTSHTW
Name
Kentish Town West
Modes
overground
Coordinates
51.54699, -0.14676
Checking for a TfL API key…
{
"id": "910GKNTSHTW",
"name": "Kentish Town West",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"mildmay"
],
"arrivalsStopIds": [
"910GKNTSHTW"
],
"aliasIds": [],
"lat": 51.5469937,
"lon": -0.1467554
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GKNTSHTW")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GKNTSHTW"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GKNTSHTW")