Broadband Checker Business API

(0 reviews)

Rate Limiting

All requests sent from a specific API consumer to the Broadband Checker Business API may be subject to a rate limit.

Rate limiting restricts the number of requests which the API accepts for processing over a given period of time (time window). If the number of requests exceeds the rate limit, then subsequent requests are rejected.

If rate limiting is applied to your requests, responses will contain the following headers that provide more information regarding the rate limit status:

HeaderDescriptionExample
X-Ratelimit-LimitThe total number of requests allowed during the time window.10000 - Rate limit of 10000 requests
X-Ratelimit-RemainingThe number of requests that can still be submitted during the time window.66 - Another 66 requests can be submitted before they are rejected
X-Ratelimit-ResetThe time window, within which requests are counted for determining the rate limit (milliseconds).Max 86400000 –in milli seconds from current time.

Reviews