UnifyAPI
← Back to catalog

gutendex.popular

mock data$0.001 / call

Popular Public-Domain Books

List most-downloaded Project Gutenberg books, optionally filtered by language or topic. Gutendex MIT

Educationprovider: Gutendex#gutendex#education

Input schema

limit

Max results to return (default 20, max 50).

integer
topic

Optional subject/bookshelf to filter (e.g. "Adventure").

string
language

Optional ISO 639-1 language code to filter (e.g. "en").

string

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

Try it

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