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 |
|---|---|---|
| Xila core | https://translate.anneraud.fr/exports/rss/xila-core/ | RSS |
| Xila core/Command line shell | https://translate.anneraud.fr/exports/rss/xila-core/command-line-shell/ | RSS |
| Xila core/Graphical shell | https://translate.anneraud.fr/exports/rss/xila-core/graphical-shell/ | RSS |
| Xila core/Settings | https://translate.anneraud.fr/exports/rss/xila-core/settings/ | RSS |
| Xila core/WASM | https://translate.anneraud.fr/exports/rss/xila-core/wasm/ | RSS |
| Xila core/Xila core | https://translate.anneraud.fr/exports/rss/xila-core/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 |
|---|---|---|
| Xila core/Command line shell | https://translate.anneraud.fr/api/components/xila-core/command-line-shell/statistics/ | View |
| Xila core/Graphical shell | https://translate.anneraud.fr/api/components/xila-core/graphical-shell/statistics/ | View |
| Xila core/Settings | https://translate.anneraud.fr/api/components/xila-core/settings/statistics/ | View |
| Xila core/WASM | https://translate.anneraud.fr/api/components/xila-core/wasm/statistics/ | View |
| Xila core/Xila core | https://translate.anneraud.fr/api/components/xila-core/glossary/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \
-H "Authorization: Token wlu_dP6w1VWJvJNGibfRe03cLoydI3EZl2W1ol57" \
https://translate.anneraud.fr/api/components/xila-core/command-line-shell/translations/
| Project | URL | Link |
|---|---|---|
| Xila core | https://translate.anneraud.fr/api/projects/xila-core/repository/ | Hook |
| Xila core/Command line shell | https://translate.anneraud.fr/api/components/xila-core/command-line-shell/repository/ | Hook |
| Xila core/Graphical shell | https://translate.anneraud.fr/api/components/xila-core/graphical-shell/repository/ | Hook |
| Xila core/Settings | https://translate.anneraud.fr/api/components/xila-core/settings/repository/ | Hook |
| Xila core/WASM | https://translate.anneraud.fr/api/components/xila-core/wasm/repository/ | Hook |
| Xila core/Xila core | https://translate.anneraud.fr/api/components/xila-core/glossary/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \
-d operation=pull \
-H "Authorization: Token wlu_dP6w1VWJvJNGibfRe03cLoydI3EZl2W1ol57" \
https://translate.anneraud.fr/api/projects/xila-core/repository/
Weblate also supports direct notifications from several code hosting sites:
| Hosting site | URL | Note |
|---|---|---|
| GitHub | https://translate.anneraud.fr/hooks/github/ | The documentation has detailed instructions |
| GitLab | https://translate.anneraud.fr/hooks/gitlab/ | The documentation has detailed instructions |
| Bitbucket | https://translate.anneraud.fr/hooks/bitbucket/ | The documentation has detailed instructions |
| Pagure | https://translate.anneraud.fr/hooks/pagure/ | The documentation has detailed instructions |
| Azure Repos | https://translate.anneraud.fr/hooks/azure/ | The documentation has detailed instructions |
| Gitea | https://translate.anneraud.fr/hooks/gitea/ | The documentation has detailed instructions |