Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUBXN
Name
Brixton
Modes
tube
Coordinates
51.46261, -0.11471
Checking for a TfL API key…
{
"id": "940GZZLUBXN",
"name": "Brixton",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"victoria"
],
"arrivalsStopIds": [
"940GZZLUBXN"
],
"aliasIds": [
"HUBBRX"
],
"lat": 51.4626097,
"lon": -0.114705
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUBXN")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUBXN"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUBXN")