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