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
Weblate https://hosted.weblate.org/exports/rss/weblate/ RSS
Weblate/Application https://hosted.weblate.org/exports/rss/weblate/application/ RSS
Weblate/Application: Javascript https://hosted.weblate.org/exports/rss/weblate/javascript/ RSS
Weblate/Hosted https://hosted.weblate.org/exports/rss/weblate/hosted/ RSS
Weblate/Hosted: Error pages https://hosted.weblate.org/exports/rss/weblate/hosted-error-pages/ RSS
Weblate/Hosted: Legal https://hosted.weblate.org/exports/rss/weblate/legal/ RSS
Weblate/Website https://hosted.weblate.org/exports/rss/weblate/website/ RSS
Weblate/Weblate https://hosted.weblate.org/exports/rss/weblate/glossary/ RSS
Weblate/Documentation https://hosted.weblate.org/exports/rss/weblate/documentation/ RSS
Weblate/Language data https://hosted.weblate.org/exports/rss/weblate/languages/ 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
Weblate/Application https://hosted.weblate.org/api/components/weblate/application/statistics/ View
Weblate/Application: Javascript https://hosted.weblate.org/api/components/weblate/javascript/statistics/ View
Weblate/Hosted https://hosted.weblate.org/api/components/weblate/hosted/statistics/ View
Weblate/Hosted: Error pages https://hosted.weblate.org/api/components/weblate/hosted-error-pages/statistics/ View
Weblate/Hosted: Legal https://hosted.weblate.org/api/components/weblate/legal/statistics/ View
Weblate/Website https://hosted.weblate.org/api/components/weblate/website/statistics/ View
Weblate/Weblate https://hosted.weblate.org/api/components/weblate/glossary/statistics/ View
Weblate/Documentation https://hosted.weblate.org/api/components/weblate/documentation/statistics/ View
Weblate/Language data https://hosted.weblate.org/api/components/weblate/languages/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/weblate/application/translations/
Project URL Link
Weblate https://hosted.weblate.org/api/projects/weblate/repository/ Hook
Weblate/Application https://hosted.weblate.org/api/components/weblate/application/repository/ Hook
Weblate/Application: Javascript https://hosted.weblate.org/api/components/weblate/javascript/repository/ Hook
Weblate/Hosted https://hosted.weblate.org/api/components/weblate/hosted/repository/ Hook
Weblate/Hosted: Error pages https://hosted.weblate.org/api/components/weblate/hosted-error-pages/repository/ Hook
Weblate/Hosted: Legal https://hosted.weblate.org/api/components/weblate/legal/repository/ Hook
Weblate/Website https://hosted.weblate.org/api/components/weblate/website/repository/ Hook
Weblate/Weblate https://hosted.weblate.org/api/components/weblate/glossary/repository/ Hook
Weblate/Documentation https://hosted.weblate.org/api/components/weblate/documentation/repository/ Hook
Weblate/Language data https://hosted.weblate.org/api/components/weblate/languages/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/weblate/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