Search code examples
pythonuber-api

Is there a limit on the number of queries I can make through the Uber API?


I am using the Uber API to query certain locations and determine what Uber products are available at each location.

I have been using Python to query 10 - 15 locations all at once, and so far no error has occured.

However, I am wondering if there is a limit to the number of queries I can make per fixed time interval (second, minute, hour, day, week, etc).

So far I am calling GET /v1/estimates/price and GET v1/estimates/time.

Is there a defined limit?

Thanks.


Solution

  • Yes, there is a limit. The default is 2000 requests per hour. Check https://developer.uber.com/docs/ride-requests/guides/rate-limiting