Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUHSK
Name
High Street Kensington
Modes
tube
Coordinates
51.50030, -0.19211
Checking for a TfL API key…
{
"id": "940GZZLUHSK",
"name": "High Street Kensington",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"circle",
"district"
],
"arrivalsStopIds": [
"940GZZLUHSK"
],
"aliasIds": [],
"lat": 51.5002995,
"lon": -0.1921096
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUHSK")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUHSK"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUHSK")