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 |
---|---|---|
gsa | http://weblate.geneshiftauto.com,localhost,weblate,*/exports/rss/gsa/ | RSS |
gsa/translations | http://weblate.geneshiftauto.com,localhost,weblate,*/exports/rss/gsa/translations/ | 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 |
---|---|---|
gsa/translations | http://weblate.geneshiftauto.com,localhost,weblate,*/api/components/gsa/translations/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \
-H "Authorization: Token wlu_H4jqdv3oUzEiYlN3FL4DRTr5R8lUezS22tap" \
http://weblate.geneshiftauto.com,localhost,weblate,*/api/components/gsa/translations/translations/
Project | URL | Link |
---|---|---|
gsa | http://weblate.geneshiftauto.com,localhost,weblate,*/api/projects/gsa/repository/ | Hook |
gsa/translations | http://weblate.geneshiftauto.com,localhost,weblate,*/api/components/gsa/translations/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \
-d operation=pull \
-H "Authorization: Token wlu_H4jqdv3oUzEiYlN3FL4DRTr5R8lUezS22tap" \
http://weblate.geneshiftauto.com,localhost,weblate,*/api/projects/gsa/repository/
Weblate also supports direct notifications from several code hosting sites:
Hosting site | URL | Note |
---|---|---|
GitHub | http://weblate.geneshiftauto.com,localhost,weblate,*/hooks/github/ | The documentation has detailed instructions |
GitLab | http://weblate.geneshiftauto.com,localhost,weblate,*/hooks/gitlab/ | The documentation has detailed instructions |
Bitbucket | http://weblate.geneshiftauto.com,localhost,weblate,*/hooks/bitbucket/ | The documentation has detailed instructions |
Pagure | http://weblate.geneshiftauto.com,localhost,weblate,*/hooks/pagure/ | The documentation has detailed instructions |
Azure Repos | http://weblate.geneshiftauto.com,localhost,weblate,*/hooks/azure/ | The documentation has detailed instructions |
Gitea | http://weblate.geneshiftauto.com,localhost,weblate,*/hooks/gitea/ | The documentation has detailed instructions |