← Back to catalog
bhl.literature.by_subject
mock data$0.001 / callBrowse BHL Subject Tags
Browse the Biodiversity Heritage Library subject index to discover subject tags related to a natural-history discipline or concept (e.g. "ornithology", "botany", "entomology", "paleontology"). Returns a list of matching subject strings used to classify BHL holdings. Use the returned subjects as precise search terms in bhl.literature.search to retrieve publications filed under that subject heading.
Input schema
subjectrequired
stringSubject keyword used in BHL classification (e.g. "ornithology", "botany", "entomology")
Call via REST
curl -X POST https://unifyapi.pro/api/call/bhl.literature.by_subject \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"subject":"<subject>"}'