Rate limits
Request rate limits for the Servers.com Public API and how to track them.
You are permitted to make 2,000 requests per account within 1 hour. There are response headers that help you to track the limits:
X-RateLimit-Limit— displays the total quantity of requests you are able to make per 1 hour.X-RateLimit-Remaining— the number of requests remaining within the current limit.X-RateLimit-Reset— a timestamp when the current rate limit is reset and a new one begins. The time format is UTC epoch seconds.