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