← Back to catalog
librivox.search
mock data$0.001 / callSearch LibriVox Audiobooks
Search 20K+ public-domain audiobooks by title, author, or genre. Returns book IDs, descriptions, languages, copyright years, total time, and ZIP download URLs. LibriVox public domain
Input schema
genre
stringGenre filter — e.g. "Adventure", "Children's Fiction", "Mystery", "Plays", "Poetry".
limit
integerMax results to return (default 25, max 100).
title
stringSubstring search on audiobook title (e.g. "pride and prejudice", "treasure").
author
stringAuthor name search (e.g. "shakespeare", "twain", "tolstoy").
offset
integerPagination offset for stepping through large result sets.
Call via REST
curl -X POST https://unifyapi.pro/api/call/librivox.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"genre":"<genre>","limit":0,"title":"<title>","author":"<author>","offset":0}'