Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 528 Bytes

11_Rate_Limits.md

File metadata and controls

8 lines (5 loc) · 528 Bytes

Rate Limits

The API currently limits the requests you can make against it hourly. We have provided two response headers with each request to the API with Rate Limiting Information. They are returned from every API call.

X-RateLimit-Limit: 300
X-RateLimit-Remaining: 299

X-RateLimit-Limit is your current limit per hour. X-RateLimit-Remaining is how many requests you have left. If you need more requests than 300/hr, please contact us and we'll do our best to accommodate you.