Google will provide you with your own, unique API key. To use the API in your project, simply append key=yourAPIKey to your HTTP request URL in your application as a query string parameter.
The Books API operates on two types of resources, based on the concepts described above: Volume resource: Represents a volume. Bookshelf resource: Represents a single bookshelf for a particular user.
Using the Google Books API, your application can perform full-text searches and retrieve book information, viewability and eBook availability. You can also manage your personal bookshelves.
You can use the isbn:
query, like this:
https://www.googleapis.com/books/v1/volumes?q=isbn:0771595158
This will return a proper JSON response containing either the book information or an error description if the ISBN is not found.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With