Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUPLW
Name
Plaistow
Modes
tube
Coordinates
51.53115, 0.01668
Checking for a TfL API key…
{
"id": "940GZZLUPLW",
"name": "Plaistow",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"district",
"hammersmith-city"
],
"arrivalsStopIds": [
"940GZZLUPLW"
],
"aliasIds": [],
"lat": 51.5311544,
"lon": 0.0166833
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUPLW")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUPLW"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUPLW")