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 |
---|---|---|
AutoMod | https://translate.revolt.chat/exports/rss/automod/ | RSS |
AutoMod/Bot | https://translate.revolt.chat/exports/rss/automod/bot/ | RSS |
AutoMod/Web | https://translate.revolt.chat/exports/rss/automod/web/ | RSS |
AutoMod/AutoMod | https://translate.revolt.chat/exports/rss/automod/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 |
---|---|---|
AutoMod/Bot | https://translate.revolt.chat/api/components/automod/bot/statistics/ | View |
AutoMod/Web | https://translate.revolt.chat/api/components/automod/web/statistics/ | View |
AutoMod/AutoMod | https://translate.revolt.chat/api/components/automod/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/automod/bot/translations/
Project | URL | Link |
---|---|---|
AutoMod | https://translate.revolt.chat/api/projects/automod/repository/ | Hook |
AutoMod/Bot | https://translate.revolt.chat/api/components/automod/bot/repository/ | Hook |
AutoMod/Web | https://translate.revolt.chat/api/components/automod/web/repository/ | Hook |
AutoMod/AutoMod | https://translate.revolt.chat/api/components/automod/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/automod/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 |