# Rate Limiting

## Rate Limit Policy

Effective Date: March 1, 2023

API calls such as aggressive polling or making highly concurrent API calls may result in your app being rate limited. Spectrum's rate limits may vary based on licensing plan purchased.  Rate limiting is a strategy for limiting network traffic. It puts a cap on how often someone can repeat an action within a certain timeframe – for instance, trying to access a Spectrum specification. Rate limiting can help stop certain kinds of malicious activity.  It can also reduce load on web servers.&#x20;

### API endpoint limits <a href="#api-endpoint-limits" id="api-endpoint-limits"></a>

To ensure the quality of Spectrum's services, most APIs are subject to rate limiting. Depending on the API endpoint, the request limit and the rate limit window in which the request limit resets, may vary.

Exceeding these values triggers an [HTTP 403 response](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403). These are in addition to those indicated in the rate limit response headers.  If your app triggers the rate limit, please refrain from making additional requests until the appropriate amount of time has elapsed.  In general, keeping requests for the same API endpoint under **100 requests in 60 seconds**, will not trigger rate limiting. &#x20;

### Exceptions

Please contact your customer service manager to discuss any exceptions needed.&#x20;

##


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.spectrumcustomizer.com/integration/api/rate-limiting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
