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 |
---|---|---|
Личный кабинет | https://translate.vigbo.tech/exports/rss/billing/ | RSS |
Личный кабинет/all | https://translate.vigbo.tech/exports/rss/billing/all/ | RSS |
Личный кабинет/Личный кабинет | https://translate.vigbo.tech/exports/rss/billing/glossary-/ | RSS |
Личный кабинет/Личный кабинет: Russian | https://translate.vigbo.tech/exports/rss/billing/glossary-russian/ | 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 |
---|---|---|
Личный кабинет/all | https://translate.vigbo.tech/api/components/billing/all/statistics/ | View |
Личный кабинет/Личный кабинет | https://translate.vigbo.tech/api/components/billing/glossary-/statistics/ | View |
Личный кабинет/Личный кабинет: Russian | https://translate.vigbo.tech/api/components/billing/glossary-russian/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \ -H "Authorization: Token X5zDgtTxSTDCClqYZqeUD8O9pPb1dpKjxSCCUvzQ" \ https://translate.vigbo.tech/api/components/billing/all/translations/
Project | URL | Link |
---|---|---|
Личный кабинет | https://translate.vigbo.tech/api/projects/billing/repository/ | Hook |
Личный кабинет/all | https://translate.vigbo.tech/api/components/billing/all/repository/ | Hook |
Личный кабинет/Личный кабинет | https://translate.vigbo.tech/api/components/billing/glossary-/repository/ | Hook |
Личный кабинет/Личный кабинет: Russian | https://translate.vigbo.tech/api/components/billing/glossary-russian/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \ -d operation=pull \ -H "Authorization: Token X5zDgtTxSTDCClqYZqeUD8O9pPb1dpKjxSCCUvzQ" \ https://translate.vigbo.tech/api/projects/billing/repository/
Weblate also supports direct notifications from several code hosting sites:
Hosting site | URL | Note |
---|---|---|
GitHub | https://translate.vigbo.tech/hooks/github/ | The documentation has detailed instructions |
GitLab | https://translate.vigbo.tech/hooks/gitlab/ | The documentation has detailed instructions |
Bitbucket | https://translate.vigbo.tech/hooks/bitbucket/ | The documentation has detailed instructions |
Pagure | https://translate.vigbo.tech/hooks/pagure/ | The documentation has detailed instructions |
Azure Repos | https://translate.vigbo.tech/hooks/azure/ | The documentation has detailed instructions |
Gitea | https://translate.vigbo.tech/hooks/gitea/ | The documentation has detailed instructions |