API Rate Limits

In order to optimize the performance of our APIs and prevent apps to negatively impact other apps, we rate limit application requests:

The following HTTP headers are used to indicate API rate information:

Header Description
X-API-Rate-Limit The maximum number of requests allowed within a rate window.
X-API-Rate-Remaining The number of requests remaining in the current rate window. When this value goes to zero requests will be denied until the end of the current window.
X-API-Rate-Window The window duration in seconds.

Rate limits are subject to change without notice.

rails-1a-002