Smart
Bus
Real-time transit routing microservice
API Endpoints
GET
/api/health
Service status
GET
/api/cities
Available cities
GET
/api/:country/:city/stops
All stops
GET
/api/:country/:city/routes
All routes
GET
/api/:country/:city/routes/:id
Route detail
GET
/api/:country/:city/nearest-stops?lat&lng
Nearby stops
GET
/api/:country/:city/route?from_lat&from_lng&to_lat&to_lng
Calculate route
Abrir Visualizador de Rutas
Powered by GTFS data · Real-time Dijkstra routing