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