Tell us your story
Tell us your story
How has offline Wikipedia affected you? The Wikimedia Foundation (the non-profit that supports Wikipedia) is looking for personal, diverse and inspiring stories about how offline Wikipedia affects the world. If you have a personal story that you would like to share, please contact: stories@kiwix.org. Thank you!

OPDS

From Kiwix
Revision as of 18:22, 31 October 2022 by Veloman (talk | contribs) (→‎End points: Documented /catalog/v2 endpoints)
Jump to navigation Jump to search

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

/catalog/v2

  • https://library.kiwix.org/catalog/v2/entries provides access to full entries. It accepts the following GET parameters:
    • q=<PATTERN> which proposes a keyword based search in the catalogue (on title and description).
    • lang=fra which proposes a language filter. Use an ISO639-3 language value (like in ZIM metadata).
    • tag=wikipedia to list only entries with all of the specified tags.
    • category=phet to list all entries with specified category.
    • notag=_videos:yes to filter out entries with any of the specified tags.
    • name=wikipedia_ny_all to list only entries with the specified name (exact match).
    • maxsize=1234567890 to filter out entries larger than the specified size.
    • count=2 to limit the number of results.
    • start=1 to indicate an offset in search results.

Legacy endpoint

See also