Difference between revisions of "OPDS"

From Kiwix
Jump to navigation Jump to search
(One intermediate revision by the same user not shown)
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 live instance can be see at https://library.kiwix.org/.
A live instance can be see at https://library.kiwix.org/.


== End points ==
== End points ==
* [https://library.kiwix.org/catalog/searchdescription.xml https://library.kiwix.org/searchdescription.xml] which proposes an overall OPDS description in XML format
* [https://library.kiwix.org/catalog/searchdescription.xml https://library.kiwix.org/catalog/searchdescription.xml] which proposes an overall OPDS description in XML format
* https://library.kiwix.org/catalog/search which accepts a few GET parameter:
* https://library.kiwix.org/catalog/search which accepts a few GET parameter:
** <code>q=<PATTERN></code> which proposes a keyword based search in the catalogue (on title and description).
** <code>q=<PATTERN></code> which proposes a keyword based search in the catalogue (on title and description).

Revision as of 19:49, 17 May 2020

Kiwix-serve provides an OPDS feed. This API allows to retrieve the library metadata, but not the content themselves.

A live instance can be see at https://library.kiwix.org/.

End points

See also