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