Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUUPK
Name
Upton Park
Modes
tube
Coordinates
51.53511, 0.03398
Checking for a TfL API key…
{
"id": "940GZZLUUPK",
"name": "Upton Park",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"district",
"hammersmith-city"
],
"arrivalsStopIds": [
"940GZZLUUPK"
],
"aliasIds": [],
"lat": 51.5351062,
"lon": 0.0339842
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUUPK")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUUPK"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUUPK")