Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZCRAMP
Name
Ampere Way
Modes
tram
Coordinates
51.38224, -0.12365
Checking for a TfL API key…
{
"id": "940GZZCRAMP",
"name": "Ampere Way",
"kind": "stopPoint",
"modes": [
"tram"
],
"lineIds": [
"tram"
],
"arrivalsStopIds": [
"940GZZCRAMP"
],
"aliasIds": [],
"lat": 51.382238,
"lon": -0.123654
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZCRAMP")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZCRAMP"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZCRAMP")