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
Blog v2 http://weblate.3bee.com/exports/rss/blog-v2/ RSS
Blog v2/common http://weblate.3bee.com/exports/rss/blog-v2/common/ RSS
Blog v2/editorial http://weblate.3bee.com/exports/rss/blog-v2/editorial/ RSS
Blog v2/glossary blog http://weblate.3bee.com/exports/rss/blog-v2/glossary-blog/ RSS
Blog v2/home http://weblate.3bee.com/exports/rss/blog-v2/home/ RSS
Blog v2/Blog v2 http://weblate.3bee.com/exports/rss/blog-v2/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
Blog v2/common http://weblate.3bee.com/api/components/blog-v2/common/statistics/ View
Blog v2/editorial http://weblate.3bee.com/api/components/blog-v2/editorial/statistics/ View
Blog v2/glossary blog http://weblate.3bee.com/api/components/blog-v2/glossary-blog/statistics/ View
Blog v2/home http://weblate.3bee.com/api/components/blog-v2/home/statistics/ View
Blog v2/Blog v2 http://weblate.3bee.com/api/components/blog-v2/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_Ji781O8O6OqqtBoaAEIi1YLF3tKlH8WqwHTd" \
    http://weblate.3bee.com/api/components/blog-v2/common/translations/
Project URL Link
Blog v2 http://weblate.3bee.com/api/projects/blog-v2/repository/ Hook
Blog v2/common http://weblate.3bee.com/api/components/blog-v2/common/repository/ Hook
Blog v2/editorial http://weblate.3bee.com/api/components/blog-v2/editorial/repository/ Hook
Blog v2/glossary blog http://weblate.3bee.com/api/components/blog-v2/glossary-blog/repository/ Hook
Blog v2/home http://weblate.3bee.com/api/components/blog-v2/home/repository/ Hook
Blog v2/Blog v2 http://weblate.3bee.com/api/components/blog-v2/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_Ji781O8O6OqqtBoaAEIi1YLF3tKlH8WqwHTd" \
    http://weblate.3bee.com/api/projects/blog-v2/repository/

Weblate also supports direct notifications from several code hosting sites:

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