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