Wolne Lektury

Polish free-library books, authors and epochs as JSON

AUTH NONECORS AGENT ?HTTPS COMMERCIAL ?

A keyless catalog API for WolneLektury.pl, Poland's free digital library of public-domain and open-licensed literature. Query books, authors, genres and literary epochs, each returning tidy JSON with cover art, colors and download links. The full book list is a multi-megabyte payload, so lean on the smaller collection endpoints for quick calls.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
ON PROBE SCHEDULE

We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗

Uptime historystarts after first probe

On our probe schedule. Uptime charts appear after the first check lands.

Example responsefrom provider docs — not verified by us
GET https://wolnelektury.pl/api/epochs/?format=json

[
  {
    "url": "https://wolnelektury.pl/katalog/epoka/barok/",
    "href": "https://wolnelektury.pl/api/epochs/barok/?format=json",
    "name": "Barok",
    "slug": "barok"
  }
]
Call itcurl · fetch · python
curl "https://wolnelektury.pl/api/epochs/?format=json"
const res = await fetch("https://wolnelektury.pl/api/epochs/?format=json");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://wolnelektury.pl/api/epochs/?format=json")
print(res.json())
Endpoints · 6On scheduleFULL DOCS ↗
On schedule — GET /epochs/?format=json awaits first probe
GET/epochs/?format=jsonPROBED

Polish free-library books, authors and epochs as JSON

GET/epochs/?limit=5

Epochs — documented GET route.

GET/epochs/?page=1

Epochs — documented GET route.

GET/api/books/

Books — documented GET route.

GET/api/audiobooks/

Audiobooks — documented GET route.

GET/api/daisy/

Daisy — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Not tracked yet. Shape-change history starts once this API joins our probe schedule.

Wolne Lektury: common questions

Is Wolne Lektury free to use?

Yes — Wolne Lektury is a free books & words API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Wolne Lektury need an API key?

No — Wolne Lektury needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Wolne Lektury from the browser?

Yes — Wolne Lektury returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Wolne Lektury up right now?

Wolne Lektury is catalogued but not yet on our probe schedule, so we don't publish a live status for it. Check the provider's own status page or docs for its current state.