Archivarix

books

Google Books API

Google's index of book volumes, covering tens of millions of titles with metadata and, where permitted, previews. You can search by title or ISBN through its API, and a free key raises the otherwise tight request quota. It offers broad coverage for confirming a book's existence and edition details and for finding preview pages.

Books API

Why it’s useful & how it works

Google Books is useful for confirming a title exists and for reading previews of recent in-copyright works that no other service shows. You search by title, author, or ISBN and receive metadata, a cover image, and, depending on publisher agreements, a limited or full preview. A free Google Cloud API key is needed for reliable programmatic use; without it, requests are throttled quickly. It is not a source of freely downloadable books but excels as a discovery and verification tool across an enormous range of titles.

What’s inside

Tens of millions of titles indexed, with varying preview depth from no preview to full text, depending on publisher permissions and copyright status.

API access

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

What we measured

Our own probes, not the archive’s own claims. Re-run periodically; every reading below is dated.

Reachability

Direct request
Responded HTTP 200 435 ms
Through a datacenter proxy
Responded HTTP 200 948 ms
API, direct
Rate-limited HTTP 429 292 ms
API, through a proxy
Rate-limited HTTP 429 559 ms

Reachability measured 2026-08-22.

Access

Programmatic API access (a key may be required, see the API tag).

Homepage

https://books.google.com/

Related archives