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 |
---|---|---|
Yatse | http://translation.symfonium.app/exports/rss/yatse/ | RSS |
Yatse/Main strings | http://translation.symfonium.app/exports/rss/yatse/main-strings/ | RSS |
Yatse/Play Store metadata | http://translation.symfonium.app/exports/rss/yatse/play-store-metadata/ | RSS |
Yatse/Wear strings | http://translation.symfonium.app/exports/rss/yatse/wear-strings/ | RSS |
Yatse/Yatse | http://translation.symfonium.app/exports/rss/yatse/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 |
---|---|---|
Yatse/Main strings | http://translation.symfonium.app/api/components/yatse/main-strings/statistics/ | View |
Yatse/Play Store metadata | http://translation.symfonium.app/api/components/yatse/play-store-metadata/statistics/ | View |
Yatse/Wear strings | http://translation.symfonium.app/api/components/yatse/wear-strings/statistics/ | View |
Yatse/Yatse | http://translation.symfonium.app/api/components/yatse/glossary/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \ -H "Authorization: Token wlu_sxxh8S0UBAgKIcUCWswsNlIWOkrKPDu6i5IM" \ http://translation.symfonium.app/api/components/yatse/main-strings/translations/
Project | URL | Link |
---|---|---|
Yatse | http://translation.symfonium.app/api/projects/yatse/repository/ | Hook |
Yatse/Main strings | http://translation.symfonium.app/api/components/yatse/main-strings/repository/ | Hook |
Yatse/Play Store metadata | http://translation.symfonium.app/api/components/yatse/play-store-metadata/repository/ | Hook |
Yatse/Wear strings | http://translation.symfonium.app/api/components/yatse/wear-strings/repository/ | Hook |
Yatse/Yatse | http://translation.symfonium.app/api/components/yatse/glossary/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \ -d operation=pull \ -H "Authorization: Token wlu_sxxh8S0UBAgKIcUCWswsNlIWOkrKPDu6i5IM" \ http://translation.symfonium.app/api/projects/yatse/repository/
Weblate also supports direct notifications from several code hosting sites:
Hosting site | URL | Note |
---|---|---|
GitHub | http://translation.symfonium.app/hooks/github/ | The documentation has detailed instructions |
GitLab | http://translation.symfonium.app/hooks/gitlab/ | The documentation has detailed instructions |
Bitbucket | http://translation.symfonium.app/hooks/bitbucket/ | The documentation has detailed instructions |
Pagure | http://translation.symfonium.app/hooks/pagure/ | The documentation has detailed instructions |
Azure Repos | http://translation.symfonium.app/hooks/azure/ | The documentation has detailed instructions |
Gitea | http://translation.symfonium.app/hooks/gitea/ | The documentation has detailed instructions |