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