Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZCRBIR
Name
Birkbeck
Modes
tram
Coordinates
51.40356, -0.05614
Checking for a TfL API key…
{
"id": "940GZZCRBIR",
"name": "Birkbeck",
"kind": "stopPoint",
"modes": [
"tram"
],
"lineIds": [
"tram"
],
"arrivalsStopIds": [
"940GZZCRBIR"
],
"aliasIds": [
"HUBBIR"
],
"lat": 51.4035603,
"lon": -0.0561355
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZCRBIR")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZCRBIR"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZCRBIR")