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 |
---|---|---|
SWORD Deposit Plugin | http://translate.pkp.sfu.ca/exports/rss/sword-deposit-plugin/ | RSS |
SWORD Deposit Plugin/Emails | http://translate.pkp.sfu.ca/exports/rss/sword-deposit-plugin/emails/ | RSS |
SWORD Deposit Plugin/Locale keys | http://translate.pkp.sfu.ca/exports/rss/sword-deposit-plugin/locale-keys/ | RSS |
SWORD Deposit Plugin/SWORD Deposit Plugin | http://translate.pkp.sfu.ca/exports/rss/sword-deposit-plugin/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 |
---|---|---|
SWORD Deposit Plugin/Emails | http://translate.pkp.sfu.ca/api/components/sword-deposit-plugin/emails/statistics/ | View |
SWORD Deposit Plugin/Locale keys | http://translate.pkp.sfu.ca/api/components/sword-deposit-plugin/locale-keys/statistics/ | View |
SWORD Deposit Plugin/SWORD Deposit Plugin | http://translate.pkp.sfu.ca/api/components/sword-deposit-plugin/glossary/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \ -H "Authorization: Token LcNRUpLS9Rs8FNhj0ikh0lTk3phJNm1waqnS2irA" \ http://translate.pkp.sfu.ca/api/components/sword-deposit-plugin/emails/translations/
Project | URL | Link |
---|---|---|
SWORD Deposit Plugin | http://translate.pkp.sfu.ca/api/projects/sword-deposit-plugin/repository/ | Hook |
SWORD Deposit Plugin/Emails | http://translate.pkp.sfu.ca/api/components/sword-deposit-plugin/emails/repository/ | Hook |
SWORD Deposit Plugin/Locale keys | http://translate.pkp.sfu.ca/api/components/sword-deposit-plugin/locale-keys/repository/ | Hook |
SWORD Deposit Plugin/SWORD Deposit Plugin | http://translate.pkp.sfu.ca/api/components/sword-deposit-plugin/glossary/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \ -d operation=pull \ -H "Authorization: Token LcNRUpLS9Rs8FNhj0ikh0lTk3phJNm1waqnS2irA" \ http://translate.pkp.sfu.ca/api/projects/sword-deposit-plugin/repository/
Weblate also supports direct notifications from several code hosting sites:
Hosting site | URL | Note |
---|---|---|
GitHub | http://translate.pkp.sfu.ca/hooks/github/ | The documentation has detailed instructions |
GitLab | http://translate.pkp.sfu.ca/hooks/gitlab/ | The documentation has detailed instructions |
Bitbucket | http://translate.pkp.sfu.ca/hooks/bitbucket/ | The documentation has detailed instructions |
Pagure | http://translate.pkp.sfu.ca/hooks/pagure/ | The documentation has detailed instructions |
Azure Repos | http://translate.pkp.sfu.ca/hooks/azure/ | The documentation has detailed instructions |
Gitea | http://translate.pkp.sfu.ca/hooks/gitea/ | The documentation has detailed instructions |