Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
490013767C
Name
Trafalgar Sq / Charing Cross Stn
Stop letter
C
Modes
bus
Coordinates
51.50826, -0.12734
Towards
Tottenham Court Road
Checking for a TfL API key…
{
"id": "490013767C",
"name": "Trafalgar Sq / Charing Cross Stn",
"kind": "stopPoint",
"modes": [
"bus"
],
"lineIds": [
"176",
"24",
"29",
"N20",
"N279",
"N29",
"N41",
"N5"
],
"arrivalsStopIds": [
"490013767C"
],
"lat": 51.50826,
"lon": -0.12734,
"stopLetter": "C",
"towards": "Tottenham Court Road"
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("490013767C")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["490013767C"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("490013767C")StopPoint
ID
490013767C
Name
Trafalgar Sq / Charing Cross Stn
Stop letter
C
Modes
bus
Coordinates
51.50826, -0.12734
Towards
Tottenham Court Road
{
"id": "490013767C",
"name": "Trafalgar Sq / Charing Cross Stn",
"kind": "stopPoint",
"modes": [
"bus"
],
"lineIds": [
"176",
"24",
"29",
"N20",
"N279",
"N29",
"N41",
"N5"
],
"arrivalsStopIds": [
"490013767C"
],
"lat": 51.50826,
"lon": -0.12734,
"stopLetter": "C",
"towards": "Tottenham Court Road"
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("490013767C")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["490013767C"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("490013767C")