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