You can retrieve various data from Weblate in machine readable format.
RSS feeds
To follow translation progress you can use RSS feeds, detailing all important translation changes.
Project | URL | Link |
---|---|---|
Zoe Discord Bot 2.0 | https://translate.zoe-discord-bot.ch/exports/rss/zoe-discord-bot/ | RSS |
Zoe Discord Bot 2.0/ZoeDiscordBot | https://translate.zoe-discord-bot.ch/exports/rss/zoe-discord-bot/zoediscordbot/ | RSS |
Per language RSS feeds are also available, you can construct them by appending a language code to the above URLs.
Statistics
Translation statistics for every component in the JSON format allows you to use the data in other websites or tools.
Project | URL | Link |
---|---|---|
Zoe Discord Bot 2.0/ZoeDiscordBot | https://translate.zoe-discord-bot.ch/api/components/zoe-discord-bot/zoediscordbot/statistics/ | View |
As an example, fetching stats for all translations in one component can be done thusly:
curl \ -H "Authorization: Token vawy3X8gIob6Ah8vxDyuARvEH3dB2Q8kIzCNRbum" \ https://translate.zoe-discord-bot.ch/api/components/zoe-discord-bot/zoediscordbot/translations/
Project | URL | Link |
---|---|---|
Zoe Discord Bot 2.0 | https://translate.zoe-discord-bot.ch/api/projects/zoe-discord-bot/repository/ | Hook |
Zoe Discord Bot 2.0/ZoeDiscordBot | https://translate.zoe-discord-bot.ch/api/components/zoe-discord-bot/zoediscordbot/repository/ | Hook |
As an example, telling Weblate to pull from a remote repository can be done thusly:
curl \ -d operation=pull \ -H "Authorization: Token vawy3X8gIob6Ah8vxDyuARvEH3dB2Q8kIzCNRbum" \ https://translate.zoe-discord-bot.ch/api/projects/zoe-discord-bot/repository/
Weblate also supports direct notifications from several code hosting sites:
Hosting site | URL | Note |
---|---|---|
GitHub | https://translate.zoe-discord-bot.ch/hooks/github/ | Browse the documentation for detailed instructions |
GitLab | https://translate.zoe-discord-bot.ch/hooks/gitlab/ | Browse the documentation for detailed instructions |
Bitbucket | https://translate.zoe-discord-bot.ch/hooks/bitbucket/ | Browse the documentation for detailed instructions |
Pagure | https://translate.zoe-discord-bot.ch/hooks/pagure/ | Browse the documentation for detailed instructions |
Azure Repos | https://translate.zoe-discord-bot.ch/hooks/azure/ | Browse the documentation for detailed instructions |
Gitea | https://translate.zoe-discord-bot.ch/hooks/gitea/ | Browse the documentation for detailed instructions |