Various data from Weblate is available in machine-readable format.

RSS feeds

Follow the translation progress and all important changes from RSS feeds.

Project URL Link
KOReader https://hosted.weblate.org/exports/rss/koreader/ RSS
KOReader/KoboUSBMS https://hosted.weblate.org/exports/rss/koreader/kobousbms/ RSS
KOReader/KOReader https://hosted.weblate.org/exports/rss/koreader/koreader/ RSS
KOReader/User Guide https://hosted.weblate.org/exports/rss/koreader/user-guide/ RSS
KOReader/KOReader Glossary https://hosted.weblate.org/exports/rss/koreader/glossary/ RSS

Per language RSS feeds are also available. Construct them by appending a language code to the URLs above.

Statistics

Translation statistics for every component in JSON format lets you use the data in other websites or tools.

Project URL Link
KOReader/KoboUSBMS https://hosted.weblate.org/api/components/koreader/kobousbms/statistics/ View
KOReader/KOReader https://hosted.weblate.org/api/components/koreader/koreader/statistics/ View
KOReader/User Guide https://hosted.weblate.org/api/components/koreader/user-guide/statistics/ View
KOReader/KOReader Glossary https://hosted.weblate.org/api/components/koreader/glossary/statistics/ View

You can fetch statistics for all translations in one component like this:

curl \
    -H "Authorization: Token byuQ8nzQrVSe8dUNZrxjlAhhlimldUyJktkhumoI" \
    https://hosted.weblate.org/api/components/koreader/kobousbms/translations/
Project URL Link
KOReader https://hosted.weblate.org/api/projects/koreader/repository/ Hook
KOReader/KoboUSBMS https://hosted.weblate.org/api/components/koreader/kobousbms/repository/ Hook
KOReader/KOReader https://hosted.weblate.org/api/components/koreader/koreader/repository/ Hook
KOReader/User Guide https://hosted.weblate.org/api/components/koreader/user-guide/repository/ Hook
KOReader/KOReader Glossary https://hosted.weblate.org/api/components/koreader/glossary/repository/ Hook

You pull changes from a remote repository to Weblate like this:

curl \
    -d operation=pull \
    -H "Authorization: Token byuQ8nzQrVSe8dUNZrxjlAhhlimldUyJktkhumoI" \
    https://hosted.weblate.org/api/projects/koreader/repository/

Weblate also supports direct notifications from several code hosting sites:

Hosting site URL Note
GitHub https://hosted.weblate.org/hooks/github/ The documentation has detailed instructions
GitLab https://hosted.weblate.org/hooks/gitlab/ The documentation has detailed instructions
Bitbucket https://hosted.weblate.org/hooks/bitbucket/ The documentation has detailed instructions
Pagure https://hosted.weblate.org/hooks/pagure/ The documentation has detailed instructions
Azure Repos https://hosted.weblate.org/hooks/azure/ The documentation has detailed instructions
Gitea https://hosted.weblate.org/hooks/gitea/ The documentation has detailed instructions