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
Element http://weblate.3bee.com/exports/rss/element/ RSS
Element/about http://weblate.3bee.com/exports/rss/element/about/ RSS
Element/agro http://weblate.3bee.com/exports/rss/element/agro/ RSS
Element/common http://weblate.3bee.com/exports/rss/element/common/ RSS
Element/energy http://weblate.3bee.com/exports/rss/element/energy/ RSS
Element/home http://weblate.3bee.com/exports/rss/element/home/ RSS
Element/infrastructure http://weblate.3bee.com/exports/rss/element/infrastructure/ RSS
Element/methodology http://weblate.3bee.com/exports/rss/element/methodology/ RSS
Element/urban http://weblate.3bee.com/exports/rss/element/urban/ RSS
Element/Element http://weblate.3bee.com/exports/rss/element/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
Element/about http://weblate.3bee.com/api/components/element/about/statistics/ View
Element/agro http://weblate.3bee.com/api/components/element/agro/statistics/ View
Element/common http://weblate.3bee.com/api/components/element/common/statistics/ View
Element/energy http://weblate.3bee.com/api/components/element/energy/statistics/ View
Element/home http://weblate.3bee.com/api/components/element/home/statistics/ View
Element/infrastructure http://weblate.3bee.com/api/components/element/infrastructure/statistics/ View
Element/methodology http://weblate.3bee.com/api/components/element/methodology/statistics/ View
Element/urban http://weblate.3bee.com/api/components/element/urban/statistics/ View
Element/Element http://weblate.3bee.com/api/components/element/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/element/about/translations/
Project URL Link
Element http://weblate.3bee.com/api/projects/element/repository/ Hook
Element/about http://weblate.3bee.com/api/components/element/about/repository/ Hook
Element/agro http://weblate.3bee.com/api/components/element/agro/repository/ Hook
Element/common http://weblate.3bee.com/api/components/element/common/repository/ Hook
Element/energy http://weblate.3bee.com/api/components/element/energy/repository/ Hook
Element/home http://weblate.3bee.com/api/components/element/home/repository/ Hook
Element/infrastructure http://weblate.3bee.com/api/components/element/infrastructure/repository/ Hook
Element/methodology http://weblate.3bee.com/api/components/element/methodology/repository/ Hook
Element/urban http://weblate.3bee.com/api/components/element/urban/repository/ Hook
Element/Element http://weblate.3bee.com/api/components/element/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/element/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