Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUESQ
Name
Euston Square
Modes
tube
Coordinates
51.52569, -0.13557
Checking for a TfL API key…
{
"id": "940GZZLUESQ",
"name": "Euston Square",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"circle",
"hammersmith-city",
"metropolitan"
],
"arrivalsStopIds": [
"940GZZLUESQ"
],
"aliasIds": [],
"lat": 51.5256866,
"lon": -0.1355703
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUESQ")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUESQ"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUESQ")