Authentication
The public 511 transit endpoints are documented as requiring anapi_key query parameter.
Formats
Most transit endpoints support JSON and XML through an optionalformat parameter. Bulk GTFS downloads return zip files, and GTFS-Realtime feeds return protobuf payloads.
Rate limits
As of the 511 transit page snapshot reviewed on March 25, 2026, the default token limit is documented as60 requests per 3600 seconds.
Common errors
401 Unauthorizedfor invalid API keys404 Not Foundwhen an individual resource cannot be located500 Internal Server Errorwhen the service cannot process the request
Parameter casing mismatches
The public transit page and the transit PDF disagree on some parameter names.stoptimetableis shown on the live page with lowercaseoperatorref,monitoringref,lineref,starttime, andendtime, while the PDF uses capitalized SIRI-style namesStopMonitoringusesstopcodeon the public page, while the PDF showsstopCodetimetableuses lowercaseincludespecialserviceandexceptiondateon the public page, while the PDF showsIncludeSpecialServiceandExceptionDate
Treat the PDF as the best source for semantics and response structure, and the live public page as the best source for the exact request spelling when the two differ.