> For the complete documentation index, see [llms.txt](https://docs.getdor.com/dtm-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getdor.com/dtm-docs/dtm-api/rate-limiting.md).

# Rate Limiting

To ensure that our API remains stable and performant, the DTM API is rate-limited.

While most implementations are likely never to hit a rate limit, developers are expected to use techniques such as caching results, limiting requests, and implementing exponential backoffs to limit load on the API.

When a rate limit is triggered, all subsequent requests will receive a [429 HTTP response](/dtm-docs/dtm-api/response-format/error-responses.md) (too many requests) until the end of the rate-limiting period as defined in the response.
