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