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