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