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
Website https://l10n.elementary.io/exports/rss/website/ RSS
Website/index https://l10n.elementary.io/exports/rss/website/index/ RSS
Website/layout https://l10n.elementary.io/exports/rss/website/layout/ RSS
Website/capnet-assist https://l10n.elementary.io/exports/rss/website/capnet-assist/ RSS
Website/docs-installation https://l10n.elementary.io/exports/rss/website/docs-installation/ RSS
Website/privacy https://l10n.elementary.io/exports/rss/website/privacy/ RSS
Website/brand https://l10n.elementary.io/exports/rss/website/brand/ RSS
Website/docs-learning-the-basics https://l10n.elementary.io/exports/rss/website/docs-learning-basics/ RSS
Website/get-involved https://l10n.elementary.io/exports/rss/website/get-involved/ RSS
Website/oem https://l10n.elementary.io/exports/rss/website/oem/ RSS
Website/open-source https://l10n.elementary.io/exports/rss/website/open-source/ RSS
Website/press https://l10n.elementary.io/exports/rss/website/press/ RSS
Website/support https://l10n.elementary.io/exports/rss/website/support/ RSS
Website/thank-you https://l10n.elementary.io/exports/rss/website/thank-you/ RSS
Website/Website https://l10n.elementary.io/exports/rss/website/glossary/ RSS
Website/code-of-conduct https://l10n.elementary.io/exports/rss/website/code-of-conduct/ RSS
Website/403 https://l10n.elementary.io/exports/rss/website/403/ RSS
Website/404 https://l10n.elementary.io/exports/rss/website/404/ RSS
Website/410 https://l10n.elementary.io/exports/rss/website/410/ 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
Website/index https://l10n.elementary.io/api/components/website/index/statistics/ View
Website/layout https://l10n.elementary.io/api/components/website/layout/statistics/ View
Website/capnet-assist https://l10n.elementary.io/api/components/website/capnet-assist/statistics/ View
Website/docs-installation https://l10n.elementary.io/api/components/website/docs-installation/statistics/ View
Website/privacy https://l10n.elementary.io/api/components/website/privacy/statistics/ View
Website/brand https://l10n.elementary.io/api/components/website/brand/statistics/ View
Website/docs-learning-the-basics https://l10n.elementary.io/api/components/website/docs-learning-basics/statistics/ View
Website/get-involved https://l10n.elementary.io/api/components/website/get-involved/statistics/ View
Website/oem https://l10n.elementary.io/api/components/website/oem/statistics/ View
Website/open-source https://l10n.elementary.io/api/components/website/open-source/statistics/ View
Website/press https://l10n.elementary.io/api/components/website/press/statistics/ View
Website/support https://l10n.elementary.io/api/components/website/support/statistics/ View
Website/thank-you https://l10n.elementary.io/api/components/website/thank-you/statistics/ View
Website/Website https://l10n.elementary.io/api/components/website/glossary/statistics/ View
Website/code-of-conduct https://l10n.elementary.io/api/components/website/code-of-conduct/statistics/ View
Website/403 https://l10n.elementary.io/api/components/website/403/statistics/ View
Website/404 https://l10n.elementary.io/api/components/website/404/statistics/ View
Website/410 https://l10n.elementary.io/api/components/website/410/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/website/index/translations/
Project URL Link
Website https://l10n.elementary.io/api/projects/website/repository/ Hook
Website/index https://l10n.elementary.io/api/components/website/index/repository/ Hook
Website/layout https://l10n.elementary.io/api/components/website/layout/repository/ Hook
Website/capnet-assist https://l10n.elementary.io/api/components/website/capnet-assist/repository/ Hook
Website/docs-installation https://l10n.elementary.io/api/components/website/docs-installation/repository/ Hook
Website/privacy https://l10n.elementary.io/api/components/website/privacy/repository/ Hook
Website/brand https://l10n.elementary.io/api/components/website/brand/repository/ Hook
Website/docs-learning-the-basics https://l10n.elementary.io/api/components/website/docs-learning-basics/repository/ Hook
Website/get-involved https://l10n.elementary.io/api/components/website/get-involved/repository/ Hook
Website/oem https://l10n.elementary.io/api/components/website/oem/repository/ Hook
Website/open-source https://l10n.elementary.io/api/components/website/open-source/repository/ Hook
Website/press https://l10n.elementary.io/api/components/website/press/repository/ Hook
Website/support https://l10n.elementary.io/api/components/website/support/repository/ Hook
Website/thank-you https://l10n.elementary.io/api/components/website/thank-you/repository/ Hook
Website/Website https://l10n.elementary.io/api/components/website/glossary/repository/ Hook
Website/code-of-conduct https://l10n.elementary.io/api/components/website/code-of-conduct/repository/ Hook
Website/403 https://l10n.elementary.io/api/components/website/403/repository/ Hook
Website/404 https://l10n.elementary.io/api/components/website/404/repository/ Hook
Website/410 https://l10n.elementary.io/api/components/website/410/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/website/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