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