Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUBKE
Name
Barkingside
Modes
tube
Coordinates
51.58582, 0.08862
Checking for a TfL API key…
{
"id": "940GZZLUBKE",
"name": "Barkingside",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"central"
],
"arrivalsStopIds": [
"940GZZLUBKE"
],
"aliasIds": [],
"lat": 51.5858181,
"lon": 0.0886245
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUBKE")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUBKE"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUBKE")