Rate Limit

Throttling Rates

To ensure fair usage and consistent performance, we enforce rate limits on the number of requests that can be made within a specific timeframe. This also ensures as many API users as possible have the opportunity of using the API without slowdowns.

If the limit is exceeded, subsequent requests will fail and you will receive a 429 Too Many Requests error in your responses.

The following table outlines the rate limits for different APIs:

APIRate Limits without TokenRate Limits with Token
Data Catalogue4 requests per minute10 requests per minute
OpenDOSM4 requests per minute10 requests per minute
Weather4 requests per minute10 requests per minute
GTFS Static4 requests per minute10 requests per minute
GTFS Realtime4 requests per minute10 requests per minute
* APIs that are unreleased yet are marked with TBD.

Please note that the rate limits vary based on whether you are using an API token or not. If you anticipate exceeding the rate limits without an API token, we recommend requesting an API token.