Why did the wrong "pageCount" return using the Google Books API?

When I call the API "books.volumes.get", I get a "pageCount", which is different from what the books.volumes.list API calls for the same book.

Taking, for example, the title of the book "Cryptography with Decryption" using the Google API Explorer, I get the following values ​​for "pageCount":

Note that the volume identifier exactly matches the results of both queries. ("ID" = wNFQAAAAMAAJ)

Any suggestion for this weird behavior? Any feedback would be greatly appreciated.

+5
source share
1 answer

Compare the answers - they are different.

The publisher for the former is Addison-Wesley and Addison-Wesley Professional for the latter.

This is a complete mess. According to the book, the page In the first request is the correct publisher, but the number of pages is incorrect.

In my opinion, it is best to send two letters describing this situation. One for the owner of the API is the second for Addison-Wesley (please explain about Professional). Not sure if your answer will be received from the second .. anything ..

0
source

All Articles