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