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