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