Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUCTN
Name
Camden Town
Modes
tube
Coordinates
51.53944, -0.14270
Checking for a TfL API key…
{
"id": "940GZZLUCTN",
"name": "Camden Town",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"northern"
],
"arrivalsStopIds": [
"940GZZLUCTN"
],
"aliasIds": [],
"lat": 51.5394397,
"lon": -0.1426957
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUCTN")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUCTN"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUCTN")