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
Moox https://hosted.weblate.org/exports/rss/moox/ RSS
Moox/Audit https://hosted.weblate.org/exports/rss/moox/audit/ RSS
Moox/Builder https://hosted.weblate.org/exports/rss/moox/builder/ RSS
Moox/Jobs https://hosted.weblate.org/exports/rss/moox/jobs/ RSS
Moox/Sync https://hosted.weblate.org/exports/rss/moox/sync/ RSS
Moox/User https://hosted.weblate.org/exports/rss/moox/user/ RSS
Moox/Core https://hosted.weblate.org/exports/rss/moox/core/ 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
Moox/Audit https://hosted.weblate.org/api/components/moox/audit/statistics/ View
Moox/Builder https://hosted.weblate.org/api/components/moox/builder/statistics/ View
Moox/Jobs https://hosted.weblate.org/api/components/moox/jobs/statistics/ View
Moox/Sync https://hosted.weblate.org/api/components/moox/sync/statistics/ View
Moox/User https://hosted.weblate.org/api/components/moox/user/statistics/ View
Moox/Core https://hosted.weblate.org/api/components/moox/core/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/moox/audit/translations/
Project URL Link
Moox https://hosted.weblate.org/api/projects/moox/repository/ Hook
Moox/Audit https://hosted.weblate.org/api/components/moox/audit/repository/ Hook
Moox/Builder https://hosted.weblate.org/api/components/moox/builder/repository/ Hook
Moox/Jobs https://hosted.weblate.org/api/components/moox/jobs/repository/ Hook
Moox/Sync https://hosted.weblate.org/api/components/moox/sync/repository/ Hook
Moox/User https://hosted.weblate.org/api/components/moox/user/repository/ Hook
Moox/Core https://hosted.weblate.org/api/components/moox/core/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/moox/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