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 |
---|---|---|
mineland | https://weblate.mineland.net/exports/rss/mineland/ | RSS |
mineland/mineland | https://weblate.mineland.net/exports/rss/mineland/mineland/ | 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 |
---|---|---|
mineland/mineland | https://weblate.mineland.net/api/components/mineland/mineland/statistics/ | View |
As an example, fetching stats for all translations in one component can be done thusly:
curl \ -H "Authorization: Token Wx0LXaYZe2yggVfNSBCq5tO3cRcOJjIMWY8UdueW" \ https://weblate.mineland.net/api/components/mineland/mineland/translations/
Project | URL | Link |
---|---|---|
mineland | https://weblate.mineland.net/api/projects/mineland/repository/ | Hook |
mineland/mineland | https://weblate.mineland.net/api/components/mineland/mineland/repository/ | Hook |
As an example, telling Weblate to pull from a remote repository can be done thusly:
curl \ -d operation=pull \ -H "Authorization: Token Wx0LXaYZe2yggVfNSBCq5tO3cRcOJjIMWY8UdueW" \ https://weblate.mineland.net/api/projects/mineland/repository/
Weblate also supports direct notifications from several code hosting sites:
Hosting site | URL | Note |
---|---|---|
GitHub | https://weblate.mineland.net/hooks/github/ | Browse the documentation for detailed instructions |
GitLab | https://weblate.mineland.net/hooks/gitlab/ | Browse the documentation for detailed instructions |
Bitbucket | https://weblate.mineland.net/hooks/bitbucket/ | Browse the documentation for detailed instructions |
Pagure | https://weblate.mineland.net/hooks/pagure/ | Browse the documentation for detailed instructions |
Azure Repos | https://weblate.mineland.net/hooks/azure/ | Browse the documentation for detailed instructions |
Gitea | https://weblate.mineland.net/hooks/gitea/ | Browse the documentation for detailed instructions |