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