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