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 |
---|---|---|
Strings | https://localize.highspec.ru/exports/rss/strings/ | RSS |
Strings/Module | https://localize.highspec.ru/exports/rss/strings/main/ | RSS |
Strings/Extended Power Menu | https://localize.highspec.ru/exports/rss/strings/extended-power-menu/ | RSS |
Strings/Google Play Store | https://localize.highspec.ru/exports/rss/strings/google-play-store/ | 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 |
---|---|---|
Strings/Module | https://localize.highspec.ru/api/components/strings/main/statistics/ | View |
Strings/Extended Power Menu | https://localize.highspec.ru/api/components/strings/extended-power-menu/statistics/ | View |
Strings/Google Play Store | https://localize.highspec.ru/api/components/strings/google-play-store/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \ -H "Authorization: Token kfCjWXrD1zWTIOvEc369QYyc1u4xaE120GMm2XHu" \ https://localize.highspec.ru/api/components/strings/main/translations/
Project | URL | Link |
---|---|---|
Strings | https://localize.highspec.ru/api/projects/strings/repository/ | Hook |
Strings/Module | https://localize.highspec.ru/api/components/strings/main/repository/ | Hook |
Strings/Extended Power Menu | https://localize.highspec.ru/api/components/strings/extended-power-menu/repository/ | Hook |
Strings/Google Play Store | https://localize.highspec.ru/api/components/strings/google-play-store/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \ -d operation=pull \ -H "Authorization: Token kfCjWXrD1zWTIOvEc369QYyc1u4xaE120GMm2XHu" \ https://localize.highspec.ru/api/projects/strings/repository/
Weblate also supports direct notifications from several code hosting sites:
Hosting site | URL | Note |
---|---|---|
GitHub | https://localize.highspec.ru/hooks/github/ | The documentation has detailed instructions |
GitLab | https://localize.highspec.ru/hooks/gitlab/ | The documentation has detailed instructions |
Bitbucket | https://localize.highspec.ru/hooks/bitbucket/ | The documentation has detailed instructions |
Pagure | https://localize.highspec.ru/hooks/pagure/ | The documentation has detailed instructions |
Azure Repos | https://localize.highspec.ru/hooks/azure/ | The documentation has detailed instructions |
Gitea | https://localize.highspec.ru/hooks/gitea/ | The documentation has detailed instructions |