UnifyAPI
← Back to catalog

loc.item

mock data$0.001 / call

LOC Item Detail

Get full metadata + asset URLs (image, audio, PDF) for a Library of Congress item by its ID or full LOC URL. Includes rights, contributors, subjects, and digitized resource list. LOC public domain

Referenceprovider: Loc#loc#reference

Input schema

item_idrequired

Library of Congress item ID or full LOC URL (e.g. "item/2003675333" or "https://www.loc.gov/item/2003675333/"). Returns metadata + asset URLs.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/loc.item \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"item_id":"<item_id>"}'

Try it

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