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 https://inn.no/weblate/exports/rss/otrs/ RSS
OTRS/i18n https://inn.no/weblate/exports/rss/otrs/i18n/ RSS
OTRS/OTRS https://inn.no/weblate/exports/rss/otrs/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
OTRS/i18n https://inn.no/weblate/api/components/otrs/i18n/statistics/ View
OTRS/OTRS https://inn.no/weblate/api/components/otrs/glossary/statistics/ View

You can fetch statistics for all translations in one component like this:

curl \
    -H "Authorization: Token E9LgkATAbhfsU2a3ZEgJuYkoR3ZKxcjjJKnJI3gB" \
    https://inn.no/weblate/api/components/otrs/i18n/translations/
Project URL Link
OTRS https://inn.no/weblate/api/projects/otrs/repository/ Hook
OTRS/i18n https://inn.no/weblate/api/components/otrs/i18n/repository/ Hook
OTRS/OTRS https://inn.no/weblate/api/components/otrs/glossary/repository/ Hook

You pull changes from a remote repository to Weblate like this:

curl \
    -d operation=pull \
    -H "Authorization: Token E9LgkATAbhfsU2a3ZEgJuYkoR3ZKxcjjJKnJI3gB" \
    https://inn.no/weblate/api/projects/otrs/repository/

Weblate also supports direct notifications from several code hosting sites:

Hosting site URL Note
GitHub https://inn.no/weblate/hooks/github/ The documentation has detailed instructions
GitLab https://inn.no/weblate/hooks/gitlab/ The documentation has detailed instructions
Bitbucket https://inn.no/weblate/hooks/bitbucket/ The documentation has detailed instructions
Pagure https://inn.no/weblate/hooks/pagure/ The documentation has detailed instructions
Azure Repos https://inn.no/weblate/hooks/azure/ The documentation has detailed instructions
Gitea https://inn.no/weblate/hooks/gitea/ The documentation has detailed instructions