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
ASR http://translate.nllapps.com/exports/rss/asr/ RSS
ASR/app-strings http://translate.nllapps.com/exports/rss/asr/app-strings/ RSS
ASR/asr-store-strings http://translate.nllapps.com/exports/rss/asr/store-strings/ RSS
ASR/cloud-strings http://translate.nllapps.com/exports/rss/asr/cloud-strings/ 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
ASR/app-strings http://translate.nllapps.com/api/components/asr/app-strings/statistics/ View
ASR/asr-store-strings http://translate.nllapps.com/api/components/asr/store-strings/statistics/ View
ASR/cloud-strings http://translate.nllapps.com/api/components/asr/cloud-strings/statistics/ View

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

curl \
    -H "Authorization: Token wlu_cv0dmanraNydyvYYJSlpiFddWK70oU1lsS8W" \
    http://translate.nllapps.com/api/components/asr/app-strings/translations/
Project URL Link
ASR http://translate.nllapps.com/api/projects/asr/repository/ Hook
ASR/app-strings http://translate.nllapps.com/api/components/asr/app-strings/repository/ Hook
ASR/asr-store-strings http://translate.nllapps.com/api/components/asr/store-strings/repository/ Hook
ASR/cloud-strings http://translate.nllapps.com/api/components/asr/cloud-strings/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_cv0dmanraNydyvYYJSlpiFddWK70oU1lsS8W" \
    http://translate.nllapps.com/api/projects/asr/repository/

Weblate also supports direct notifications from several code hosting sites:

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