API calls are rate limited in a timing window. The current remaining available calls quota is available through the following header fields, included in each API call response:
x-ratelimit-interval
- The time duration for the quota calculation.x-ratelimit-remaining
- The remaining number of API calls available.x-ratelimit-limit
- The total number of calls available in the durationx-ratelimit-interval
.