【问题标题】:How to get books of searched category in Google Books API?如何在 Google Books API 中获取搜索类别的书籍?
【发布时间】:2020-07-19 20:47:38
【问题描述】:

我在我的 Angular 项目中使用 Google Books API。我有书籍的不同静态类别的列表。单击特定类别时,我想从 Google Books API 获取搜索类别的书籍。 Google 图书中没有可用的 API。有的话推荐给我!

现在我为此目的使用 Google Books Search API,但搜索结果与类别搜索应该不同。如果有的话,建议我替代方法!

【问题讨论】:

    标签: google-books-api


    【解决方案1】:

    您可以在查询中使用subject 关键字来返回该类别的结果。

    例子:

    https://www.googleapis.com/books/v1/volumes?q=subject:fiction

    【讨论】:

    • 谢谢@Saurabh Thorat,我一定会试试的!
    • 这也不能正常工作!没有给出确切的输出。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-04-30
    • 2019-09-03
    • 2018-12-18
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多