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