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