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