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 |
---|---|---|
Revolt | https://translate.revolt.chat/exports/rss/revolt/ | RSS |
Revolt/iOS | https://translate.revolt.chat/exports/rss/revolt/ios/ | RSS |
Revolt/Web App | https://translate.revolt.chat/exports/rss/revolt/web-app/ | RSS |
Revolt/Revolt | https://translate.revolt.chat/exports/rss/revolt/glossary/ | RSS |
Revolt/Android | https://translate.revolt.chat/exports/rss/revolt/android/ | 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 |
---|---|---|
Revolt/iOS | https://translate.revolt.chat/api/components/revolt/ios/statistics/ | View |
Revolt/Web App | https://translate.revolt.chat/api/components/revolt/web-app/statistics/ | View |
Revolt/Revolt | https://translate.revolt.chat/api/components/revolt/glossary/statistics/ | View |
Revolt/Android | https://translate.revolt.chat/api/components/revolt/android/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/revolt/ios/translations/
Project | URL | Link |
---|---|---|
Revolt | https://translate.revolt.chat/api/projects/revolt/repository/ | Hook |
Revolt/iOS | https://translate.revolt.chat/api/components/revolt/ios/repository/ | Hook |
Revolt/Web App | https://translate.revolt.chat/api/components/revolt/web-app/repository/ | Hook |
Revolt/Revolt | https://translate.revolt.chat/api/components/revolt/glossary/repository/ | Hook |
Revolt/Android | https://translate.revolt.chat/api/components/revolt/android/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/revolt/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 |