Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUODS
Name
Old Street
Modes
tube
Coordinates
51.52607, -0.08819
Checking for a TfL API key…
{
"id": "940GZZLUODS",
"name": "Old Street",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"northern"
],
"arrivalsStopIds": [
"940GZZLUODS"
],
"aliasIds": [
"HUBOLD"
],
"lat": 51.526065,
"lon": -0.088193
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUODS")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUODS"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUODS")