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