Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLULRD
Name
Latimer Road
Modes
tube
Coordinates
51.51347, -0.21779
Checking for a TfL API key…
{
"id": "940GZZLULRD",
"name": "Latimer Road",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"circle",
"hammersmith-city"
],
"arrivalsStopIds": [
"940GZZLULRD"
],
"aliasIds": [],
"lat": 51.5134749,
"lon": -0.2177873
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLULRD")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLULRD"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLULRD")