Google book API limit 和 api key

Google book API limit and api key

我正在创建一个仅使用 Google 图书搜索 API 的网站,我是否应该在每次用户发送搜索特定图书的请求时使用 api 键?如果用户在没有我的 api 密钥的情况下发送请求,是否有限制?

根据 Google Books API Docs,您可以在没有 API 键的情况下执行搜索,因此技术上没有限制。此外,您不必在每次搜索时都使用 API 键。但是,如果使用 API 键进行调用,则每个卷都将包含用户特定的信息,例如购买状态。

Note: Performing a search does not require authentication, so you do not have to provide the Authorization HTTP header with the GET request. However, if the call is made with authentication, each Volume will include user-specific information, such as purchased status.