UnifyAPI
← Back to catalog

librivox.search

mock data$0.001 / call

Search 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

Educationprovider: Librivox#librivox#education

Input schema

genre

Genre filter — e.g. "Adventure", "Children's Fiction", "Mystery", "Plays", "Poetry".

string
limit

Max results to return (default 25, max 100).

integer
title

Substring search on audiobook title (e.g. "pride and prejudice", "treasure").

string
author

Author name search (e.g. "shakespeare", "twain", "tolstoy").

string
offset

Pagination offset for stepping through large result sets.

integer

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

Try it

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