Best Buy API call limits - best-buy-api

what is BestBuy API call limit for the product details? How many calls per hour/day ?

The default call limits for approved accounts is 5 queries per second/50,000 queries per day. If you surpass these limits, you will receive a 429 error code with an error response stating quota limit exceeded.

Just for anyone who runs across this question the error code has changed to 403. Source: https://bestbuyapis.github.io/api-documentation/#errors

The default call limits for approved accounts is 5 queries per second or 50,000 queries per day. If you go pass this limits, you will receive an error code with an error response saying that you have exceeded the quota limit. The error code number is 429.

Related

Unable to increase quota

The default daily quota limit is inadequate to properly use the https://www.googleapis.com/youtube/v3/liveChat/messages endpoint. A query that returns you the necessary information costs about 8 units, and you get 10,000 units per day. Even if you're only querying for new messages every few seconds, that's barely enough for an hour.
I tried to increase the quota limit, but it appears that the form to do this doesn't work:
https://support.google.com/youtube/contact/yt_api_form?hl=en
It simply gives me "There were problems sending your form. Please try again."

What is the API usage (requests per seconds) limit of Amadeus test environment?

I am trying to call Amadeus API in parallel (/v1/shopping/hotel-offers) in the test environment. Unfortunately when I start 3 threads simultaneously, then only the very first one gets the OK response and the others get HTTP 429 Too Many Requests responses.
I have not exceeded the monthly limit quota yet, so that error is really related to the parallel execution.
Does anybody know what are the exact limits (#requests/sec or #requests in parallel) ? Is it even possible to have more than one request at a time ?
The throttling is not the same depending of the environment:
Test: 10 transactions per sec per user (10 TPS/user) -> With the constrains: not more than 1 request every 100ms.
Production: 20 transactions per sec per user (20 TPS/user) -> With the constraint: not more than 1 request every 50ms.

OneLogin Maximum Call and pagination

I can't find my answer so i'm asking you. I was wondering if pagination calls using "next_link" with OneLogin API would count as a call for the limit ?
example :
If I have 300 000 users to fetch from the API every 30 minutes. I would have to make (300 000 /50) 6000 calls using pagination (limit for an account is 5000/hour).
PS: maximum user per query is 50.
Thanks un advance for you answer.
After testing, the pagination call count as "a call". So limit apply for each call even using the next_link of pagination.
Pagination counts as a call.
But to solve the underlying issue, if your account is a large one (if you have 300K users, it sounds like it is) contact your customer success contact.
That 5K/hour limit is the default but it can easily be raised for large customers.

What is the limit of messages per second using quickblox as my backend?

Also, say I am in a group of 1000 people, and I send a message - does that equal to 1000 messages? As the server needs to send a message to each participant.
You can find the limit for number of messages per second depending on plan here: http://quickblox.com/plans/
As for "does hat equal to 1000 messages?" - it depends on the code (plartform) you are using.

Webtrends REST API Limit

Looking at the documentation i found this information :
Data Extraction API requests are rate limited by number of requests and data download volume per unit of time (hour, day, week, or month). If you exceed the limit, a 403 error occurs.
Someone could tell me more about this limit ? How many call per day/month/year ???
Just spoke to webtrends support. The limit is 600 requests per use per hour or 1 Gig per user per hour.