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