Difference between revisions of "OPDS"
Jump to navigation
Jump to search
(→End points: Added /catalog/v2/entry) |
(Put a pointer to the online documentation) |
||
Line 1: | Line 1: | ||
[[Kiwix-serve]] provides an [https://en.wikipedia.org/wiki/Open_Publication_Distribution_System OPDS] feed. This API allows to retrieve the library metadata, but not the content themselves. | [[Kiwix-serve]] provides an [https://en.wikipedia.org/wiki/Open_Publication_Distribution_System OPDS] feed. This API allows to retrieve the library metadata, but not the content themselves. | ||
A [https://kiwix-tools.readthedocs.io/en/latest/ full documentation of the OPDS API and other API offered by kiwix-serve is available online]. | |||
A live instance can be see at https://library.kiwix.org/. | A live instance can be see at https://library.kiwix.org/. | ||
=== Legacy endpoint === | === Legacy endpoint === |
Latest revision as of 13:03, 19 February 2023
Kiwix-serve provides an OPDS feed. This API allows to retrieve the library metadata, but not the content themselves.
A full documentation of the OPDS API and other API offered by kiwix-serve is available online.
A live instance can be see at https://library.kiwix.org/.
Legacy endpoint
- https://library.kiwix.org/catalog/root.xml lists all books.
- https://library.kiwix.org/catalog/searchdescription.xml describes the
/catalog/search
endpoint. - https://library.kiwix.org/catalog/search allows to filter books. It accepts the same GET parameters as
/catalog/v2/entries
(see above).