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 Manager http://weblate.zafiro.tv/exports/rss/zafiro-manager/ RSS
Zafiro Manager/Country http://weblate.zafiro.tv/exports/rss/zafiro-manager/country/ RSS
Zafiro Manager/General http://weblate.zafiro.tv/exports/rss/zafiro-manager/general/ RSS
Zafiro Manager/Kibana http://weblate.zafiro.tv/exports/rss/zafiro-manager/kibana/ RSS
Zafiro Manager/Language http://weblate.zafiro.tv/exports/rss/zafiro-manager/language/ RSS
Zafiro Manager/Zafiro Manager http://weblate.zafiro.tv/exports/rss/zafiro-manager/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 Manager/Country http://weblate.zafiro.tv/api/components/zafiro-manager/country/statistics/ View
Zafiro Manager/General http://weblate.zafiro.tv/api/components/zafiro-manager/general/statistics/ View
Zafiro Manager/Kibana http://weblate.zafiro.tv/api/components/zafiro-manager/kibana/statistics/ View
Zafiro Manager/Language http://weblate.zafiro.tv/api/components/zafiro-manager/language/statistics/ View
Zafiro Manager/Zafiro Manager http://weblate.zafiro.tv/api/components/zafiro-manager/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-manager/country/translations/
Project URL Link
Zafiro Manager http://weblate.zafiro.tv/api/projects/zafiro-manager/repository/ Hook
Zafiro Manager/Country http://weblate.zafiro.tv/api/components/zafiro-manager/country/repository/ Hook
Zafiro Manager/General http://weblate.zafiro.tv/api/components/zafiro-manager/general/repository/ Hook
Zafiro Manager/Kibana http://weblate.zafiro.tv/api/components/zafiro-manager/kibana/repository/ Hook
Zafiro Manager/Language http://weblate.zafiro.tv/api/components/zafiro-manager/language/repository/ Hook
Zafiro Manager/Zafiro Manager http://weblate.zafiro.tv/api/components/zafiro-manager/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-manager/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