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
pzprjs https://hosted.weblate.org/exports/rss/pzprjs/ RSS
pzprjs/FailCode https://hosted.weblate.org/exports/rss/pzprjs/failcode/ RSS
pzprjs/Genre History https://hosted.weblate.org/exports/rss/pzprjs/genre-history/ RSS
pzprjs/Genre Rules https://hosted.weblate.org/exports/rss/pzprjs/rules/ RSS
pzprjs/Player https://hosted.weblate.org/exports/rss/pzprjs/player/ RSS
pzprjs/pzprjs https://hosted.weblate.org/exports/rss/pzprjs/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
pzprjs/FailCode https://hosted.weblate.org/api/components/pzprjs/failcode/statistics/ View
pzprjs/Genre History https://hosted.weblate.org/api/components/pzprjs/genre-history/statistics/ View
pzprjs/Genre Rules https://hosted.weblate.org/api/components/pzprjs/rules/statistics/ View
pzprjs/Player https://hosted.weblate.org/api/components/pzprjs/player/statistics/ View
pzprjs/pzprjs https://hosted.weblate.org/api/components/pzprjs/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/pzprjs/failcode/translations/
Project URL Link
pzprjs https://hosted.weblate.org/api/projects/pzprjs/repository/ Hook
pzprjs/FailCode https://hosted.weblate.org/api/components/pzprjs/failcode/repository/ Hook
pzprjs/Genre History https://hosted.weblate.org/api/components/pzprjs/genre-history/repository/ Hook
pzprjs/Genre Rules https://hosted.weblate.org/api/components/pzprjs/rules/repository/ Hook
pzprjs/Player https://hosted.weblate.org/api/components/pzprjs/player/repository/ Hook
pzprjs/pzprjs https://hosted.weblate.org/api/components/pzprjs/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/pzprjs/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