Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GBARKRIV
Name
Barking Riverside
Modes
overground
Coordinates
51.51956, 0.11601
Checking for a TfL API key…
{
"id": "910GBARKRIV",
"name": "Barking Riverside",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"suffragette"
],
"arrivalsStopIds": [
"910GBARKRIV"
],
"aliasIds": [],
"lat": 51.5195582,
"lon": 0.1160126
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GBARKRIV")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GBARKRIV"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GBARKRIV")