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