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 |
---|---|---|
Settle Up | http://translate.settleup.io/exports/rss/settle-up/ | RSS |
Settle Up/Android | http://translate.settleup.io/exports/rss/settle-up/android/ | RSS |
Settle Up/Emails | http://translate.settleup.io/exports/rss/settle-up/emails/ | RSS |
Settle Up/Shared | http://translate.settleup.io/exports/rss/settle-up/shared/ | RSS |
Settle Up/Site | http://translate.settleup.io/exports/rss/settle-up/site/ | RSS |
Settle Up/Stores | http://translate.settleup.io/exports/rss/settle-up/stores/ | RSS |
Settle Up/Web | http://translate.settleup.io/exports/rss/settle-up/web/ | RSS |
Settle Up/iOS | http://translate.settleup.io/exports/rss/settle-up/ios/ | RSS |
Settle Up/Settle Up | http://translate.settleup.io/exports/rss/settle-up/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 |
---|---|---|
Settle Up/Android | http://translate.settleup.io/api/components/settle-up/android/statistics/ | View |
Settle Up/Emails | http://translate.settleup.io/api/components/settle-up/emails/statistics/ | View |
Settle Up/Shared | http://translate.settleup.io/api/components/settle-up/shared/statistics/ | View |
Settle Up/Site | http://translate.settleup.io/api/components/settle-up/site/statistics/ | View |
Settle Up/Stores | http://translate.settleup.io/api/components/settle-up/stores/statistics/ | View |
Settle Up/Web | http://translate.settleup.io/api/components/settle-up/web/statistics/ | View |
Settle Up/iOS | http://translate.settleup.io/api/components/settle-up/ios/statistics/ | View |
Settle Up/Settle Up | http://translate.settleup.io/api/components/settle-up/glossary/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \
-H "Authorization: Token wlu_KqQJGzlW1QIq3DdRB2moIlLSJgOXa1KTLyRr" \
http://translate.settleup.io/api/components/settle-up/android/translations/
Project | URL | Link |
---|---|---|
Settle Up | http://translate.settleup.io/api/projects/settle-up/repository/ | Hook |
Settle Up/Android | http://translate.settleup.io/api/components/settle-up/android/repository/ | Hook |
Settle Up/Emails | http://translate.settleup.io/api/components/settle-up/emails/repository/ | Hook |
Settle Up/Shared | http://translate.settleup.io/api/components/settle-up/shared/repository/ | Hook |
Settle Up/Site | http://translate.settleup.io/api/components/settle-up/site/repository/ | Hook |
Settle Up/Stores | http://translate.settleup.io/api/components/settle-up/stores/repository/ | Hook |
Settle Up/Web | http://translate.settleup.io/api/components/settle-up/web/repository/ | Hook |
Settle Up/iOS | http://translate.settleup.io/api/components/settle-up/ios/repository/ | Hook |
Settle Up/Settle Up | http://translate.settleup.io/api/components/settle-up/glossary/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \
-d operation=pull \
-H "Authorization: Token wlu_KqQJGzlW1QIq3DdRB2moIlLSJgOXa1KTLyRr" \
http://translate.settleup.io/api/projects/settle-up/repository/
Weblate also supports direct notifications from several code hosting sites:
Hosting site | URL | Note |
---|---|---|
GitHub | http://translate.settleup.io/hooks/github/ | The documentation has detailed instructions |
GitLab | http://translate.settleup.io/hooks/gitlab/ | The documentation has detailed instructions |
Bitbucket | http://translate.settleup.io/hooks/bitbucket/ | The documentation has detailed instructions |
Pagure | http://translate.settleup.io/hooks/pagure/ | The documentation has detailed instructions |
Azure Repos | http://translate.settleup.io/hooks/azure/ | The documentation has detailed instructions |
Gitea | http://translate.settleup.io/hooks/gitea/ | The documentation has detailed instructions |