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