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 |
---|---|---|
OTRS 8 | http://translate.otrs.com/exports/rss/otrs-8/ | RSS |
OTRS 8/Administration Manual | http://translate.otrs.com/exports/rss/otrs-8/administration-manual/ | RSS |
OTRS 8/Configuration Management | http://translate.otrs.com/exports/rss/otrs-8/configuration-management/ | RSS |
OTRS 8/Feature Add-ons Manual | http://translate.otrs.com/exports/rss/otrs-8/feature-addons-manual/ | RSS |
OTRS 8/OTRS | http://translate.otrs.com/exports/rss/otrs-8/otrs/ | RSS |
OTRS 8/OTRS::ITSM Manual | http://translate.otrs.com/exports/rss/otrs-8/itsm-manual/ | RSS |
OTRS 8/Primary Secondary | http://translate.otrs.com/exports/rss/otrs-8/primary-secondary/ | RSS |
OTRS 8/Service Management | http://translate.otrs.com/exports/rss/otrs-8/service-management/ | RSS |
OTRS 8/Survey | http://translate.otrs.com/exports/rss/otrs-8/survey/ | RSS |
OTRS 8/System Monitoring | http://translate.otrs.com/exports/rss/otrs-8/system-monitoring/ | RSS |
OTRS 8/Update Guide | http://translate.otrs.com/exports/rss/otrs-8/update-guide/ | RSS |
OTRS 8/User Manual | http://translate.otrs.com/exports/rss/otrs-8/user-manual/ | 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 |
---|---|---|
OTRS 8/Administration Manual | http://translate.otrs.com/api/components/otrs-8/administration-manual/statistics/ | View |
OTRS 8/Configuration Management | http://translate.otrs.com/api/components/otrs-8/configuration-management/statistics/ | View |
OTRS 8/Feature Add-ons Manual | http://translate.otrs.com/api/components/otrs-8/feature-addons-manual/statistics/ | View |
OTRS 8/OTRS | http://translate.otrs.com/api/components/otrs-8/otrs/statistics/ | View |
OTRS 8/OTRS::ITSM Manual | http://translate.otrs.com/api/components/otrs-8/itsm-manual/statistics/ | View |
OTRS 8/Primary Secondary | http://translate.otrs.com/api/components/otrs-8/primary-secondary/statistics/ | View |
OTRS 8/Service Management | http://translate.otrs.com/api/components/otrs-8/service-management/statistics/ | View |
OTRS 8/Survey | http://translate.otrs.com/api/components/otrs-8/survey/statistics/ | View |
OTRS 8/System Monitoring | http://translate.otrs.com/api/components/otrs-8/system-monitoring/statistics/ | View |
OTRS 8/Update Guide | http://translate.otrs.com/api/components/otrs-8/update-guide/statistics/ | View |
OTRS 8/User Manual | http://translate.otrs.com/api/components/otrs-8/user-manual/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \
-H "Authorization: Token 3C807IRNIKKw8ZajDJDmma80R2Kf5Y0mrd426EUF" \
http://translate.otrs.com/api/components/otrs-8/administration-manual/translations/
Project | URL | Link |
---|---|---|
OTRS 8 | http://translate.otrs.com/api/projects/otrs-8/repository/ | Hook |
OTRS 8/Administration Manual | http://translate.otrs.com/api/components/otrs-8/administration-manual/repository/ | Hook |
OTRS 8/Configuration Management | http://translate.otrs.com/api/components/otrs-8/configuration-management/repository/ | Hook |
OTRS 8/Feature Add-ons Manual | http://translate.otrs.com/api/components/otrs-8/feature-addons-manual/repository/ | Hook |
OTRS 8/OTRS | http://translate.otrs.com/api/components/otrs-8/otrs/repository/ | Hook |
OTRS 8/OTRS::ITSM Manual | http://translate.otrs.com/api/components/otrs-8/itsm-manual/repository/ | Hook |
OTRS 8/Primary Secondary | http://translate.otrs.com/api/components/otrs-8/primary-secondary/repository/ | Hook |
OTRS 8/Service Management | http://translate.otrs.com/api/components/otrs-8/service-management/repository/ | Hook |
OTRS 8/Survey | http://translate.otrs.com/api/components/otrs-8/survey/repository/ | Hook |
OTRS 8/System Monitoring | http://translate.otrs.com/api/components/otrs-8/system-monitoring/repository/ | Hook |
OTRS 8/Update Guide | http://translate.otrs.com/api/components/otrs-8/update-guide/repository/ | Hook |
OTRS 8/User Manual | http://translate.otrs.com/api/components/otrs-8/user-manual/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \
-d operation=pull \
-H "Authorization: Token 3C807IRNIKKw8ZajDJDmma80R2Kf5Y0mrd426EUF" \
http://translate.otrs.com/api/projects/otrs-8/repository/
Weblate also supports direct notifications from several code hosting sites:
Hosting site | URL | Note |
---|---|---|
GitHub | http://translate.otrs.com/hooks/github/ | The documentation has detailed instructions |
GitLab | http://translate.otrs.com/hooks/gitlab/ | The documentation has detailed instructions |
Bitbucket | http://translate.otrs.com/hooks/bitbucket/ | The documentation has detailed instructions |
Pagure | http://translate.otrs.com/hooks/pagure/ | The documentation has detailed instructions |
Azure Repos | http://translate.otrs.com/hooks/azure/ | The documentation has detailed instructions |
Gitea | http://translate.otrs.com/hooks/gitea/ | The documentation has detailed instructions |