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