Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUPSG
Name
Parsons Green
Modes
tube
Coordinates
51.47508, -0.20155
Checking for a TfL API key…
{
"id": "940GZZLUPSG",
"name": "Parsons Green",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"district"
],
"arrivalsStopIds": [
"940GZZLUPSG"
],
"aliasIds": [],
"lat": 51.4750837,
"lon": -0.201549
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUPSG")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUPSG"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUPSG")