Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUGPS
Name
Great Portland Street
Modes
tube
Coordinates
51.52381, -0.14370
Checking for a TfL API key…
{
"id": "940GZZLUGPS",
"name": "Great Portland Street",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"circle",
"hammersmith-city",
"metropolitan"
],
"arrivalsStopIds": [
"940GZZLUGPS"
],
"aliasIds": [],
"lat": 51.5238146,
"lon": -0.1437048
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUGPS")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUGPS"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUGPS")