Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GLONFLDS
Name
London Fields
Modes
overground
Coordinates
51.54105, -0.05777
Checking for a TfL API key…
{
"id": "910GLONFLDS",
"name": "London Fields",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"weaver"
],
"arrivalsStopIds": [
"910GLONFLDS"
],
"aliasIds": [],
"lat": 51.5410518,
"lon": -0.0577737
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GLONFLDS")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GLONFLDS"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GLONFLDS")