Miami-Dade Transit Live

Source Code: https://github.com/Code-for-Miami/LeafletTransit

Waiting for server to go online in 15 seconds...

Data from Miami Transit API GPS updates every 5 seconds

Live Buses

Live Buses: {{buses.length}}
Bus ID Trip ID Route ID Service Direction Description Last Updated
{{x.BusID}} {{x.TripID}} {{x.ServiceDirection}} {{x.LocationUpdated}}

Bus Routes

Bus Routes: {{routes.length}}
Route ID Route Alias Route Description Route Color
{{x.RouteID}} {{x.RouteAliasLong}} {{x.RouteDescription}} {{x.RouteColor}}

Bus Stops

Stops: {{busStops[routeDir].length}}
Route:
Sequence Stop ID Stop Name
{{x.Sequence}} {{x.StopID}} {{x.StopName}}

Points of Interest

POIs: {{POIs.length}}
POI ID Category Category Name Name Address svHeading
{{x.PointID}} {{x.CategoryID}} {{x.CategoryName}} {{x.Address}}, {{x.City}}, {{x.State}} {{x.Zip}} {{x.svHeading}}

Trolleys

City of Miami Trolleys: {{trolleys.length}}
Trolley ID Route ID In Service Next Stop ID Schedule Number Receive Time
{{x.equipmentID}} {{x.routeID}} {{x.inService}} {{x.nextStopID}} {{x.scheduleNumber}} {{x.receiveTime}}

Data retrieved from: http://www.miamidade.gov/transit/WebServices/Buses/?BusID=
When data is unavailable (night-time), no live buses are shown.