Private BetaFound a bug or have feedback? Share it →

Open Library

Search millions of books from the Internet Archive Open Library. Returns title, author, and publication year. Free, no key required.

Healthy
Knowledge & EducationNo upstream key required

Base URL

https://api.apiclearinghouse.com/v1/call/open-library

Authenticate with X-Api-Key: chk_live_... header.

GET/search

Parameters

NameTypeRequiredDescription
qstringrequiredBook search query (title, author, ISBN)
limitnumberoptionalMax results (1-20)(default: 10)

Example Request

curl -s "https://api.apiclearinghouse.com/v1/call/open-library/search?q={q}&limit=10" \
  -H "X-Api-Key: YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": {
    "books": "example",
    "total": "example"
  }
}

Try it live

No setup required. Sign in and run Open Library directly from your browser.

Open in Explorer →

Rate Limits

Free10/min
Pro100/min
Elite500/min

Monthly limits also apply per plan.

Authentication

Pass your API key in the request header:

X-Api-Key: chk_live_...
Join the beta
← Back to catalog
open-library API Documentation — API Clearinghouse