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