Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GCRYSTLP
Name
Crystal Palace
Modes
overground
Coordinates
51.41811, -0.07261
Checking for a TfL API key…
{
"id": "910GCRYSTLP",
"name": "Crystal Palace",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"windrush"
],
"arrivalsStopIds": [
"910GCRYSTLP"
],
"aliasIds": [
"HUBCYP"
],
"lat": 51.418111,
"lon": -0.072605
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GCRYSTLP")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GCRYSTLP"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GCRYSTLP")