https://www.googleapis.com/books/v1/volumes?q=isbn:9789382563792
I have used this query from both mobile and browser and the response is -
{
"kind": "books#volumes",
"totalItems": 0
}
but when i use some other isbn like-
https://www.googleapis.com/books/v1/volumes?q=isbn:9788172234980
this gives the response of the book.
When i remove the isbn from the query then it gives a lot of result which is not relevant.
So how do i use google books api to always get result from the google books.
I have also used this by appending api-key and then also it doesn't work.
I have tried a lot of ISBN numbers but only few of them are working and others give the same output of totalItems : 0 in response.
This books are famous books and should be found by google books is giving either irrelevant result or no result.
I want this to integrate to my android app with barcode scanner, so that user can see the books details and save it in application.