Check your API quota
After upgrading, you can confirm your available quota through the API response headers. Use the following response header to check your quota:x-api-key-quota
Check monthly usage
To monitor your current month’s API usage, check the following response header:x-api-key-approximate-usage
Quota warnings
BrandsAPI helps you stay informed before your quota runs out. When your account reaches 80% of its monthly quota, we will send an email warning so you can review usage or upgrade your plan if needed.Quota limit response
If your API key reaches its allowed quota, the API will return the following HTTP status code:429 Too Many Requests
Request throughput limits
In addition to monthly usage quotas, BrandsAPI applies request throughput limits to protect the service from abuse and maintain stable performance. By default, API requests are limited to:100requests per second sustained traffic30,000requests per rolling 5-minute window as a hard limit
Throughput limit response
If your application exceeds the request throughput limit, the API will return:429 Too Many Requests
