Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GCMDNRD
Name
Camden Road
Modes
overground
Coordinates
51.54179, -0.13870
Checking for a TfL API key…
{
"id": "910GCMDNRD",
"name": "Camden Road",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"mildmay"
],
"arrivalsStopIds": [
"910GCMDNRD"
],
"aliasIds": [],
"lat": 51.541791,
"lon": -0.138701
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GCMDNRD")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GCMDNRD"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GCMDNRD")