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
revotion_app http://weblate.example.com/exports/rss/revotion_app/ RSS
revotion_app/app http://weblate.example.com/exports/rss/revotion_app/app/ RSS
revotion_app/revotion_app http://weblate.example.com/exports/rss/revotion_app/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
revotion_app/app http://weblate.example.com/api/components/revotion_app/app/statistics/ View
revotion_app/revotion_app http://weblate.example.com/api/components/revotion_app/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_dFnN6nREtn87QiSRVBtRfp2h3x8CXT8Fv6Qx" \
    http://weblate.example.com/api/components/revotion_app/app/translations/
Project URL Link
revotion_app http://weblate.example.com/api/projects/revotion_app/repository/ Hook
revotion_app/app http://weblate.example.com/api/components/revotion_app/app/repository/ Hook
revotion_app/revotion_app http://weblate.example.com/api/components/revotion_app/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_dFnN6nREtn87QiSRVBtRfp2h3x8CXT8Fv6Qx" \
    http://weblate.example.com/api/projects/revotion_app/repository/

Weblate also supports direct notifications from several code hosting sites:

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