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