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