VehiclePosition

Provides feed with current vehicle positions

APIDescription
GET vehicle-position/text

Returns JSON with current vehicle positions

GET vehicle-position

Returns a proto-buf formatted attachment with current vehicle positions

TripUpdates

Provides trip updates feed

APIDescription
GET trip-updates/text

Returns JSON data with current trip updates

GET trip-updates

Returns proto-buf formatted file with trip updates

FeedMessages

Provides full realtime feed messages for GTFS-RT

APIDescription
GET feed/text

Returns textual (JSON) representation of GTFS Service Alerts feed.

GET feed

Returns binary (protobuf) representation of GTFS Service Alerts feed. Result is sent as a HTTP Content-Disposition attachment named 'feed.pb'.

ServiceAlerts

Provides service alerts feed

APIDescription
GET service-alerts/text

Gets textual (JSON) representation of current service alerts data

GET service-alerts

Returns binary-formatted feed with current service alerts data