Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUKSX
Name
King's Cross St. Pancras
Modes
tube
Coordinates
51.53168, -0.12354
Checking for a TfL API key…
{
"id": "940GZZLUKSX",
"name": "King's Cross St. Pancras",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"circle",
"hammersmith-city",
"metropolitan",
"northern",
"piccadilly",
"victoria"
],
"arrivalsStopIds": [
"940GZZLUKSX"
],
"aliasIds": [
"HUBKGX"
],
"lat": 51.531683,
"lon": -0.123538
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUKSX")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUKSX"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUKSX")