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