← Back to catalog
loc.search
mock data$0.002 / callSearch Library of Congress
Search 415K+ digitized historical items at LOC (photos, manuscripts, maps, newspapers, films, rare books). Filter by online format (image/audio/video/text/web archive) or collection slug. Public domain by US statute (17 USC §105)
Input schema
page
integerPage number for pagination (1-based).
limit
integerResults per page (default 20, max 50).
queryrequired
stringFree-text search across LOC's 415K+ digitized items (e.g. "civil war", "suffrage", "lincoln").
format
stringOptional filter by online format — image, audio, film/video, online text, or web archive.
collection
stringOptional collection slug to scope the search (e.g. "rosa-parks-papers").
Call via REST
curl -X POST https://unifyapi.pro/api/call/loc.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"page":0,"limit":0,"query":"<query>","format":"<format>","collection":"<collection>"}'