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