← Back to catalog
loc.item
mock data$0.001 / callLOC 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
Input schema
item_idrequired
stringLibrary of Congress item ID or full LOC URL (e.g. "item/2003675333" or "https://www.loc.gov/item/2003675333/"). Returns metadata + asset URLs.
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>"}'