UnifyAPI
← Back to catalog

bhl.literature.by_subject

mock data$0.001 / call

Browse 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.

Referenceprovider: Bhl#bhl#reference

Input schema

subjectrequired

Subject keyword used in BHL classification (e.g. "ornithology", "botany", "entomology")

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.