Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUEAC
Name
Elephant & Castle
Modes
tube
Coordinates
51.49489, -0.10057
Checking for a TfL API key…
{
"id": "940GZZLUEAC",
"name": "Elephant & Castle",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"bakerloo",
"northern"
],
"arrivalsStopIds": [
"940GZZLUEAC"
],
"aliasIds": [
"HUBEPH"
],
"lat": 51.4948884,
"lon": -0.1005731
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUEAC")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUEAC"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUEAC")