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