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 http://translate.otrs.com/exports/rss/otrs/ RSS
OTRS/Administration Manual http://translate.otrs.com/exports/rss/otrs/administration-manual/ RSS
OTRS/Configuration Management http://translate.otrs.com/exports/rss/otrs/configuration-management/ RSS
OTRS/Features Manual http://translate.otrs.com/exports/rss/otrs/features-manual/ RSS
OTRS/OTRS http://translate.otrs.com/exports/rss/otrs/otrs/ RSS
OTRS/OTRS::ITSM Manual http://translate.otrs.com/exports/rss/otrs/itsm-manual/ RSS
OTRS/Primary Secondary http://translate.otrs.com/exports/rss/otrs/primary-secondary/ RSS
OTRS/Service Management http://translate.otrs.com/exports/rss/otrs/service-management/ RSS
OTRS/System Monitoring http://translate.otrs.com/exports/rss/otrs/system-monitoring/ RSS
OTRS/Update Guide http://translate.otrs.com/exports/rss/otrs/update-guide/ RSS
OTRS/User Manual http://translate.otrs.com/exports/rss/otrs/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/Administration Manual http://translate.otrs.com/api/components/otrs/administration-manual/statistics/ View
OTRS/Configuration Management http://translate.otrs.com/api/components/otrs/configuration-management/statistics/ View
OTRS/Features Manual http://translate.otrs.com/api/components/otrs/features-manual/statistics/ View
OTRS/OTRS http://translate.otrs.com/api/components/otrs/otrs/statistics/ View
OTRS/OTRS::ITSM Manual http://translate.otrs.com/api/components/otrs/itsm-manual/statistics/ View
OTRS/Primary Secondary http://translate.otrs.com/api/components/otrs/primary-secondary/statistics/ View
OTRS/Service Management http://translate.otrs.com/api/components/otrs/service-management/statistics/ View
OTRS/System Monitoring http://translate.otrs.com/api/components/otrs/system-monitoring/statistics/ View
OTRS/Update Guide http://translate.otrs.com/api/components/otrs/update-guide/statistics/ View
OTRS/User Manual http://translate.otrs.com/api/components/otrs/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/administration-manual/translations/
Project URL Link
OTRS http://translate.otrs.com/api/projects/otrs/repository/ Hook
OTRS/Administration Manual http://translate.otrs.com/api/components/otrs/administration-manual/repository/ Hook
OTRS/Configuration Management http://translate.otrs.com/api/components/otrs/configuration-management/repository/ Hook
OTRS/Features Manual http://translate.otrs.com/api/components/otrs/features-manual/repository/ Hook
OTRS/OTRS http://translate.otrs.com/api/components/otrs/otrs/repository/ Hook
OTRS/OTRS::ITSM Manual http://translate.otrs.com/api/components/otrs/itsm-manual/repository/ Hook
OTRS/Primary Secondary http://translate.otrs.com/api/components/otrs/primary-secondary/repository/ Hook
OTRS/Service Management http://translate.otrs.com/api/components/otrs/service-management/repository/ Hook
OTRS/System Monitoring http://translate.otrs.com/api/components/otrs/system-monitoring/repository/ Hook
OTRS/Update Guide http://translate.otrs.com/api/components/otrs/update-guide/repository/ Hook
OTRS/User Manual http://translate.otrs.com/api/components/otrs/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/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