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