← Back to catalog
bhl.literature.search
mock data$0.001 / callSearch BHL Publications (Catalog)
Search the Biodiversity Heritage Library catalog by keyword across title, author, subject, and publisher fields. BHL is the world's largest open-access library of biodiversity literature — 60M+ pages of digitized natural-history books, journals, and manuscripts from 1469 to the present, all public domain. Returns item and title IDs, full title, authors, publisher, publication date, genre, and direct URLs to the digitized item and bibliography page. Use bhl.literature.fulltext to search within the scanned text of publications.
Input schema
page
integerPage number for pagination (default 1)
limit
integerNumber of results per page (1–50, default 10)
queryrequired
stringKeyword to search for — matches title, author, subject, and publisher fields (e.g. "Darwin birds Galapagos")
Call via REST
curl -X POST https://unifyapi.pro/api/call/bhl.literature.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"page":0,"limit":0,"query":"<query>"}'