2021年4月7日星期三

Is there a way to have the google Books API return only results with ISBN_10 or ISBN_13 numbers?

For my web app, I'd only like to include books that have ISBN identifiers. Is there a way to directly query the API so that it only returns results with the industryIdenifiers having an object with the type values set to ISBN_10 or ISBN_13?

For example, in this query, none of the results have ISBN numbers. I'd like to exlcude these results. https://www.googleapis.com/books/v1/volumes?q=h&maxResults=5&printType=books

I suspect I might have to do something with partial response but I'm not sure what exactly to do. Any help is appreciated. (https://developers.google.com/books/docs/v1/performance#partial-response)

https://stackoverflow.com/questions/66997205/is-there-a-way-to-have-the-google-books-api-return-only-results-with-isbn-10-or April 08, 2021 at 12:06PM

没有评论:

发表评论