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
MIWE Freemium http://weblate.saboit.de/exports/rss/miwe-freemium/ RSS
MIWE Freemium/Mobile http://weblate.saboit.de/exports/rss/miwe-freemium/mobile/ 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
MIWE Freemium/Mobile http://weblate.saboit.de/api/components/miwe-freemium/mobile/statistics/ View

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

curl \
    -H "Authorization: Token ExjCq9y7vKx52ZRsAJbYoQqEpUCPAoOF8xBpn05I" \
    http://weblate.saboit.de/api/components/miwe-freemium/mobile/translations/
Project URL Link
MIWE Freemium http://weblate.saboit.de/api/projects/miwe-freemium/repository/ Hook
MIWE Freemium/Mobile http://weblate.saboit.de/api/components/miwe-freemium/mobile/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token ExjCq9y7vKx52ZRsAJbYoQqEpUCPAoOF8xBpn05I" \
    http://weblate.saboit.de/api/projects/miwe-freemium/repository/

Weblate also supports direct notifications from several code hosting sites:

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