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
test http://weblate.unisensor.be/exports/rss/test/ RSS
test/translations http://weblate.unisensor.be/exports/rss/test/translations/ RSS
test/test http://weblate.unisensor.be/exports/rss/test/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
test/translations http://weblate.unisensor.be/api/components/test/translations/statistics/ View
test/test http://weblate.unisensor.be/api/components/test/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_RPmyB9ZFEtc4kR2DyB2GHRaTxiXTWUv9G8z7" \
    http://weblate.unisensor.be/api/components/test/translations/translations/
Project URL Link
test http://weblate.unisensor.be/api/projects/test/repository/ Hook
test/translations http://weblate.unisensor.be/api/components/test/translations/repository/ Hook
test/test http://weblate.unisensor.be/api/components/test/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_RPmyB9ZFEtc4kR2DyB2GHRaTxiXTWUv9G8z7" \
    http://weblate.unisensor.be/api/projects/test/repository/

Weblate also supports direct notifications from several code hosting sites:

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