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