我可以通过 Uber API 进行查询的次数有限制吗?

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

我正在使用优步 API 来查询特定地点并确定每个地点提供哪些优步产品。

我一直在使用Python一次查询10-15个位置,到目前为止没有发生错误。

但是,我想知道每个固定时间间隔(秒、分钟、小时、天、周等)我可以进行的查询数量是否有限制。

到目前为止,我正在调用 GET /v1/estimates/priceGET v1/estimates/time

是否有明确的限制?

谢谢。

是的,有一个限制。默认值为每小时 2000 个请求。检查 https://developer.uber.com/docs/ride-requests/guides/rate-limiting