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
Store https://l10n.elementary.io/exports/rss/store/ RSS
Store/Index https://l10n.elementary.io/exports/rss/store/index/ RSS
Store/Layout https://l10n.elementary.io/exports/rss/store/layout/ RSS
Store/Product https://l10n.elementary.io/exports/rss/store/product/ RSS
Store/Checkout https://l10n.elementary.io/exports/rss/store/checkout/ RSS
Store/Email https://l10n.elementary.io/exports/rss/store/email/ RSS
Store/Errors https://l10n.elementary.io/exports/rss/store/errors/ RSS
Store/Language https://l10n.elementary.io/exports/rss/store/language/ RSS
Store/Store https://l10n.elementary.io/exports/rss/store/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
Store/Index https://l10n.elementary.io/api/components/store/index/statistics/ View
Store/Layout https://l10n.elementary.io/api/components/store/layout/statistics/ View
Store/Product https://l10n.elementary.io/api/components/store/product/statistics/ View
Store/Checkout https://l10n.elementary.io/api/components/store/checkout/statistics/ View
Store/Email https://l10n.elementary.io/api/components/store/email/statistics/ View
Store/Errors https://l10n.elementary.io/api/components/store/errors/statistics/ View
Store/Language https://l10n.elementary.io/api/components/store/language/statistics/ View
Store/Store https://l10n.elementary.io/api/components/store/glossary/statistics/ View

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

curl \
    -H "Authorization: Token TOKEN" \
    https://l10n.elementary.io/api/components/store/index/translations/
Project URL Link
Store https://l10n.elementary.io/api/projects/store/repository/ Hook
Store/Index https://l10n.elementary.io/api/components/store/index/repository/ Hook
Store/Layout https://l10n.elementary.io/api/components/store/layout/repository/ Hook
Store/Product https://l10n.elementary.io/api/components/store/product/repository/ Hook
Store/Checkout https://l10n.elementary.io/api/components/store/checkout/repository/ Hook
Store/Email https://l10n.elementary.io/api/components/store/email/repository/ Hook
Store/Errors https://l10n.elementary.io/api/components/store/errors/repository/ Hook
Store/Language https://l10n.elementary.io/api/components/store/language/repository/ Hook
Store/Store https://l10n.elementary.io/api/components/store/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token TOKEN" \
    https://l10n.elementary.io/api/projects/store/repository/

Weblate also supports direct notifications from several code hosting sites:

Hosting site URL Note
GitHub https://l10n.elementary.io/hooks/github/ The documentation has detailed instructions
GitLab https://l10n.elementary.io/hooks/gitlab/ The documentation has detailed instructions
Bitbucket https://l10n.elementary.io/hooks/bitbucket/ The documentation has detailed instructions
Pagure https://l10n.elementary.io/hooks/pagure/ The documentation has detailed instructions
Azure Repos https://l10n.elementary.io/hooks/azure/ The documentation has detailed instructions
Gitea https://l10n.elementary.io/hooks/gitea/ The documentation has detailed instructions