【问题标题】:Google API doesn't return data for ISBNGoogle API 不返回 ISBN 的数据
【发布时间】:2016-07-28 19:35:59
【问题描述】:

我正在使用 Google API 按 ISBN 搜索图书。

我正在尝试使用这 3 个代码

0716604892, 0716604892, 0544506723

喜欢这个

https://www.googleapis.com/books/v1/volumes?q=isbn:0716604892
https://www.googleapis.com/books/v1/volumes?q=isbn:0716604892
https://www.googleapis.com/books/v1/volumes?q=isbn:0544506723

但当书存在时,最后一个不返回任何内容,并且 ISBN 码是正确的。

为什么会这样?

【问题讨论】:

  • 你解决过这个问题吗?
  • 遇到了类似的问题,你有没有找到解决办法?

标签: api google-api google-books


【解决方案1】:

使用大写的ISBN

输入如下:

https://www.googleapis.com/books/v1/volumes?q=ISBN:0544506723

代替:

https://www.googleapis.com/books/v1/volumes?q=isbn:0544506723

【讨论】:

  • 但是在使用大写的 ISBN 时,google apis 会出现另一个问题......对于某些 isbn 数字,即使 isbn 不同,它也会发送多本书的信息......其中只有一个是唯一的或同一本书不同版本.. r
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2014-12-31
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2019-08-27
  • 1970-01-01
相关资源
最近更新 更多