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