← Back to catalog
gutendex.popular
mock data$0.001 / callPopular Public-Domain Books
List most-downloaded Project Gutenberg books, optionally filtered by language or topic. Gutendex MIT
Input schema
limit
integerMax results to return (default 20, max 50).
topic
stringOptional subject/bookshelf to filter (e.g. "Adventure").
language
stringOptional ISO 639-1 language code to filter (e.g. "en").
Call via REST
curl -X POST https://unifyapi.pro/api/call/gutendex.popular \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"topic":"<topic>","language":"<language>"}'