Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZCRWCR
Name
West Croydon
Modes
overground, tram
Coordinates
51.37879, -0.10194
Checking for a TfL API key…
{
"id": "940GZZCRWCR",
"name": "West Croydon",
"kind": "stopPoint",
"modes": [
"overground",
"tram"
],
"lineIds": [
"tram",
"windrush"
],
"arrivalsStopIds": [
"940GZZCRWCR"
],
"aliasIds": [
"910GWCROYDN",
"HUBWCY"
],
"lat": 51.378786,
"lon": -0.101939
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZCRWCR")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZCRWCR"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZCRWCR")