Item management API rate limits

Rate limits and benefits

API rate limiting is the maximum number of API requests that a client can make within a defined timeframe. For example, 10 requests per hour. Throttling is the process of enforcing the rate limit. If a client exceeds the allowed number of requests, the server will throttle the client by denying further requests until the limit resets.

API rate limiting is typically used to prevent abuse, limit data scraping, and ensure fair usage among all users. This helps maintain the server's performance and prevent it from becoming overwhelmed with too many requests at once.

Table of rate limits

The Rates/Limits column in this table shows the maximum number of requests allowed within a specific timeframe.