wolnelektury_filter_books
Filter books in the Wolne Lektury catalog by author, epoch, genre, or literary kind using combined criteria to narrow search results effectively.
Instructions
List books matching combined filters (AND). API does not expose full-text search; this is the supported way to narrow the catalog. Paths are built as /api/authors/.../epochs/.../genres/.../kinds/.../books/ (see https://wolnelektury.pl/api/). Set parent_only=true to use parent_books/ (top-level works only, no sub-volumes). Requires at least one filter. Filtering only by kind_slug can return a large JSON (~1MB+); prefer adding author or epoch when possible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| author_slug | No | Author slug, e.g. boleslaw-prus. | |
| epoch_slug | No | Literary epoch slug, e.g. pozytywizm. | |
| genre_slug | No | Genre slug, e.g. powiesc. | |
| kind_slug | No | Literary kind slug, e.g. epika, liryka. | |
| parent_only | No | Use parent_books/ instead of books/ (omit sub-volumes). |