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
OTOBO http://weblate.otobo.org/exports/rss/otobo/ RSS
OTOBO/OTOBO 10 http://weblate.otobo.org/exports/rss/otobo/otobo-10/ RSS
OTOBO/OTOBO 11 http://weblate.otobo.org/exports/rss/otobo/otobo-11/ RSS
OTOBO/OTOBO Glosar http://weblate.otobo.org/exports/rss/otobo/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
OTOBO/OTOBO 10 http://weblate.otobo.org/api/components/otobo/otobo-10/statistics/ View
OTOBO/OTOBO 11 http://weblate.otobo.org/api/components/otobo/otobo-11/statistics/ View
OTOBO/OTOBO Glosar http://weblate.otobo.org/api/components/otobo/glossary/statistics/ View

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

curl \
    -H "Authorization: Token JXdm5YWM1LQWWNDqiRkuggDjZGibFTZvpMYnZ7O5" \
    http://weblate.otobo.org/api/components/otobo/otobo-10/translations/
Project URL Link
OTOBO http://weblate.otobo.org/api/projects/otobo/repository/ Hook
OTOBO/OTOBO 10 http://weblate.otobo.org/api/components/otobo/otobo-10/repository/ Hook
OTOBO/OTOBO 11 http://weblate.otobo.org/api/components/otobo/otobo-11/repository/ Hook
OTOBO/OTOBO Glosar http://weblate.otobo.org/api/components/otobo/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token JXdm5YWM1LQWWNDqiRkuggDjZGibFTZvpMYnZ7O5" \
    http://weblate.otobo.org/api/projects/otobo/repository/

Weblate also supports direct notifications from several code hosting sites:

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