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