Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GCSEAH
Name
Imperial Wharf
Modes
overground
Coordinates
51.47555, -0.18308
Checking for a TfL API key…
{
"id": "910GCSEAH",
"name": "Imperial Wharf",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"mildmay"
],
"arrivalsStopIds": [
"910GCSEAH"
],
"aliasIds": [
"HUBIMP"
],
"lat": 51.47555,
"lon": -0.183084
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GCSEAH")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GCSEAH"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GCSEAH")