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