UnifyAPI
← Back to catalog

gutendex.by_author

mock data$0.001 / call

Books by Author (Gutendex)

List all Project Gutenberg books by a specific author (search by name). Filter by language. Gutendex MIT

Educationprovider: Gutendex#gutendex#education

Input schema

limit

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

integer
authorrequired

Author name search (e.g. "Jane Austen", "Mark Twain", "Tolstoy").

string
language

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

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/gutendex.by_author \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"limit":0,"author":"<author>","language":"<language>"}'

Try it

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