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
Zafiro TV http://weblate.zafiro.tv/exports/rss/zafiro-tv/ RSS
Zafiro TV/General http://weblate.zafiro.tv/exports/rss/zafiro-tv/general/ RSS
Zafiro TV/Zafiro TV http://weblate.zafiro.tv/exports/rss/zafiro-tv/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
Zafiro TV/General http://weblate.zafiro.tv/api/components/zafiro-tv/general/statistics/ View
Zafiro TV/Zafiro TV http://weblate.zafiro.tv/api/components/zafiro-tv/glossary/statistics/ View

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

curl \
    -H "Authorization: Token vJvjKI7WmGgVjPjaVkUDcEFphbek1kQ9jrkpSo8Q" \
    http://weblate.zafiro.tv/api/components/zafiro-tv/general/translations/
Project URL Link
Zafiro TV http://weblate.zafiro.tv/api/projects/zafiro-tv/repository/ Hook
Zafiro TV/General http://weblate.zafiro.tv/api/components/zafiro-tv/general/repository/ Hook
Zafiro TV/Zafiro TV http://weblate.zafiro.tv/api/components/zafiro-tv/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token vJvjKI7WmGgVjPjaVkUDcEFphbek1kQ9jrkpSo8Q" \
    http://weblate.zafiro.tv/api/projects/zafiro-tv/repository/

Weblate also supports direct notifications from several code hosting sites:

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