Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
490013767T
Name
Trafalgar Square
Stop letter
T
Modes
bus
Coordinates
51.50753, -0.12991
Towards
Oxford Circus
Checking for a TfL API key…
{
"id": "490013767T",
"name": "Trafalgar Square",
"kind": "stopPoint",
"modes": [
"bus"
],
"lineIds": [
"12",
"139",
"159",
"453",
"88",
"N109",
"N113",
"N136",
"N15",
"N3"
],
"arrivalsStopIds": [
"490013767T"
],
"lat": 51.50753,
"lon": -0.12991,
"stopLetter": "T",
"towards": "Oxford Circus"
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("490013767T")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["490013767T"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("490013767T")