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