← Back to Dashboard

Open Library

BooksActiveFreeAuth: NoneDoc: HTML
Visit Website ↗

Description

Books, book covers and related data

✨ AI Summary

Open Library is an open, editable library catalog for books, offering free access to millions of titles.

Code Example

import requests

url = "https://openlibrary.org/search.json"
params = {"q": "the lord of the rings"}
response = requests.get(url, params=params)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)