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